aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/macpath.py
Commit message (Expand)AuthorAge
* Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-28
* Issue3187 for Macintosh platform:Amaury Forgeot d'Arc2008-10-03
* Remove os.path.walkBenjamin Peterson2008-05-08
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Bug #1266283: lexists() is not exported from os.pathGeorg Brandl2005-08-22
* patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc.Georg Brandl2005-08-03
* Whitespace normalization.Johannes Gijsbers2004-08-30
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-30
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-08
* Getting rid of macfs.Jack Jansen2003-02-27
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-14
* Whitespace normalization.Tim Peters2003-01-29
* Added ismount().Jack Jansen2003-01-15
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-03
* Patch #658927: Add getctime to os.path.Martin v. Löwis2002-12-31
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-12
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-08
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-01
* Whitespace normalization.Tim Peters2002-05-23
* whitespace fixup. test__all__ and test_sundry were failingAnthony Baxter2002-04-23
* Fixes based on ideas from Christopher Smith:Jack Jansen2002-04-22
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-07
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-04
* Use docstrings for exception classesNeal Norwitz2002-03-31
* Stop using string exceptionsNeal Norwitz2002-03-31
* SF bug [#469732] os.path.walk docstring inconsistent.Tim Peters2001-10-10
* SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:Guido van Rossum2001-09-17
* Typo fix (spelling mistake in error message).Greg Ward2001-08-08
* a few more modules get __all__Skip Montanaro2001-01-24
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* Avoid import of string module; it is only needed for expandvars().Fred Drake2000-09-28
* Restored commonprefix() semantics.Jack Jansen2000-08-23
* Rewrite of normpath() by Corran Webster, so trailing :s are removedJack Jansen2000-08-06
* fixed semantics of commonprefix to work by path elements instead ofSkip Montanaro2000-07-12
* getatime() returned the mtime instead of the atime.Guido van Rossum2000-07-01
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-04
* getsize(), getatime(), getmtime():Fred Drake1999-07-23
* Add abspath()Guido van Rossum1999-01-29
* Added getsize(), getmtime(), getatime()Guido van Rossum1998-07-24
* Instead of 'import mac', use 'import os' -- this way, the path syntaxGuido van Rossum1998-03-03
* Fix for boundary case (Jack)Guido van Rossum1997-05-21
* join(): Wax the incorrect leading commentBarry Warsaw1997-02-18
* join(): join one or more path componentsBarry Warsaw1997-02-18
* Added splitext()Guido van Rossum1996-07-23
* Added (dummy) expanduser and expandvar methodsJack Jansen1995-12-15
* added normpath() and splitdrive()Guido van Rossum1995-08-10
* Added missing walk() functionJack Jansen1995-08-07
* changes for the MacGuido van Rossum1995-01-27