summaryrefslogtreecommitdiff
path: root/Lib/os2emxpath.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-141-0/+10
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-031-1/+4
* Patch #658927: Add getctime to os.path.Martin v. Löwis2002-12-311-1/+4
* 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
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-4/+4
* Whitespace normalization.Tim Peters2002-04-161-1/+1
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-071-3/+3
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-2/+2
* OS/2 EMX port Library and regression test changes:Andrew MacIntyre2002-02-241-0/+405