- 7c6130c bpo-38453: Ensure correct short path is obtained for test (GH-17184) by Steve Dower · 6 years ago
- abde52c bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967) by Steve Dower · 6 years ago
- a0e3d27 bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Steve Dower · 6 years ago
- 92521fe bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) by Steve Dower · 6 years ago
- 97d7906 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) by Steve Dower · 6 years ago
- 06be2c7 bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15369) by Steve Dower · 6 years ago
- 75e0649 bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) by Steve Dower · 6 years ago
- 9fe42b4 bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357) by Zackery Spytz · 6 years ago
- 25ec4a4 bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282) by Anthony Sottile · 6 years ago
- d03b775 bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Tim Graham · 7 years ago
- d2e902e bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) by Franz Wöllert · 7 years ago
- ff64add bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448) by Tim Golden · 7 years ago
- b21d155 bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930) by Serhiy Storchaka · 7 years ago
- 23ad6d0 bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) by Steve Dower · 7 years ago
- 9ed707e Issue #29197: Removed deprecated function ntpath.splitunc(). by Serhiy Storchaka · 9 years ago
- 3f9183b Issue #26027, #27524: Add PEP 519/__fspath__() support to os and os.path. by Brett Cannon · 9 years ago
- 3822093 Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. by Serhiy Storchaka · 10 years ago
- 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
- 5106d04 Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 11 years ago
- ffc1e6d Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 11 years ago
- 7dfaa27 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
- dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
- f5d2f22 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
- c369c2c Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
- cc83b0c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 12 years ago
- 593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 12 years ago
- f5ad91c Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 12 years ago
- 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 12 years ago
- 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
- 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
- b2fcebb issue9035: Prevent Windows-specific tests from running on non-Windows platforms by Tim Golden · 12 years ago
- 6b52806 Issue #9035: os.path.ismount now recognises volumes mounted below by Tim Golden · 12 years ago
- d0dfe9a #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 13 years ago
- 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 14 years ago
- 26253bb Should use posix_error here. by Hirokazu Yamamoto · 15 years ago
- b08820a Issue #5117: Case normalization was needed on ntpath.relpath(). And by Hirokazu Yamamoto · 15 years ago
- 13a0db5 Fix some errors that #7566 introduced on non-Windows platforms due to by Brian Curtin · 15 years ago
- 6285774 Implement #7566 - os.path.sameopenfile for Windows. by Brian Curtin · 15 years ago
- 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 · 15 years ago
- 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
- c9c7978 Merged revisions 78734-78735 via svnmerge from by Florent Xicluna · 15 years ago
- e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 16 years ago
- 5a607a3 Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. by Mark Hammond · 16 years ago
- 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 16 years ago
- c72ef8b Second part of #3187, for windows: by Amaury Forgeot d'Arc · 17 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
- f6cd967 Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,61935,61938,61943 via svnmerge from by Christian Heimes · 17 years ago
- faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 19 years ago
- bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 21 years ago
- 6578dc9 Whitespace normalization. by Tim Peters · 23 years ago
- de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 23 years ago
- 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
- 5e99731 Only test ntpath.abspath() on Windows. This allows the rest of the module to by Fred Drake · 24 years ago
- e5a611c A couple more test cases to ensure join() doesn't add an "extra" backslash by Tim Peters · 24 years ago
- 6a3e5f1 SF bug 478425: Change in os.path.join (ntpath.py) by Tim Peters · 24 years ago
- 54a14a3 SF bug #456621: normpath on Win32 not collapsing c:\\.. by Tim Peters · 24 years ago
- 33dc0a1 One more crack at join(): stop trying to pretend this isn't a mass of by Tim Peters · 24 years ago
- 4223f89 Change ntpath.join() so that join("d:/", "/whatever") returns by Tim Peters · 24 years ago
- d4f7f60 Add some test cases for ntpath.join(). by Tim Peters · 24 years ago
- 3b5e4d1 Cosmetic: break the long lines in test_ntpath.py, and get rid of its by Tim Peters · 24 years ago
- fc170b1 String method conversion. by Eric S. Raymond · 25 years ago
- 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
- 877d62e added commonprefix test cases by Skip Montanaro · 25 years ago
- 041307d Remove the test for abspath with an empty path - too hard to do in a cross-platform manner. by Mark Hammond · 25 years ago
- 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 · 25 years ago
- 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 26 years ago
- ead9d8d New test for ntpath module by Guido van Rossum · 27 years ago