1. 183a084 #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. by Georg Brandl · 18 years ago
  2. a74b67e Better tests for posixpath.commonprefix by Raymond Hettinger · 18 years ago
  3. 75c7eb4 Make test_relpath() pass on Windows. by Collin Winter · 18 years ago
  4. 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 18 years ago
  5. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  6. 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
  7. 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 18 years ago
  8. 33a0a06 Fixed ntpath.expandvars to not replace references to non-existing by Sjoerd Mullender · 19 years ago
  9. 5d36a55 Whitespace normalization. by Tim Peters · 20 years ago
  10. 268e61c Bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 20 years ago
  11. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 21 years ago
  12. a45cacf Whitespace normalization. by Tim Peters · 21 years ago
  13. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 21 years ago
  14. 168e73d Fix SF #763362, test_posixpath failed by Neal Norwitz · 22 years ago
  15. 478c105 Whitespace normalization. by Tim Peters · 22 years ago
  16. a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 22 years ago
  17. b47243a Complete rewrite of tests by Walter Dorwald as unittest tests. by Brett Cannon · 22 years ago
  18. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 23 years ago
  19. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  20. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  21. 533bc9a updated to correct failing test cases by Skip Montanaro · 25 years ago
  22. e809b00 new test file for posixpath module by Skip Montanaro · 25 years ago