summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posixpath.py
Commit message (Collapse)AuthorAgeFilesLines
* #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.Georg Brandl2008-01-061-0/+1
| | | | Reported by Jesse Towner.
* Better tests for posixpath.commonprefixRaymond Hettinger2007-05-111-0/+10
|
* Make test_relpath() pass on Windows.Collin Winter2007-03-231-9/+13
|
* Patch 1339796: add a relpath() function to os.path.Collin Winter2007-03-161-1/+12
|
* Whitespace normalization.Tim Peters2007-03-121-2/+2
|
* * Unlink test files before and after each test; hopefully this will cut down ↵Collin Winter2007-03-101-105/+62
| | | | | | | on recent buildbot failures in test_islink. * Drop safe_remove() in favor of test_support.unlink(). * Fix the indentation of test_samefile so that it runs.
* Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').Martin v. Löwis2007-03-071-8/+20
|
* Fixed ntpath.expandvars to not replace references to non-existingSjoerd Mullender2007-01-161-0/+2
| | | | | variables with nothing. Also added tests. This fixes bug #494589.
* 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
| | | | component of the path.
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists ↵Johannes Gijsbers2004-08-301-0/+2
| | | | in glob.glob.
* Whitespace normalization.Tim Peters2004-08-201-3/+3
|
* bug #990669: os.path.realpath() will resolve symlinks before normalizing theJohannes Gijsbers2004-08-141-2/+95
| | | | | | | | path, as normalizing the path may alter the meaning of the path if it contains symlinks. Also add tests for infinite symlink loops and parent symlinks that need to be resolved.
* 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