summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_genericpath.py
Commit message (Expand)AuthorAgeFilesLines
* #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-251-8/+12
* Fix verb tense in skip message.R. David Murray2010-04-221-1/+1
* Issue #8422, test_genericpath: skip the creation of a directory with an invalidVictor Stinner2010-04-181-0/+4
* Fix string-> bytes conversion on backport from 2.x.Florent Xicluna2010-03-081-1/+1
* Merge other tests from test_*path.py into test_genericpath.CommonTest, and do...Florent Xicluna2010-03-081-0/+24
* Merged revisions 78734-78735 via svnmerge fromFlorent Xicluna2010-03-081-96/+188
* Merged revisions 78249 via svnmerge fromEzio Melotti2010-02-201-5/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-46/+46
* str/bytes strictness.Guido van Rossum2007-08-271-8/+8
* Make test_genericpath pass.Guido van Rossum2007-07-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+184