summaryrefslogtreecommitdiff
path: root/Lib/netrc.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)Berker Peksag2017-11-251-4/+1
* bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491)James Sexton2017-09-301-6/+6
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-1/+1
* Merge #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+2
|\
| * #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
* | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-171-3/+24
|\ \ | |/
| * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-171-3/+24
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/
* fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-101-5/+7
* Merged revisions 86925 via svnmerge fromR. David Murray2010-12-021-0/+4
* Patch # 1331 by Christian Heimes.Guido van Rossum2007-10-261-1/+4
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF bug 557704: netrc module can't handle all passwordsRaymond Hettinger2003-04-241-2/+3
* SF 557704: netrc module can't handle all passwordsRaymond Hettinger2003-04-231-2/+1
* Replace boolean test with is None.Raymond Hettinger2002-06-011-1/+1
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-2/+2
* [Bug #532115] netrc module was brokenAndrew M. Kuchling2002-03-221-11/+9
* netrc will now raise a more predictable exception when $HOME is not setPaul Prescod2002-03-181-1/+4
* Fix typo in attribute name (file should be filename) found byGuido van Rossum2001-04-151-1/+1
* Define & use NetrcParseError instead of improperly overloading SyntaxError.Fred Drake2001-03-061-5/+22
* added several more __all__ listsSkip Montanaro2001-02-061-0/+2
* Whitespace normalization.Tim Peters2001-01-151-6/+5
* Remove superfluous semicolonsAndrew M. Kuchling2000-12-231-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Apply Greg Kochanski's fix for open/265.Eric S. Raymond2000-07-131-4/+1
* Fix bug open/243 reported by Dimitri PapadopoulosEric S. Raymond2000-07-131-1/+2
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-2/+4
* No need to import sys or string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+1
* Get rid of #! lineGuido van Rossum1999-04-091-1/+0
* Adding shlex and netrc by Eric Raymond.Guido van Rossum1998-12-221-0/+93