1. 2a30cd0 Patch #1516912: improve Modules support for OpenVMS. by Neal Norwitz · 18 years ago
  2. 047f3c7 Fix some Py_ssize_t issues by Neal Norwitz · 18 years ago
  3. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  4. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  5. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  6. b82d34f Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple by Neal Norwitz · 22 years ago
  7. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  8. 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 23 years ago
  9. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  10. 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 24 years ago
  11. a1a690f Patch #103926: fix two warnings from Tru64's compiler by Andrew M. Kuchling · 24 years ago
  12. 4747a18 Remove one more gcc -Wall warning. by Fred Drake · 24 years ago
  13. df23f33 Add several dl.RTLD_ constants. Closes bug 110842. by Martin v. Löwis · 24 years ago
  14. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  15. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  16. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  17. c4bc0e0 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  18. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  19. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  20. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  21. e795197 Fix mysterious undetected error -- call to non-existant Py_Err_SetStr() by Guido van Rossum · 27 years ago
  22. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  23. 0e12032 Renamed. by Roger E. Masse · 28 years ago
  24. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  25. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  26. 34162a1 Added some new modules by Guido van Rossum · 30 years ago