1. 53b542f Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  2. 2bd8b22 Issue #21840: Fixed expanding unicode variables of form $var in by Serhiy Storchaka · 10 years ago
  3. 38a33ec Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 11 years ago
  4. 2ad5421 don't index outside of the path (closes #22312) by Benjamin Peterson · 11 years ago
  5. 3bef935 fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672) by Benjamin Peterson · 11 years ago
  6. 49b2086 Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 11 years ago
  7. 2ac9d31 Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment by Serhiy Storchaka · 11 years ago
  8. 31f5121 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
  9. dd5a46c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 12 years ago
  10. 50f7d7e Issue #5117: Fixed root directory related issue on posixpath.relpath() and by Hirokazu Yamamoto · 15 years ago
  11. e277325 Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from by Georg Brandl · 15 years ago
  12. 985478d Minor tweaking of previous r78734, and add a NEWS entry. by Florent Xicluna · 15 years ago
  13. dc1531c Create test_genericpath.CommonTest and reuse it to test other path modules. by Florent Xicluna · 15 years ago
  14. 4cc80ca #3426: os.path.abspath now returns unicode when its arg is unicode. by Ezio Melotti · 15 years ago
  15. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  16. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  17. b5689de #5827: make sure that normpath preserves unicode by Ezio Melotti · 16 years ago
  18. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
  19. fc7b3e3 Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 17 years ago
  20. 183a084 #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. by Georg Brandl · 18 years ago
  21. 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 18 years ago
  22. 03b90d8 Patch #957650: "%var%" environment variable references are now properly by Georg Brandl · 18 years ago
  23. 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 18 years ago
  24. 33a0a06 Fixed ntpath.expandvars to not replace references to non-existing by Sjoerd Mullender · 19 years ago
  25. bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 21 years ago
  26. 6578dc9 Whitespace normalization. by Tim Peters · 23 years ago
  27. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 23 years ago
  28. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  29. 5e99731 Only test ntpath.abspath() on Windows. This allows the rest of the module to by Fred Drake · 24 years ago
  30. e5a611c A couple more test cases to ensure join() doesn't add an "extra" backslash by Tim Peters · 24 years ago
  31. 6a3e5f1 SF bug 478425: Change in os.path.join (ntpath.py) by Tim Peters · 24 years ago
  32. 54a14a3 SF bug #456621: normpath on Win32 not collapsing c:\\.. by Tim Peters · 24 years ago
  33. 33dc0a1 One more crack at join(): stop trying to pretend this isn't a mass of by Tim Peters · 24 years ago
  34. 4223f89 Change ntpath.join() so that join("d:/", "/whatever") returns by Tim Peters · 24 years ago
  35. d4f7f60 Add some test cases for ntpath.join(). by Tim Peters · 24 years ago
  36. 3b5e4d1 Cosmetic: break the long lines in test_ntpath.py, and get rid of its by Tim Peters · 24 years ago
  37. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  38. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  39. 877d62e added commonprefix test cases by Skip Montanaro · 25 years ago
  40. 041307d Remove the test for abspath with an empty path - too hard to do in a cross-platform manner. by Mark Hammond · 25 years ago
  41. 673c6cf Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) by Mark Hammond · 25 years ago
  42. 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 26 years ago
  43. ead9d8d New test for ntpath module by Guido van Rossum · 27 years ago