summaryrefslogtreecommitdiff
path: root/Lib/test/test_ntpath.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* #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
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-13/+12
* added commonprefix test casesSkip Montanaro2000-08-231-0/+6
* Remove the test for abspath with an empty path - too hard to do in a cross-pl...Mark Hammond2000-08-141-1/+0
* Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ...Mark Hammond2000-08-141-0/+5
* Fix the tests now that splitdrive() no longer treats UNC paths special.Guido van Rossum1999-04-061-4/+4
* New test for ntpath moduleGuido van Rossum1999-02-031-0/+41