1. 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  2. 71fb87e Issue #7544: Preallocate thread memory before creating the thread to avoid a by Victor Stinner · 14 years ago
  3. 276887b Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 17 years ago
  4. 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 18 years ago
  5. 55fa66d Add comments about PyThreadState and the usage of its fields. by Brett Cannon · 19 years ago
  6. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  7. 174175b Added a comment about the unreferenced PyThreadState.tick_counter member. by Tim Peters · 20 years ago
  8. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  9. 4eec95a SF patch #906501: Fix typos in pystate.h comments by Raymond Hettinger · 20 years ago
  10. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  11. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  12. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  13. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  14. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  15. d581d77 replace thread state objects' ticker and checkinterval fields with two by Skip Montanaro · 22 years ago
  16. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  17. f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
  18. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  19. 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
  20. 55fb6e0 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  21. 2975786 Add a new API, PyThreadState_DeleteCurrent() that combines by Guido van Rossum · 24 years ago
  22. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  23. 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  24. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  25. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  26. a8b47fe I can't seem to do anything right :-) by Guido van Rossum · 26 years ago
  27. 275ea67 Add macro version of PyThreadState_GET(). This uses by Guido van Rossum · 26 years ago
  28. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  29. 2c69336 On second though, NEXITFUNCS should be defined in pythonrun.c and not by Guido van Rossum · 26 years ago
  30. ee0a63b Move 'dict' struct member to end of struct. This ensures binary by Guido van Rossum · 26 years ago
  31. 204751b Add dict struct member and PyThreadState_GetDict() prototype. by Guido van Rossum · 26 years ago
  32. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  33. 59943ba Added Py_PROTO macros for SunOS 4.x /bin/cc. by Guido van Rossum · 27 years ago
  34. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago