summaryrefslogtreecommitdiffstats
path: root/Lib/dospath.py
Commit message (Expand)AuthorAgeFilesLines
* Remove more DOS support.Martin v. Löwis2002-10-091-340/+0
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-1/+3
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-8/+5
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-3/+3
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-071-1/+1
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-4/+4
* SF bug [#469732] os.path.walk docstring inconsistent.Tim Peters2001-10-101-7/+13
* SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:Guido van Rossum2001-09-171-0/+3
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
* more __all__ updatesSkip Montanaro2001-01-201-0/+4
* Whitespace normalization.Tim Peters2001-01-141-2/+2
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
* Avoid import of string module; it is only needed for expandvars().Fred Drake2000-09-281-19/+18
* Treat trailing colon in os.path.join("a:", "b") same way for DOS as inTim Peters2000-09-191-1/+1
* revert semantics of commonprefix to work character-by-characterSkip Montanaro2000-08-221-11/+5
* damn! cut-n-paste from ntpath forgot the "import re"Skip Montanaro2000-07-171-0/+1
* * split on / or \Skip Montanaro2000-07-171-6/+3
* fixed semantics of commonprefix to work by path elements instead ofSkip Montanaro2000-07-121-5/+13
* getatime() returned the mtime instead of the atime.Guido van Rossum2000-07-011-1/+1
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-1/+1
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-231/+227
* New code for split() by Tim Peters, behaves more like posixpath.split().Guido van Rossum1999-03-191-21/+13
* Add abspath()Guido van Rossum1999-01-291-0/+7
* Added getsize(), getmtime(), getatime()Guido van Rossum1998-07-241-0/+18
* REMOVE samefile(), sameopenfile(), samestat() -- these cannot be madeGuido van Rossum1998-05-021-26/+0
* Faster implementation of normcase (using string.lower(Guido van Rossum1998-02-191-8/+2
* islink() returns false, but there is no constant false! Return 0 instead.Guido van Rossum1997-11-041-1/+1
* Fix join to support multiple arguments.Guido van Rossum1997-10-071-9/+12
* redefined normcase()Guido van Rossum1995-08-101-14/+5
* dospath: fix by Amrit (don't normalize glob patterns away)Guido van Rossum1994-05-231-1/+7
* aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822:Guido van Rossum1994-02-151-0/+348