summaryrefslogtreecommitdiffstats
path: root/Doc/library/netrc.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-291-3/+13
|
* bpo-28806: Continue work: improve the netrc library (GH-26330)Emmanuel Arias2021-11-171-7/+4
| | | | | | | | | Continue with the improvement of the library netrc Original work and report Xiang Zhang <angwerzx@126.com> * 📜🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
* bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781)Inada Naoki2021-05-021-0/+4
|
* bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)Berker Peksag2017-11-251-3/+8
| | | | | Previously, netrc.netrc() was raised an exception if $HOME is not set. Authored-By: Dimitri Merejkowsky <dimitri.merejkowsky@tanker.io>
* Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-021-5/+5
| | | | names.
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
|\
| * Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
| |\ |/ /
| * Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
| |\ |/ /
| * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
| | | | | | | | | | | | | | | | Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement.
* | More source linksRaymond Hettinger2011-01-271-0/+3
|/
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-3/+2
| | | | | | but just some text embedded in the docs. Also remove paragraph about implicit relative imports from tutorial.
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-4/+0
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+78