1. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  2. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  3. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  4. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  5. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  6. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  7. 8e4d407 PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are by Victor Stinner · 13 years ago
  8. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  9. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  10. 45b9be5 Merged revisions 78638 via svnmerge from by Victor Stinner · 14 years ago
  11. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  12. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  13. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  14. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  15. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  16. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  17. 55fa66d Add comments about PyThreadState and the usage of its fields. by Brett Cannon · 19 years ago
  18. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  19. 174175b Added a comment about the unreferenced PyThreadState.tick_counter member. by Tim Peters · 20 years ago
  20. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  21. 4eec95a SF patch #906501: Fix typos in pystate.h comments by Raymond Hettinger · 20 years ago
  22. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  23. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  24. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  25. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  26. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  27. d581d77 replace thread state objects' ticker and checkinterval fields with two by Skip Montanaro · 22 years ago
  28. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  29. f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
  30. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  31. 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
  32. 55fb6e0 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  33. 2975786 Add a new API, PyThreadState_DeleteCurrent() that combines by Guido van Rossum · 23 years ago
  34. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  35. 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  36. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  37. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  38. a8b47fe I can't seem to do anything right :-) by Guido van Rossum · 26 years ago
  39. 275ea67 Add macro version of PyThreadState_GET(). This uses by Guido van Rossum · 26 years ago
  40. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  41. 2c69336 On second though, NEXITFUNCS should be defined in pythonrun.c and not by Guido van Rossum · 26 years ago
  42. ee0a63b Move 'dict' struct member to end of struct. This ensures binary by Guido van Rossum · 26 years ago
  43. 204751b Add dict struct member and PyThreadState_GetDict() prototype. by Guido van Rossum · 26 years ago
  44. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  45. 59943ba Added Py_PROTO macros for SunOS 4.x /bin/cc. by Guido van Rossum · 27 years ago
  46. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago