summaryrefslogtreecommitdiffstats
path: root/Lib/plat-os2emx
Commit message (Collapse)AuthorAgeFilesLines
* Run 2to3's fix_has_key over Lib/plat-os2emx/.Collin Winter2007-09-012-11/+11
|
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-233-5/+5
|
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-6/+6
| | | | (Rough first cut.)
* Whitespace normalization, via reindent.py.Tim Peters2004-07-183-18/+18
|
* EMX lacks an implementation of link(). As Mailman wants os.link() toAndrew MacIntyre2003-12-021-0/+79
| | | | | | implement its locking scheme, this module implements a crude link() by way of copying the source to the destination provided the destination doesn't already exist.
* Extend the pwd & grp emulations to support accessing the pwd/grpAndrew MacIntyre2003-07-102-4/+78
| | | | | | record tuple by name as well as index, to match the behaviour of the pwd/grp extension modules for Unix. These emulation modules now pass test_pwd & test_grp.
* Create and populate OS/2 EMX port platform specific library directory:Andrew MacIntyre2002-02-225-0/+511
Lib/plat-os2emx/ IN.py SOCKET.py grp.py pwd.py // pwd module that can process real passwd files regen