1. f9ce67d Initialize thread_id to 0 in unthreaded build. Fixes #770247. by Martin v. Löwis · 21 years ago
  2. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  3. 9e29625 Patch #729300: Disable error message if Python is not built for threads. by Martin v. Löwis · 21 years ago
  4. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  5. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 21 years ago
  6. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  7. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  8. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  9. 066a8df missed this one on the previous multi-file checkin - see by Skip Montanaro · 22 years ago
  10. f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
  11. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  12. 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
  13. 5755ce6 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  14. 2975786 Add a new API, PyThreadState_DeleteCurrent() that combines by Guido van Rossum · 23 years ago
  15. 412f246 PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose by Tim Peters · 24 years ago
  16. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  17. 9fb6af9 Removing warnings by gcc -Wall -- cast ugly || to void. by Moshe Zadka · 24 years ago
  18. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  19. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  20. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  21. 1d5ad90 CRITICAL PATCH! by Guido van Rossum · 25 years ago
  22. 18bc7c2 Make current_tstate a global, _PyThreadState_Current. This is to by Guido van Rossum · 26 years ago
  23. ede0439 /* An extension mechanism to store arbitrary additional per-thread state. by Guido van Rossum · 26 years ago
  24. 22348dc The warning about thread still having a frame now only happens in verbose mode. by Guido van Rossum · 27 years ago
  25. 5f896a4 Added missing newline to warning msg by Guido van Rossum · 27 years ago
  26. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  27. 0c88e1f Remove confusing usage comments at end. by Guido van Rossum · 27 years ago
  28. f9cba09 Don't use function prototypes in function definition headers. by Guido van Rossum · 27 years ago
  29. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago