summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_macpath.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 78272 via svnmerge fromEzio Melotti2010-02-211-1/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78272 | ezio.melotti | 2010-02-21 00:34:21 +0200 (Sun, 21 Feb 2010) | 1 line skip tests with a non-ascii cwd when the file system encoding is ascii ........
* Merged revisions 78247 via svnmerge fromEzio Melotti2010-02-201-0/+17
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78247 | ezio.melotti | 2010-02-20 10:09:39 +0200 (Sat, 20 Feb 2010) | 1 line #3426: os.path.abspath now returns unicode when its arg is unicode. ........
* 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