summaryrefslogtreecommitdiff
path: root/Lib/test/test_posixpath.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2005-06-031-2/+2
* Bug #1213894: os.path.realpath didn't resolve symlinks that were the firstGeorg Brandl2005-06-031-0/+20
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-301-0/+2
* Whitespace normalization.Tim Peters2004-08-201-3/+3
* bug #990669: os.path.realpath() will resolve symlinks before normalizing theJohannes Gijsbers2004-08-141-2/+95
* Fix SF #763362, test_posixpath failedNeal Norwitz2003-07-011-4/+6
* 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
* 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
* 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