summaryrefslogtreecommitdiff
path: root/Lib/test/test_macpath.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-9850: Deprecate the macpath module (#1540)Victor Stinner2017-05-151-1/+7
* Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-241-1/+1
* Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError withSerhiy Storchaka2014-10-041-0/+2
* Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-271-0/+24
* #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now w...Ezio Melotti2013-01-101-6/+2
* Merge other tests from test_*path.py into test_genericpath.CommonTest, and do...Florent Xicluna2010-03-081-58/+33
* Merged revisions 78734-78735 via svnmerge fromFlorent Xicluna2010-03-081-2/+7
* Merged revisions 78249 via svnmerge fromEzio Melotti2010-02-201-19/+19
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-21/+21
* Issue3187 for Macintosh platform:Amaury Forgeot d'Arc2008-10-031-0/+84
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Whitespace normalization.Tim Peters2002-12-241-1/+0
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-121-0/+64