aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_ntpath.py
Commit message (Expand)AuthorAge
* Merged revisions 85689 via svnmerge fromHirokazu Yamamoto2010-10-18
* Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge fromGeorg Brandl2010-08-01
* Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.Mark Hammond2009-05-06
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-01
* Second part of #3187, for windows:Amaury Forgeot d'Arc2008-10-03
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-26
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-06
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-01
* Make ntpath compress multiple slashes between drive letter and the rest of theBrett Cannon2004-07-10
* Whitespace normalization.Tim Peters2002-12-24
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-12
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Only test ntpath.abspath() on Windows. This allows the rest of the module toFred Drake2002-01-15
* A couple more test cases to ensure join() doesn't add an "extra" backslashTim Peters2001-11-05
* SF bug 478425: Change in os.path.join (ntpath.py)Tim Peters2001-11-05
* SF bug #456621: normpath on Win32 not collapsing c:\\..Tim Peters2001-08-30
* One more crack at join(): stop trying to pretend this isn't a mass ofTim Peters2001-07-27
* Change ntpath.join() so that join("d:/", "/whatever") returnsTim Peters2001-07-26
* Add some test cases for ntpath.join().Tim Peters2001-07-19
* Cosmetic: break the long lines in test_ntpath.py, and get rid of itsTim Peters2001-07-19
* String method conversion.Eric S. Raymond2001-02-09
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* added commonprefix test casesSkip Montanaro2000-08-23
* Remove the test for abspath with an empty path - too hard to do in a cross-pl...Mark Hammond2000-08-14
* Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ...Mark Hammond2000-08-14
* Fix the tests now that splitdrive() no longer treats UNC paths special.Guido van Rossum1999-04-06
* New test for ntpath moduleGuido van Rossum1999-02-03