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