summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posixpath.py
Commit message (Expand)AuthorAgeFilesLines
* #17809: merge with 3.3.Ezio Melotti2013-05-091-1/+2
|\
| * #17809: fix a test failure in test_expanduser when $HOME has a trailing /. P...Ezio Melotti2013-05-091-1/+2
* | #17315: merge with 3.3.Ezio Melotti2013-03-011-0/+1
|\ \ | |/
| * #17315: merge with 3.2.Ezio Melotti2013-03-011-0/+1
| |\
| | * #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
|\ \ \ | |/ /
| * | Disable posixpath.realpath() tests on Windows (fix for issue #6975).Serhiy Storchaka2013-02-181-0/+2
| |\ \ | | |/
| | * 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
|\ \ \ | |/ /
| * | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).Serhiy Storchaka2013-02-181-0/+18
| |\ \ | | |/
| | * 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
|\ \ \ | |/ /
| * | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...Serhiy Storchaka2013-02-101-0/+55
| |\ \ | | |/
| | * Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...Serhiy Storchaka2013-02-101-0/+55
* | | #16852: merge with 3.3.Ezio Melotti2013-01-101-6/+2
|\ \ \ | |/ /
| * | #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now w...Ezio Melotti2013-01-101-6/+2
* | | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.Brian Curtin2012-12-261-62/+0
|/ /
* | Use posixpath.join() explicitely in posixpath.join() testHynek Schlawack2012-07-171-1/+1
|\ \ | |/
| * 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
|\ \ | |/
| * #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
|\ \ | |/
| * 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
|\ \ | |/
| * #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-2/+9
* | MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ...Jesus Cea2012-05-101-0/+1
|\ \ | |/
| * Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-101-0/+1
* | Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-151-5/+7
|/
* 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