summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posixpath.py
Commit message (Expand)AuthorAgeFilesLines
* #17315: unlink a file that test_posixpath was leaving around.Ezio Melotti2013-03-011-0/+1
* Disable posixpath.realpath() tests on Windows (fix for issue #6975).Serhiy Storchaka2013-02-181-0/+2
* Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).Serhiy Storchaka2013-02-181-0/+18
* Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...Serhiy Storchaka2013-02-101-0/+55
* Use posixpath.join() explicitely in posixpath.join() testHynek Schlawack2012-07-171-1/+1
* #15377: Make posixpath.join() more strict when checking for str/bytes mixHynek Schlawack2012-07-171-10/+14
* Fix context manager use in posixpath.join() testsHynek Schlawack2012-07-171-9/+12
* #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-2/+9
* Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-101-0/+1
* Closes issue 11503. Improves test coverage of posixpath.Michael Foord2011-03-161-0/+63
* Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-1/+1
* Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-8/+15
* Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-181-0/+18
* Fix the breakage of Lib/tarfile.py on non-Windows platforms due toBrian Curtin2010-07-091-0/+1
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-175/+170
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-1/+1
* Merge other tests from test_*path.py into test_genericpath.CommonTest, and do...Florent Xicluna2010-03-081-72/+0
* Merged revisions 78734-78735 via svnmerge fromFlorent Xicluna2010-03-081-132/+9
* Merged revisions 78249 via svnmerge fromEzio Melotti2010-02-201-6/+4
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-6/+6
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-4/+4
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-14/+14
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-011-12/+7
* test_support was renamed to support on py3k.Hirokazu Yamamoto2009-04-271-1/+1
* Merged revisions 71984 via svnmerge fromWalter Dörwald2009-04-261-4/+3
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-0/+5
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-021-14/+136
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-67/+67
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-0/+1
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-3/+3
* More str/bytes strictness.Guido van Rossum2007-08-271-11/+11
* Make test_posixpath.py pass.Guido van Rossum2007-07-101-1/+1
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-0/+10
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-112/+96
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-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