- 07926f0 Closes issue 11503. Improves test coverage of posixpath. by Michael Foord · 14 years ago
- 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
- 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
- b08820a Issue #5117: Case normalization was needed on ntpath.relpath(). And by Hirokazu Yamamoto · 14 years ago
- 16633fa Fix the breakage of Lib/tarfile.py on non-Windows platforms due to by Brian Curtin · 14 years ago
- d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
- 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 15 years ago
- e3ed2e0 Merge other tests from test_*path.py into test_genericpath.CommonTest, and do some cleanup. by Florent Xicluna · 15 years ago
- c9c7978 Merged revisions 78734-78735 via svnmerge from by Florent Xicluna · 15 years ago
- a11865b Merged revisions 78249 via svnmerge from by Ezio Melotti · 15 years ago
- e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
- 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
- c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
- 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 16 years ago
- 7195963 test_support was renamed to support on py3k. by Hirokazu Yamamoto · 16 years ago
- b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 16 years ago
- ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 16 years ago
- f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
- faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
- 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
- 7dcb844 More str/bytes strictness. by Guido van Rossum · 17 years ago
- 98f1375 Make test_posixpath.py pass. by Guido van Rossum · 17 years ago
- 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
- 268e61c Bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 19 years ago
- ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
- a45cacf Whitespace normalization. by Tim Peters · 20 years ago
- 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 20 years ago
- 168e73d Fix SF #763362, test_posixpath failed by Neal Norwitz · 21 years ago
- 478c105 Whitespace normalization. by Tim Peters · 21 years ago
- a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 21 years ago
- b47243a Complete rewrite of tests by Walter Dorwald as unittest tests. by Brett Cannon · 21 years ago
- de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 22 years ago
- 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
- 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
- 533bc9a updated to correct failing test cases by Skip Montanaro · 24 years ago
- e809b00 new test file for posixpath module by Skip Montanaro · 24 years ago