summaryrefslogtreecommitdiff
path: root/Lib/test/test_ntpath.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #29197: Removed deprecated function ntpath.splitunc().Serhiy Storchaka2017-01-131-24/+1
* Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-261-0/+83
* Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.Serhiy Storchaka2015-03-311-0/+69
* Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.Serhiy Storchaka2015-03-251-0/+1
* Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in theSerhiy Storchaka2015-01-261-3/+4
* Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-0/+35
* Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-131-3/+24
|\
| * Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-131-3/+24
* | Issue #19456: ntpath.join() now joins relative paths correctly when a driveSerhiy Storchaka2014-01-271-33/+36
|\ \ | |/
| * Issue #19456: ntpath.join() now joins relative paths correctly when a driveSerhiy Storchaka2014-01-271-32/+35
* | Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-161-0/+23
|\ \ | |/
| * Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-161-0/+23
* | Issue #19911: ntpath.splitdrive() now correctly processes the '?' characterSerhiy Storchaka2013-12-161-0/+34
|\ \ | |/ |/|
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-0/+34
| |\
| | * issue9035: Prevent Windows-specific tests from running on non-Windows platformsTim Golden2013-08-011-16/+16
| | * Issue #9035: os.path.ismount now recognises volumes mounted belowTim Golden2013-08-011-0/+34
* | | Issue #19911: ntpath.splitdrive() now correctly processes the '?' characterSerhiy Storchaka2013-12-161-0/+3
|/ /
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
|/
* #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now w...Ezio Melotti2013-01-101-5/+1
* Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-151-2/+5
* Should use posix_error here.Hirokazu Yamamoto2010-12-051-1/+1
* Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-181-0/+1
* Fix some errors that #7566 introduced on non-Windows platforms due toBrian Curtin2010-09-061-5/+7
* Implement #7566 - os.path.sameopenfile for Windows.Brian Curtin2010-09-061-0/+13
* #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try ...Georg Brandl2010-07-311-0/+3
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+1
* Merged revisions 78734-78735 via svnmerge fromFlorent Xicluna2010-03-081-3/+7
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-0/+1
* Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.Mark Hammond2009-05-061-8/+51
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-011-9/+5
* Second part of #3187, for windows:Amaury Forgeot d'Arc2008-10-031-0/+17
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-261-166/+179
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-0/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+19
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-0/+22
* Make ntpath compress multiple slashes between drive letter and the rest of theBrett Cannon2004-07-101-6/+5
* Whitespace normalization.Tim Peters2002-12-241-1/+1
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-121-0/+10
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Only test ntpath.abspath() on Windows. This allows the rest of the module toFred Drake2002-01-151-2/+12
* A couple more test cases to ensure join() doesn't add an "extra" backslashTim Peters2001-11-051-0/+2
* SF bug 478425: Change in os.path.join (ntpath.py)Tim Peters2001-11-051-0/+8
* SF bug #456621: normpath on Win32 not collapsing c:\\..Tim Peters2001-08-301-0/+24
* One more crack at join(): stop trying to pretend this isn't a mass ofTim Peters2001-07-271-0/+7
* Change ntpath.join() so that join("d:/", "/whatever") returnsTim Peters2001-07-261-0/+1
* Add some test cases for ntpath.join().Tim Peters2001-07-191-3/+19
* Cosmetic: break the long lines in test_ntpath.py, and get rid of itsTim Peters2001-07-191-7/+14
* String method conversion.Eric S. Raymond2001-02-091-2/+1