summaryrefslogtreecommitdiffstats
path: root/Lib/os2emxpath.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
Lib/ os.py os2emxpath.py // added - OS/2 EMX specific path manipulation routines popen2.py site.py Lib/test/ test_fcntl.py test_longexp.py