summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posixpath.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix SF #763362, test_posixpath failedNeal Norwitz2003-07-011-4/+6
| | | | | Don't check expanduser('~') if the home directory == the root directory (ie, we are running as root).
* Whitespace normalization.Tim Peters2003-06-291-2/+2
|
* Use find() instead of looping over the string in expanduser().Walter Dörwald2003-06-191-1/+5
| | | | From SF patch #757058.
* Complete rewrite of tests by Walter Dorwald as unittest tests.Brett Cannon2003-06-161-45/+394
|
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-121-0/+5
|
* String method conversion.Eric S. Raymond2001-02-091-1/+0
| | | | (This one was trivial -- no actual string. references in it!)
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-12/+11
|
* updated to correct failing test casesSkip Montanaro2000-08-231-2/+2
|
* new test file for posixpath moduleSkip Montanaro2000-07-121-0/+42