1. 26253bb Should use posix_error here. by Hirokazu Yamamoto · 14 years ago
  2. b08820a Issue #5117: Case normalization was needed on ntpath.relpath(). And by Hirokazu Yamamoto · 14 years ago
  3. 13a0db5 Fix some errors that #7566 introduced on non-Windows platforms due to by Brian Curtin · 14 years ago
  4. 6285774 Implement #7566 - os.path.sameopenfile for Windows. by Brian Curtin · 14 years ago
  5. cfb6821 #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details. by Georg Brandl · 14 years ago
  6. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  7. c9c7978 Merged revisions 78734-78735 via svnmerge from by Florent Xicluna · 14 years ago
  8. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  9. 5a607a3 Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. by Mark Hammond · 15 years ago
  10. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  11. c72ef8b Second part of #3187, for windows: by Amaury Forgeot d'Arc · 16 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. f6cd967 Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,61935,61938,61943 via svnmerge from by Christian Heimes · 16 years ago
  14. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  15. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  16. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  17. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  18. bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 20 years ago
  19. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  20. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 22 years ago
  21. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  22. 5e99731 Only test ntpath.abspath() on Windows. This allows the rest of the module to by Fred Drake · 23 years ago
  23. e5a611c A couple more test cases to ensure join() doesn't add an "extra" backslash by Tim Peters · 23 years ago
  24. 6a3e5f1 SF bug 478425: Change in os.path.join (ntpath.py) by Tim Peters · 23 years ago
  25. 54a14a3 SF bug #456621: normpath on Win32 not collapsing c:\\.. by Tim Peters · 23 years ago
  26. 33dc0a1 One more crack at join(): stop trying to pretend this isn't a mass of by Tim Peters · 23 years ago
  27. 4223f89 Change ntpath.join() so that join("d:/", "/whatever") returns by Tim Peters · 23 years ago
  28. d4f7f60 Add some test cases for ntpath.join(). by Tim Peters · 23 years ago
  29. 3b5e4d1 Cosmetic: break the long lines in test_ntpath.py, and get rid of its by Tim Peters · 23 years ago
  30. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  31. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  32. 877d62e added commonprefix test cases by Skip Montanaro · 24 years ago
  33. 041307d Remove the test for abspath with an empty path - too hard to do in a cross-platform manner. by Mark Hammond · 24 years ago
  34. 673c6cf Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) by Mark Hammond · 24 years ago
  35. 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 25 years ago
  36. ead9d8d New test for ntpath module by Guido van Rossum · 26 years ago