1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  3. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  4. 7dcb844 More str/bytes strictness. by Guido van Rossum · 17 years ago
  5. 98f1375 Make test_posixpath.py pass. by Guido van Rossum · 17 years ago
  6. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  7. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  8. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  9. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  10. 268e61c Bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 19 years ago
  11. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  12. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  13. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 20 years ago
  14. 168e73d Fix SF #763362, test_posixpath failed by Neal Norwitz · 21 years ago
  15. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  16. a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 21 years ago
  17. b47243a Complete rewrite of tests by Walter Dorwald as unittest tests. by Brett Cannon · 21 years ago
  18. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 22 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 · 24 years ago
  21. 533bc9a updated to correct failing test cases by Skip Montanaro · 24 years ago
  22. e809b00 new test file for posixpath module by Skip Montanaro · 24 years ago