summaryrefslogtreecommitdiff
path: root/Lib/macpath.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31802: Fix importing native path module before importing os. (#4017)Serhiy Storchaka2018-01-071-11/+12
* bpo-9850: Deprecate the macpath module (#1540)Victor Stinner2017-05-151-0/+4
* Issue #23780: Improved error message in os.path.join() with single argument.Serhiy Storchaka2015-05-191-0/+2
* Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError withSerhiy Storchaka2014-10-041-14/+18
* Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-271-1/+1
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-1/+1
* Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS XVictor Stinner2010-09-131-1/+1
* #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-251-0/+3
* Merged revisions 79195 via svnmerge fromFlorent Xicluna2010-03-211-1/+4
* Fix macpath to deal with bytesFlorent Xicluna2010-03-081-1/+5
* Issue3187 for Macintosh platform:Amaury Forgeot d'Arc2008-10-031-23/+39
* Remove os.path.walkBenjamin Peterson2008-05-081-28/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-11/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-62/+1
* Bug #1266283: lexists() is not exported from os.pathGeorg Brandl2005-08-221-1/+1
* patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc.Georg Brandl2005-08-031-8/+8
* Whitespace normalization.Johannes Gijsbers2004-08-301-1/+1
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-301-1/+13
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-081-1/+2
* Getting rid of macfs.Jack Jansen2003-02-271-4/+4
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-141-0/+10
* Whitespace normalization.Tim Peters2003-01-291-4/+4
* Added ismount().Jack Jansen2003-01-151-0/+5
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-031-1/+1
* Patch #658927: Add getctime to os.path.Martin v. Löwis2002-12-311-1/+4
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-121-14/+5
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-1/+4
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-8/+5
* Whitespace normalization.Tim Peters2002-05-231-13/+13
* whitespace fixup. test__all__ and test_sundry were failingAnthony Baxter2002-04-231-1/+1
* Fixes based on ideas from Christopher Smith:Jack Jansen2002-04-221-5/+21
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-071-2/+2
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-3/+3
* Use docstrings for exception classesNeal Norwitz2002-03-311-1/+2
* Stop using string exceptionsNeal Norwitz2002-03-311-1/+1
* 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
* Typo fix (spelling mistake in error message).Greg Ward2001-08-081-1/+1
* a few more modules get __all__Skip Montanaro2001-01-241-0/+4
* 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-7/+7
* Restored commonprefix() semantics.Jack Jansen2000-08-231-23/+13
* Rewrite of normpath() by Corran Webster, so trailing :s are removedJack Jansen2000-08-061-32/+23
* fixed semantics of commonprefix to work by path elements instead ofSkip Montanaro2000-07-121-0/+23
* getatime() returned the mtime instead of the atime.Guido van Rossum2000-07-011-1/+1
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-147/+145
* getsize(), getatime(), getmtime():Fred Drake1999-07-231-3/+3