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