Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
20f5e37457080f6eab75ec01d8c60df2c8d65532
/
Lib
/
netrc.py
f7a17b4
Replace IOError with OSError (#16715)
by Andrew Svetlov
· 12 years ago
1df0f21
fix regression in netrc comment handling (closes #12009)
by Benjamin Peterson
· 13 years ago
78a1a15
Merged revisions 86925 via svnmerge from
by R. David Murray
· 14 years ago
c12a813
Patch # 1331 by Christian Heimes.
by Guido van Rossum
· 17 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b34ef94
SF bug 557704: netrc module can't handle all passwords
by Raymond Hettinger
· 22 years ago
6eca358
SF 557704: netrc module can't handle all passwords
by Raymond Hettinger
· 22 years ago
16e3c42
Replace boolean test with is None.
by Raymond Hettinger
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
366a1df
[Bug #532115] netrc module was broken
by Andrew M. Kuchling
· 23 years ago
b845f3b
netrc will now raise a more predictable exception when $HOME is not set
by Paul Prescod
· 23 years ago
815bee4
Fix typo in attribute name (file should be filename) found by
by Guido van Rossum
· 24 years ago
ec6ec90
Define & use NetrcParseError instead of improperly overloading SyntaxError.
by Fred Drake
· 24 years ago
269b83b
added several more __all__ lists
by Skip Montanaro
· 24 years ago
2344fae
Whitespace normalization.
by Tim Peters
· 24 years ago
49d27c8
Remove superfluous semicolons
by Andrew M. Kuchling
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
5e70cfe
Apply Greg Kochanski's fix for open/265.
by Eric S. Raymond
· 24 years ago
dfbd4c7
Fix bug open/243 reported by Dimitri Papadopoulos
by Eric S. Raymond
· 24 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
1e1cfa3
No need to import sys or string. (Andrew Dalke & kjpylint)
by Guido van Rossum
· 26 years ago
6a86f66
Get rid of #! line
by Guido van Rossum
· 26 years ago
9c30c24
Adding shlex and netrc by Eric Raymond.
by Guido van Rossum
· 26 years ago