1. 5f804e3 Issue #13849: Fix test_null_bytes under Windows by Berker Peksag · 8 years ago
  2. 9adc1a3 Issue #13849: Add tests for null byte checking in test_genericpath by Berker Peksag · 8 years ago
  3. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  4. 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 9 years ago
  5. e4f4708 Fixed tests on Windows for issue #21883. by Serhiy Storchaka · 10 years ago
  6. 3deeeb0 Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with by Serhiy Storchaka · 10 years ago
  7. 7dfaa27 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 10 years ago
  8. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 10 years ago
  9. 11b3a60 #16852: merge with 3.3. by Ezio Melotti · 11 years ago
  10. d0dfe9a #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  11. 269b3ce (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII, by Victor Stinner · 11 years ago
  12. 0af71aa Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, by Victor Stinner · 11 years ago
  13. e701ec5 Add tests for Issue #10646. by Brian Curtin · 12 years ago
  14. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  15. ff3d515 Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX by Victor Stinner · 12 years ago
  16. 8f049e5 Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonascii_abspath() by Victor Stinner · 12 years ago
  17. 8b219b2 Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII by Victor Stinner · 12 years ago
  18. fce2a6e Issue #15441, #15478: Reenable test_nonascii_abspath() on Windows by Victor Stinner · 12 years ago
  19. 7c7ea62 Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows by Victor Stinner · 12 years ago
  20. 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 12 years ago
  21. f7c5ae2 Issue #13374: Deprecate os.getcwdb() on Windows by Victor Stinner · 13 years ago
  22. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  23. 87082ee Merged manually from 2.7 branch to 3.x trunk. by Florent Xicluna · 14 years ago
  24. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 14 years ago
  25. b6f916d Fix verb tense in skip message. by R. David Murray · 14 years ago
  26. 1efde67 Issue #8422, test_genericpath: skip the creation of a directory with an invalid by Victor Stinner · 14 years ago
  27. 81c867c Fix string-> bytes conversion on backport from 2.x. by Florent Xicluna · 14 years ago
  28. e3ed2e0 Merge other tests from test_*path.py into test_genericpath.CommonTest, and do some cleanup. by Florent Xicluna · 14 years ago
  29. c9c7978 Merged revisions 78734-78735 via svnmerge from by Florent Xicluna · 14 years ago
  30. a11865b Merged revisions 78249 via svnmerge from by Ezio Melotti · 14 years ago
  31. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  32. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  33. 199fc75 str/bytes strictness. by Guido van Rossum · 17 years ago
  34. dc12288 Make test_genericpath pass. by Guido van Rossum · 17 years ago
  35. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago