1. 68854fd #2466: fix test failure on windows. by R David Murray · 9 years ago
  2. 8578316 # 2466: ismount now recognizes mount points user can't access. by R David Murray · 9 years ago
  3. 7dc8e1e Backported test for posixpath.expanduser(). by Serhiy Storchaka · 9 years ago
  4. 7c7b4b5 Backport support.change_cwd() and use it in tests. by Serhiy Storchaka · 10 years ago
  5. 3be0d0e Issue #21840: Fixed a typo. by Serhiy Storchaka · 10 years ago
  6. 2bd8b22 Issue #21840: Fixed expanding unicode variables of form $var in by Serhiy Storchaka · 10 years ago
  7. c86e866 #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 12 years ago
  8. c8e75ba Disable posixpath.realpath() tests on Windows (fix for issue #6975). by Serhiy Storchaka · 12 years ago
  9. 142d2bc Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). by Serhiy Storchaka · 12 years ago
  10. 0dd3d30 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 12 years ago
  11. 7196605 fix spelling by Benjamin Peterson · 13 years ago
  12. 8a1a17b Remove redundant check for symlink. (closes #6036) by Benjamin Peterson · 13 years ago
  13. f2011e3 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
  14. 50f7d7e Issue #5117: Fixed root directory related issue on posixpath.relpath() and by Hirokazu Yamamoto · 15 years ago
  15. 985478d Minor tweaking of previous r78734, and add a NEWS entry. by Florent Xicluna · 15 years ago
  16. dc1531c Create test_genericpath.CommonTest and reuse it to test other path modules. by Florent Xicluna · 15 years ago
  17. 9e9af21 skip tests with a non-ascii cwd when the file system encoding is ascii by Ezio Melotti · 15 years ago
  18. e3467d5 Remove e assertIs definitions and use correct assert* methods. by Ezio Melotti · 15 years ago
  19. 4cc80ca #3426: os.path.abspath now returns unicode when its arg is unicode. by Ezio Melotti · 15 years ago
  20. b86d3fa Remove duplicate test method. by Georg Brandl · 15 years ago
  21. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  22. b5689de #5827: make sure that normpath preserves unicode by Ezio Melotti · 16 years ago
  23. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  24. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
  25. 4b965f6 Use test.test_support.EnvironmentVarGuard where tests change environment vars. by Walter Dörwald · 16 years ago
  26. 3f0ef20 #5471: fix expanduser() for $HOME set to "/". by Georg Brandl · 16 years ago
  27. 183a084 #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. by Georg Brandl · 18 years ago
  28. a74b67e Better tests for posixpath.commonprefix by Raymond Hettinger · 18 years ago
  29. 75c7eb4 Make test_relpath() pass on Windows. by Collin Winter · 18 years ago
  30. 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 18 years ago
  31. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  32. dbead56 * Unlink test files before and after each test; hopefully this will cut down on recent buildbot failures in test_islink. by Collin Winter · 18 years ago
  33. 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 18 years ago
  34. 33a0a06 Fixed ntpath.expandvars to not replace references to non-existing by Sjoerd Mullender · 19 years ago
  35. 5d36a55 Whitespace normalization. by Tim Peters · 20 years ago
  36. 268e61c Bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 20 years ago
  37. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 21 years ago
  38. a45cacf Whitespace normalization. by Tim Peters · 21 years ago
  39. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 21 years ago
  40. 168e73d Fix SF #763362, test_posixpath failed by Neal Norwitz · 22 years ago
  41. 478c105 Whitespace normalization. by Tim Peters · 22 years ago
  42. a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 22 years ago
  43. b47243a Complete rewrite of tests by Walter Dorwald as unittest tests. by Brett Cannon · 22 years ago
  44. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 23 years ago
  45. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  46. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  47. 533bc9a updated to correct failing test cases by Skip Montanaro · 25 years ago
  48. e809b00 new test file for posixpath module by Skip Montanaro · 25 years ago