1. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  2. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  3. 19ab6c9 Initialize structseq types only once. by Martin v. Löwis · 18 years ago
  4. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  5. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  6. e1b1c87 pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error by Barry Warsaw · 21 years ago
  7. 16b9fa8 - The pwd module incorrectly advertised its struct type as by Guido van Rossum · 21 years ago
  8. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  9. 29275c9 Deal with NULL fields in mkpwent. by Martin v. Löwis · 22 years ago
  10. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  11. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  12. 726e013 Remove unused variable reported by Walter Dörwald by Neal Norwitz · 22 years ago
  13. 88c9344 initpwd(): Clean up initialization, avoid PyModule_GetDict(). by Fred Drake · 22 years ago
  14. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  15. cc07ec1 Add missing typecast. by Neil Schemenauer · 22 years ago
  16. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  17. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
  18. dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 23 years ago
  19. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 23 years ago
  20. 8e68eb6 Make sure we close the group and password databases when we are done with by Fred Drake · 24 years ago
  21. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  22. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  23. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  24. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  25. 39e0e5a ANSI-fication by Peter Schneider-Kamp · 24 years ago
  26. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  27. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  28. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  29. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  30. 3e79c44 Doc strings added by Mitch Chapman. by Guido van Rossum · 27 years ago
  31. 1171ee6 Added configuration tests for presence of alarm(), pause(), and getpwent() by Guido van Rossum · 27 years ago
  32. 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 28 years ago
  33. bab218e Minor formatting changes. by Barry Warsaw · 28 years ago
  34. 50c5cf1 Renamed. by Barry Warsaw · 28 years ago
  35. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  36. 03e8ffa patches for NeXT weirdness by Guido van Rossum · 30 years ago
  37. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  38. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  39. 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
  40. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 32 years ago
  41. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  42. ef0a00e Use getargs() function. by Guido van Rossum · 33 years ago
  43. 0e8e872 Raise KeyError instead of RuntimeError when a uid or name (etc) is not found. by Guido van Rossum · 33 years ago
  44. 864407d Initial revision by Guido van Rossum · 33 years ago