aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/os2emxpath.py
Commit message (Expand)AuthorAge
* #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-25
* Remove os.path.walkBenjamin Peterson2008-05-08
* 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
* 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
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-20
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-14
* 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
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-08
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-01
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-01
* Whitespace normalization.Tim Peters2002-04-16
* 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
* OS/2 EMX port Library and regression test changes:Andrew MacIntyre2002-02-24