summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_macpath.py
Commit message (Expand)AuthorAgeFilesLines
* Add a test for normpath to test_macpath.Ezio Melotti2010-02-271-0/+6
* skip tests with a non-ascii cwd when the file system encoding is asciiEzio Melotti2010-02-201-8/+5
* Remove e assertIs definitions and use correct assert* methods.Ezio Melotti2010-02-201-20/+20
* #3426: os.path.abspath now returns unicode when its arg is unicode.Ezio Melotti2010-02-201-0/+10
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-11/+11
* Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').Martin v. Löwis2007-03-071-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