GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
netrc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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