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. 5755ce6 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 · 24 years ago
  6. 412f246 PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose by Tim Peters · 24 years ago
  7. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  8. 9fb6af9 Removing warnings by gcc -Wall -- cast ugly || to void. by Moshe Zadka · 24 years ago
  9. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  10. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  11. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  12. 1d5ad90 CRITICAL PATCH! by Guido van Rossum · 25 years ago
  13. 18bc7c2 Make current_tstate a global, _PyThreadState_Current. This is to by Guido van Rossum · 26 years ago
  14. ede0439 /* An extension mechanism to store arbitrary additional per-thread state. by Guido van Rossum · 26 years ago
  15. 22348dc The warning about thread still having a frame now only happens in verbose mode. by Guido van Rossum · 27 years ago
  16. 5f896a4 Added missing newline to warning msg by Guido van Rossum · 27 years ago
  17. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  18. 0c88e1f Remove confusing usage comments at end. by Guido van Rossum · 27 years ago
  19. f9cba09 Don't use function prototypes in function definition headers. by Guido van Rossum · 27 years ago
  20. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago