summaryrefslogtreecommitdiffstats
path: root/Lib/plat-os2emx/grp.py
Commit message (Collapse)AuthorAgeFilesLines
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
| | | | Thanks to Wummel for the patch
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-7/+7
|
* Extend the pwd & grp emulations to support accessing the pwd/grpAndrew MacIntyre2003-07-101-2/+37
| | | | | | 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-221-0/+147
Lib/plat-os2emx/ IN.py SOCKET.py grp.py pwd.py // pwd module that can process real passwd files regen