aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/netrc.py
Commit message (Expand)AuthorAge
* #14984: only import pwd on POSIX.R David Murray2013-09-18
* #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-17
* fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-10
* Merged revisions 86925 via svnmerge fromR. David Murray2010-12-02
* Patch # 1331 by Christian Heimes.Guido van Rossum2007-10-26
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF bug 557704: netrc module can't handle all passwordsRaymond Hettinger2003-04-24
* SF 557704: netrc module can't handle all passwordsRaymond Hettinger2003-04-23
* Replace boolean test with is None.Raymond Hettinger2002-06-01
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-01
* [Bug #532115] netrc module was brokenAndrew M. Kuchling2002-03-22
* netrc will now raise a more predictable exception when $HOME is not setPaul Prescod2002-03-18
* Fix typo in attribute name (file should be filename) found byGuido van Rossum2001-04-15
* Define & use NetrcParseError instead of improperly overloading SyntaxError.Fred Drake2001-03-06
* added several more __all__ listsSkip Montanaro2001-02-06
* Whitespace normalization.Tim Peters2001-01-15
* Remove superfluous semicolonsAndrew M. Kuchling2000-12-23
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* Apply Greg Kochanski's fix for open/265.Eric S. Raymond2000-07-13
* Fix bug open/243 reported by Dimitri PapadopoulosEric S. Raymond2000-07-13
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-04
* No need to import sys or string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-03
* Get rid of #! lineGuido van Rossum1999-04-09
* Adding shlex and netrc by Eric Raymond.Guido van Rossum1998-12-22