1. dc99e0d #17315: merge with 3.3. by Ezio Melotti · 11 years ago
  2. 7b3e571 #17315: merge with 3.2. by Ezio Melotti · 11 years ago
  3. 136726c #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 11 years ago
  4. 789ee0f Disable posixpath.realpath() tests on Windows (fix for issue #6975). by Serhiy Storchaka · 11 years ago
  5. 41d4ebb Disable posixpath.realpath() tests on Windows (fix for issue #6975). by Serhiy Storchaka · 11 years ago
  6. 1548ed6 Disable posixpath.realpath() tests on Windows (fix for issue #6975). by Serhiy Storchaka · 11 years ago
  7. 2a47954 Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). by Serhiy Storchaka · 11 years ago
  8. 407aa2d Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). by Serhiy Storchaka · 11 years ago
  9. 467393d Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). by Serhiy Storchaka · 11 years ago
  10. f261923 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 11 years ago
  11. d83c824 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 11 years ago
  12. df32691 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 11 years ago
  13. 11b3a60 #16852: merge with 3.3. by Ezio Melotti · 12 years ago
  14. d0dfe9a #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  15. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  16. 1171862 Use posixpath.join() explicitely in posixpath.join() test by Hynek Schlawack · 12 years ago
  17. 0b350c6 Use posixpath.join() explicitely in posixpath.join() test by Hynek Schlawack · 12 years ago
  18. 1815191 #15377: Make posixpath.join() more strict when checking for str/bytes mix by Hynek Schlawack · 12 years ago
  19. c5a4566 #15377: Make posixpath.join() more strict when checking for str/bytes mix by Hynek Schlawack · 12 years ago
  20. 1c4eb2c Fix context manager use in posixpath.join() tests by Hynek Schlawack · 12 years ago
  21. 7cdc2bd Fix context manager use in posixpath.join() tests by Hynek Schlawack · 12 years ago
  22. 9ac4d88 #15180: Clarify posixpath.join() error message when mixing str & bytes by Hynek Schlawack · 12 years ago
  23. 4774946 #15180: Clarify posixpath.join() error message when mixing str & bytes by Hynek Schlawack · 12 years ago
  24. b58ab2c MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  25. 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  26. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  27. 07926f0 Closes issue 11503. Improves test coverage of posixpath. by Michael Foord · 13 years ago
  28. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  29. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  30. b08820a Issue #5117: Case normalization was needed on ntpath.relpath(). And by Hirokazu Yamamoto · 14 years ago
  31. 16633fa Fix the breakage of Lib/tarfile.py on non-Windows platforms due to by Brian Curtin · 14 years ago
  32. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  33. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  34. e3ed2e0 Merge other tests from test_*path.py into test_genericpath.CommonTest, and do some cleanup. by Florent Xicluna · 14 years ago
  35. c9c7978 Merged revisions 78734-78735 via svnmerge from by Florent Xicluna · 14 years ago
  36. a11865b Merged revisions 78249 via svnmerge from by Ezio Melotti · 14 years ago
  37. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  38. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  39. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  40. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  41. 7195963 test_support was renamed to support on py3k. by Hirokazu Yamamoto · 15 years ago
  42. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  43. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  44. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  45. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  46. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  47. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  48. 7dcb844 More str/bytes strictness. by Guido van Rossum · 17 years ago
  49. 98f1375 Make test_posixpath.py pass. by Guido van Rossum · 17 years ago
  50. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  51. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  52. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  53. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  54. 268e61c Bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 19 years ago
  55. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  56. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  57. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 20 years ago
  58. 168e73d Fix SF #763362, test_posixpath failed by Neal Norwitz · 21 years ago
  59. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  60. a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 21 years ago
  61. b47243a Complete rewrite of tests by Walter Dorwald as unittest tests. by Brett Cannon · 21 years ago
  62. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 22 years ago
  63. 2846b0a String method conversion. by Eric S. Raymond · 23 years ago
  64. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  65. 533bc9a updated to correct failing test cases by Skip Montanaro · 24 years ago
  66. e809b00 new test file for posixpath module by Skip Montanaro · 24 years ago