| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #5117: Fixed root directory related issue on posixpath.relpath() and | Hirokazu Yamamoto | 2010-10-18 | 1 | -0/+10 |
|
|
* | Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -0/+3 |
|
|
* | Minor tweaking of previous r78734, and add a NEWS entry. | Florent Xicluna | 2010-03-06 | 1 | -1/+1 |
|
|
* | Create test_genericpath.CommonTest and reuse it to test other path modules. | Florent Xicluna | 2010-03-06 | 1 | -17/+7 |
|
|
* | #3426: os.path.abspath now returns unicode when its arg is unicode. | Ezio Melotti | 2010-02-20 | 1 | -1/+13 |
|
|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+1 |
|
|
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -2/+2 |
|
|
* | #5827: make sure that normpath preserves unicode | Ezio Melotti | 2010-01-12 | 1 | -0/+5 |
|
|
* | Make test.test_support.EnvironmentVarGuard behave like a dictionary. | Walter Dörwald | 2009-05-01 | 1 | -9/+5 |
|
|
* | Changed test so it no longer runs as a side effect of importing. | Jerry Seutter | 2008-03-26 | 1 | -166/+179 |
|
|
* | #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. | Georg Brandl | 2008-01-06 | 1 | -0/+1 |
|
|
* | Patch 1339796: add a relpath() function to os.path. | Collin Winter | 2007-03-16 | 1 | -0/+10 |
|
|
* | Patch #957650: "%var%" environment variable references are now properly | Georg Brandl | 2007-03-13 | 1 | -0/+7 |
|
|
* | Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). | Martin v. Löwis | 2007-03-07 | 1 | -1/+2 |
|
|
* | Fixed ntpath.expandvars to not replace references to non-existing | Sjoerd Mullender | 2007-01-16 | 1 | -0/+22 |
|
|
* | Make ntpath compress multiple slashes between drive letter and the rest of the | Brett Cannon | 2004-07-10 | 1 | -6/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-12-24 | 1 | -1/+1 |
|
|
* | Patch #536661: Improve performance of splitext. Add test_macpath. | Martin v. Löwis | 2002-12-12 | 1 | -0/+10 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Only test ntpath.abspath() on Windows. This allows the rest of the module to | Fred Drake | 2002-01-15 | 1 | -2/+12 |
|
|
* | A couple more test cases to ensure join() doesn't add an "extra" backslash | Tim Peters | 2001-11-05 | 1 | -0/+2 |
|
|
* | SF bug 478425: Change in os.path.join (ntpath.py) | Tim Peters | 2001-11-05 | 1 | -0/+8 |
|
|
* | SF bug #456621: normpath on Win32 not collapsing c:\\.. | Tim Peters | 2001-08-30 | 1 | -0/+24 |
|
|
* | One more crack at join(): stop trying to pretend this isn't a mass of | Tim Peters | 2001-07-27 | 1 | -0/+7 |
|
|
* | Change ntpath.join() so that join("d:/", "/whatever") returns | Tim Peters | 2001-07-26 | 1 | -0/+1 |
|
|
* | Add some test cases for ntpath.join(). | Tim Peters | 2001-07-19 | 1 | -3/+19 |
|
|
* | Cosmetic: break the long lines in test_ntpath.py, and get rid of its | Tim Peters | 2001-07-19 | 1 | -7/+14 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -13/+12 |
|
|
* | added commonprefix test cases | Skip Montanaro | 2000-08-23 | 1 | -0/+6 |
|
|
* | Remove the test for abspath with an empty path - too hard to do in a cross-pl... | Mark Hammond | 2000-08-14 | 1 | -1/+0 |
|
|
* | Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ... | Mark Hammond | 2000-08-14 | 1 | -0/+5 |
|
|
* | Fix the tests now that splitdrive() no longer treats UNC paths special. | Guido van Rossum | 1999-04-06 | 1 | -4/+4 |
|
|
* | New test for ntpath module | Guido van Rossum | 1999-02-03 | 1 | -0/+41 |
|
|