1. f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
  2. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  3. 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
  4. 55fb6e0 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  5. 2975786 Add a new API, PyThreadState_DeleteCurrent() that combines by Guido van Rossum · 23 years ago
  6. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  7. 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  8. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  9. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  10. a8b47fe I can't seem to do anything right :-) by Guido van Rossum · 26 years ago
  11. 275ea67 Add macro version of PyThreadState_GET(). This uses by Guido van Rossum · 26 years ago
  12. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  13. 2c69336 On second though, NEXITFUNCS should be defined in pythonrun.c and not by Guido van Rossum · 26 years ago
  14. ee0a63b Move 'dict' struct member to end of struct. This ensures binary by Guido van Rossum · 26 years ago
  15. 204751b Add dict struct member and PyThreadState_GetDict() prototype. by Guido van Rossum · 26 years ago
  16. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  17. 59943ba Added Py_PROTO macros for SunOS 4.x /bin/cc. by Guido van Rossum · 27 years ago
  18. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago