summaryrefslogtreecommitdiff
path: root/Lib/test/test_ntpath.py
Commit message (Expand)AuthorAgeFilesLines
* 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