aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/netrc.py
Commit message (Expand)AuthorAge
* netrc: Remove unused "import shlex" (#93311)Ulises Ojeda2022-06-03
* bpo-28806: Continue work: improve the netrc library (GH-26330)Emmanuel Arias2021-11-17
* bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781)Inada Naoki2021-05-02
* bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)Berker Peksag2017-11-25
* bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491)James Sexton2017-09-30
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-05
* Merge #14984: only import pwd on POSIX.R David Murray2013-09-18
|\
| * #14984: only import pwd on POSIX.R David Murray2013-09-18
* | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-17
|\|
| * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-17
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/
* 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