summaryrefslogtreecommitdiff
path: root/Lib/test/test_ntpath.py
Commit message (Expand)AuthorAgeFilesLines
* Patch 1339796: add a relpath() function to os.path.Collin Winter2007-03-161-0/+10
* Patch #957650: "%var%" environment variable references are now properlyGeorg Brandl2007-03-131-0/+7
* Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').Martin v. Löwis2007-03-071-1/+2
* Fixed ntpath.expandvars to not replace references to non-existingSjoerd Mullender2007-01-161-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