summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_macpath.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21840: Fixed expanding unicode variables of form $var inSerhiy Storchaka2015-02-131-0/+1
* Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-271-0/+20
* Move some tests from test_macpath to test_genericpath.CommonTestFlorent Xicluna2010-03-081-10/+0
* Minor tweaking of previous r78734, and add a NEWS entry.Florent Xicluna2010-03-061-1/+1
* Create test_genericpath.CommonTest and reuse it to test other path modules.Florent Xicluna2010-03-061-14/+5
* 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