1. 25ec4a4 bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282) by Anthony Sottile · 5 years ago
  2. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  3. 8d9bb11 bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) by Berker Peksag · 7 years ago
  4. b24cd05 bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491) by James Sexton · 7 years ago
  5. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  6. 1df0f21 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 13 years ago
  7. 78a1a15 Merged revisions 86925 via svnmerge from by R. David Murray · 14 years ago
  8. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  9. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  10. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  11. 0fd54d8 Unconditionally opening the temp file in text mode causes this test to fail by Jason Tishler · 21 years ago
  12. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 21 years ago
  13. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  14. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  15. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  16. 76fffd8 Add a simple test suite for netrc.py, and remove it from test_sundry by Andrew M. Kuchling · 22 years ago