Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 3 | -18/+18 |
| | |||||
* | EMX lacks an implementation of link(). As Mailman wants os.link() to | Andrew MacIntyre | 2003-12-02 | 1 | -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/grp | Andrew MacIntyre | 2003-07-10 | 2 | -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 MacIntyre | 2002-02-22 | 5 | -0/+511 |
Lib/plat-os2emx/ IN.py SOCKET.py grp.py pwd.py // pwd module that can process real passwd files regen |