summaryrefslogtreecommitdiff
path: root/Lib/genericpath.py
Commit message (Expand)AuthorAgeFilesLines
* No need to assign the results of expressions used only for side effects.Georg Brandl2010-02-061-1/+1
* Small speedup.Raymond Hettinger2007-05-141-4/+3
* Whitespace normalization.Tim Peters2007-03-121-1/+1
* Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').Martin v. Löwis2007-03-071-0/+29
* Add missing svn:eol-style property to text files.Tim Peters2006-09-051-77/+77
* Whitespace normalization.Tim Peters2006-09-051-78/+77
* - Move functions common to all path modules into genericpath.py and have theJack Diederich2006-08-261-0/+78