1. f1c1cd9 Merge #14984: only import pwd on POSIX. by R David Murray · 12 years ago
  2. 9e27eda #14984: only import pwd on POSIX. by R David Murray · 12 years ago
  3. ba58e1d Merge: Add versionchanged for #14984, remove extra blank from string. by R David Murray · 12 years ago
  4. 137b572 Add versionchanged for #14984, remove extra blank from string. by R David Murray · 12 years ago
  5. 74213e4 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
  6. 4189b67 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
  7. 43ee1a5 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  8. d75cc91 Merged revisions 86925 via svnmerge from by R. David Murray · 15 years ago
  9. 80319a3 explicitly close the file, merged from py3k by Philip Jenvey · 16 years ago
  10. b34ef94 SF bug 557704: netrc module can't handle all passwords by Raymond Hettinger · 22 years ago
  11. 6eca358 SF 557704: netrc module can't handle all passwords by Raymond Hettinger · 22 years ago
  12. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 23 years ago
  13. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 23 years ago
  14. 366a1df [Bug #532115] netrc module was broken by Andrew M. Kuchling · 23 years ago
  15. b845f3b netrc will now raise a more predictable exception when $HOME is not set by Paul Prescod · 23 years ago
  16. 815bee4 Fix typo in attribute name (file should be filename) found by by Guido van Rossum · 24 years ago
  17. ec6ec90 Define & use NetrcParseError instead of improperly overloading SyntaxError. by Fred Drake · 24 years ago
  18. 269b83b added several more __all__ lists by Skip Montanaro · 25 years ago
  19. 2344fae Whitespace normalization. by Tim Peters · 25 years ago
  20. 49d27c8 Remove superfluous semicolons by Andrew M. Kuchling · 25 years ago
  21. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 25 years ago
  22. 5e70cfe Apply Greg Kochanski's fix for open/265. by Eric S. Raymond · 25 years ago
  23. dfbd4c7 Fix bug open/243 reported by Dimitri Papadopoulos by Eric S. Raymond · 25 years ago
  24. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 26 years ago
  25. 1e1cfa3 No need to import sys or string. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
  26. 6a86f66 Get rid of #! line by Guido van Rossum · 26 years ago
  27. 9c30c24 Adding shlex and netrc by Eric Raymond. by Guido van Rossum · 27 years ago