1. 880f529 Issue #3313: Contrary to the man page, a failed dlopen() call does not by Thomas Heller · 16 years ago
  2. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  3. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  4. 7595c1a Flesh out the 3.0 deprecation to suggest using the ctypes module. by Brett Cannon · 16 years ago
  5. 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 16 years ago
  6. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  7. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  8. 2a30cd0 Patch #1516912: improve Modules support for OpenVMS. by Neal Norwitz · 18 years ago
  9. 047f3c7 Fix some Py_ssize_t issues by Neal Norwitz · 18 years ago
  10. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  11. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  12. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  13. b82d34f Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple by Neal Norwitz · 22 years ago
  14. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  15. 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 23 years ago
  16. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  17. 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 24 years ago
  18. a1a690f Patch #103926: fix two warnings from Tru64's compiler by Andrew M. Kuchling · 24 years ago
  19. 4747a18 Remove one more gcc -Wall warning. by Fred Drake · 24 years ago
  20. df23f33 Add several dl.RTLD_ constants. Closes bug 110842. by Martin v. Löwis · 24 years ago
  21. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  22. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  23. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  24. c4bc0e0 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  25. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  26. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  27. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  28. e795197 Fix mysterious undetected error -- call to non-existant Py_Err_SetStr() by Guido van Rossum · 27 years ago
  29. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  30. 0e12032 Renamed. by Roger E. Masse · 28 years ago
  31. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  32. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  33. 34162a1 Added some new modules by Guido van Rossum · 30 years ago