summaryrefslogtreecommitdiff
path: root/Lib/test/test_ntpath.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.Serhiy Storchaka2015-03-251-0/+1
* Issue #21840: Fixed expanding unicode variables of form $var inSerhiy Storchaka2015-02-131-2/+3
* Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in theSerhiy Storchaka2015-01-261-3/+4
* don't index outside of the path (closes #22312)Benjamin Peterson2014-08-311-0/+1
* fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #...Benjamin Peterson2014-06-221-8/+24
* Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-0/+35
* Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environmentSerhiy Storchaka2014-02-191-5/+31
* Issue #19456: ntpath.join() now joins relative paths correctly when a driveSerhiy Storchaka2014-01-271-13/+34
* Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-161-0/+14
* Issue #5117: Fixed root directory related issue on posixpath.relpath() andHirokazu Yamamoto2010-10-181-0/+10
* Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge fromGeorg Brandl2010-08-011-0/+3
* Minor tweaking of previous r78734, and add a NEWS entry.Florent Xicluna2010-03-061-1/+1
* Create test_genericpath.CommonTest and reuse it to test other path modules.Florent Xicluna2010-03-061-17/+7
* #3426: os.path.abspath now returns unicode when its arg is unicode.Ezio Melotti2010-02-201-1/+13
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+1
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-2/+2
* #5827: make sure that normpath preserves unicodeEzio Melotti2010-01-121-0/+5
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-011-9/+5
* Changed test so it no longer runs as a side effect of importing.Jerry Seutter2008-03-261-166/+179
* #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.Georg Brandl2008-01-061-0/+1
* 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