Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Mark Hammond | 2000-08-14 | 1 | -1/+0 |
| | | | | cross-platform manner. | ||||
* | Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ↵ | Mark Hammond | 2000-08-14 | 1 | -0/+5 |
| | | | | Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) | ||||
* | Fix the tests now that splitdrive() no longer treats UNC paths special. | Guido van Rossum | 1999-04-06 | 1 | -4/+4 |
| | | | | (Some tests converted to splitunc() tests.) | ||||
* | New test for ntpath module | Guido van Rossum | 1999-02-03 | 1 | -0/+41 |