index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_ntpath.py
Commit message (
Expand
)
Author
Age
*
Second part of #3187, for windows:
Amaury Forgeot d'Arc
2008-10-03
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...
Christian Heimes
2008-03-26
*
Merged revisions 59703-59773 via svnmerge from
Christian Heimes
2008-01-06
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
*
Make ntpath compress multiple slashes between drive letter and the rest of the
Brett Cannon
2004-07-10
*
Whitespace normalization.
Tim Peters
2002-12-24
*
Patch #536661: Improve performance of splitext. Add test_macpath.
Martin v. Löwis
2002-12-12
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Only test ntpath.abspath() on Windows. This allows the rest of the module to
Fred Drake
2002-01-15
*
A couple more test cases to ensure join() doesn't add an "extra" backslash
Tim Peters
2001-11-05
*
SF bug 478425: Change in os.path.join (ntpath.py)
Tim Peters
2001-11-05
*
SF bug #456621: normpath on Win32 not collapsing c:\\..
Tim Peters
2001-08-30
*
One more crack at join(): stop trying to pretend this isn't a mass of
Tim Peters
2001-07-27
*
Change ntpath.join() so that join("d:/", "/whatever") returns
Tim Peters
2001-07-26
*
Add some test cases for ntpath.join().
Tim Peters
2001-07-19
*
Cosmetic: break the long lines in test_ntpath.py, and get rid of its
Tim Peters
2001-07-19
*
String method conversion.
Eric S. Raymond
2001-02-09
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
*
added commonprefix test cases
Skip Montanaro
2000-08-23
*
Remove the test for abspath with an empty path - too hard to do in a cross-pl...
Mark Hammond
2000-08-14
*
Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ...
Mark Hammond
2000-08-14
*
Fix the tests now that splitdrive() no longer treats UNC paths special.
Guido van Rossum
1999-04-06
*
New test for ntpath module
Guido van Rossum
1999-02-03