summaryrefslogtreecommitdiff
path: root/Lib/netrc.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30806: Fix netrc.__repr__() format (GH-2491)Steven Loria2017-12-101-6/+6
* Merge #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
|\
| * #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
* | Merge: Add versionchanged for #14984, remove extra blank from string.R David Murray2013-09-171-1/+1
|\ \ | |/
| * Add versionchanged for #14984, remove extra blank from string.R David Murray2013-09-171-1/+1
* | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-161-3/+24
|\ \ | |/
| * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-161-1/+22
* | fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-101-4/+8
* | Merged revisions 86925 via svnmerge fromR. David Murray2010-12-021-0/+4
* | explicitly close the file, merged from py3kPhilip Jenvey2009-05-281-1/+4
|/
* 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