summaryrefslogtreecommitdiff
path: root/Lib/test/test_posixpath.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #5117: Fixed root directory related issue on posixpath.relpath() andHirokazu Yamamoto2010-10-181-0/+9
* Minor tweaking of previous r78734, and add a NEWS entry.Florent Xicluna2010-03-061-1/+1
* Create test_genericpath.CommonTest and reuse it to test other path modules.Florent Xicluna2010-03-061-187/+9
* skip tests with a non-ascii cwd when the file system encoding is asciiEzio Melotti2010-02-201-9/+7
* Remove e assertIs definitions and use correct assert* methods.Ezio Melotti2010-02-201-8/+6
* #3426: os.path.abspath now returns unicode when its arg is unicode.Ezio Melotti2010-02-201-0/+9
* Remove duplicate test method.Georg Brandl2010-02-071-6/+1
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-5/+5
* #5827: make sure that normpath preserves unicodeEzio Melotti2010-01-121-0/+5
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-9/+9
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-011-10/+6
* Use test.test_support.EnvironmentVarGuard where tests change environment vars.Walter Dörwald2009-04-261-4/+3
* #5471: fix expanduser() for $HOME set to "/".Georg Brandl2009-04-051-0/+5
* #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.Georg Brandl2008-01-061-0/+1
* 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
* 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
* 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