index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
netrc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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