summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_netrc.py
Commit message (Expand)AuthorAgeFilesLines
* #10464: fix netrc handling of lines with embedded '#" characters.R. David Murray2010-12-021-6/+16
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-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