1. 41ea1f4 Closes #19342: improve docstrings in grp module. by Georg Brandl · 10 years ago
  2. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  3. e5192cd Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  4. fb29a16 Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  5. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
  6. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  7. ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 14 years ago
  8. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  9. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  10. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  11. 97c18ab Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding, by Victor Stinner · 14 years ago
  12. e23c868 Merged revisions 73016 via svnmerge from by Martin v. Löwis · 15 years ago
  13. b6a748b Issue #4859: Implement PEP 383 for pwd, spwd, and grp. by Martin v. Löwis · 15 years ago
  14. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 16 years ago
  15. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  16. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  17. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  18. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
  19. 6777c85 Use unicode by Neal Norwitz · 17 years ago
  20. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  21. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  22. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  23. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  24. c7a7709 grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error by Barry Warsaw · 21 years ago
  25. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  26. ceb7c18 Deal with a NULL gr_passwd. Reported by Anders Qvist. by Martin v. Löwis · 22 years ago
  27. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  28. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  29. dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  30. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  31. 8e68eb6 Make sure we close the group and password databases when we are done with by Fred Drake · 23 years ago
  32. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  33. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  34. 51b6bc5 ANSI-fication of the sources, convert to 4-space indents. by Fred Drake · 24 years ago
  35. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  36. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  37. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  38. 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 28 years ago
  39. ec0b4af Eradicated all references to getintarg and getstrarg and substituded the by Roger E. Masse · 28 years ago
  40. cfe3b61 Opps, left out two defines needed for argument parsing. by Roger E. Masse · 28 years ago
  41. b2b44e5 Renamed. by Roger E. Masse · 28 years ago
  42. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  43. 03e8ffa patches for NeXT weirdness by Guido van Rossum · 29 years ago
  44. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  45. 20882d5 Split pwd in pwd and grp; added imgformat (by Jack) by Guido van Rossum · 30 years ago