index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
netrc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #14984: only import pwd on POSIX.
R David Murray
2013-09-18
1
-3
/
+2
|
\
|
*
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-17
1
-1
/
+1
|
|
\
|
|
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1
/
+1
*
|
|
#14984: only import pwd on POSIX.
R David Murray
2013-09-18
1
-1
/
+3
|
/
/
*
|
#14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-17
1
-3
/
+24
|
/
*
fix regression in netrc comment handling (closes #12009)
Benjamin Peterson
2011-06-10
1
-5
/
+7
*
Merged revisions 86925 via svnmerge from
R. David Murray
2010-12-02
1
-0
/
+4
*
Patch # 1331 by Christian Heimes.
Guido van Rossum
2007-10-26
1
-1
/
+4
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1
/
+1
*
SF bug 557704: netrc module can't handle all passwords
Raymond Hettinger
2003-04-24
1
-2
/
+3
*
SF 557704: netrc module can't handle all passwords
Raymond Hettinger
2003-04-23
1
-2
/
+1
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-01
1
-1
/
+1
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-2
/
+2
*
[Bug #532115] netrc module was broken
Andrew M. Kuchling
2002-03-22
1
-11
/
+9
*
netrc will now raise a more predictable exception when $HOME is not set
Paul Prescod
2002-03-18
1
-1
/
+4
*
Fix typo in attribute name (file should be filename) found by
Guido van Rossum
2001-04-15
1
-1
/
+1
*
Define & use NetrcParseError instead of improperly overloading SyntaxError.
Fred Drake
2001-03-06
1
-5
/
+22
*
added several more __all__ lists
Skip Montanaro
2001-02-06
1
-0
/
+2
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-6
/
+5
*
Remove superfluous semicolons
Andrew M. Kuchling
2000-12-23
1
-1
/
+1
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1
/
+1
*
Apply Greg Kochanski's fix for open/265.
Eric S. Raymond
2000-07-13
1
-4
/
+1
*
Fix bug open/243 reported by Dimitri Papadopoulos
Eric S. Raymond
2000-07-13
1
-1
/
+2
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-2
/
+4
*
No need to import sys or string. (Andrew Dalke & kjpylint)
Guido van Rossum
1999-05-03
1
-1
/
+1
*
Get rid of #! line
Guido van Rossum
1999-04-09
1
-1
/
+0
*
Adding shlex and netrc by Eric Raymond.
Guido van Rossum
1998-12-22
1
-0
/
+93