summaryrefslogtreecommitdiff
path: root/Lib/test/test_netrc.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675)pxinwr2020-12-011-48/+42
* bpo-40275: Use new test.support helper submodules in tests (GH-21314)Hai Shi2020-07-061-9/+10
* bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)Anthony Sottile2019-03-121-0/+1
* bpo-35202: Remove unused imports in tests. (GH-10561)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-161-1/+0
* bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)Berker Peksag2017-11-251-3/+40
* bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491)James Sexton2017-09-301-3/+6
* #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-171-3/+23
* fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-101-39/+92
* Merged revisions 86925 via svnmerge fromR. David Murray2010-12-021-6/+16
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Patch # 1331 by Christian Heimes.Guido van Rossum2007-10-261-7/+6
* Unconditionally opening the temp file in text mode causes this test to failJason Tishler2003-08-111-2/+5
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-171-1/+3
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+2
* Whitespace normalization.Tim Peters2002-04-161-5/+4
* Add a simple test suite for netrc.py, and remove it from test_sundryAndrew M. Kuchling2002-03-221-0/+43