1. 59830b6 revert tstate_delete_common, since it's pretty much wrong by Benjamin Peterson · 10 years ago
  2. 95d7519 remove extra call to tstate_delete_common (merge artifact) by Benjamin Peterson · 10 years ago
  3. 068f81e avoid a deadlock with the interpreter head lock and the GIL during finalization by Benjamin Peterson · 10 years ago
  4. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  5. 590cebe Issue #19787: PyThread_set_key_value() now always set the value by Victor Stinner · 11 years ago
  6. 62ca100 Close #19576: PyGILState_Ensure() now initializes threads. At startup, Python by Victor Stinner · 11 years ago
  7. 8d19767 Close #19199: Remove ``PyThreadState.tick_counter`` field by Victor Stinner · 11 years ago
  8. 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
  9. 40322e6 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  10. 95db2e7 Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object. by Antoine Pitrou · 11 years ago
  11. 84f31a5 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  12. 1a7425f Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization by Victor Stinner · 11 years ago
  13. 1d5b933 Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the by Christian Heimes · 11 years ago
  14. b9dbc7d Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the by Christian Heimes · 11 years ago
  15. f28dfdd Issue #17912: Use a doubly linked-list for thread states. by Charles-Francois Natali · 11 years ago
  16. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  17. 684cd0e Issue #17522: Add the PyGILState_Check() API. by Kristján Valur Jónsson · 11 years ago
  18. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  19. 35503c9 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 12 years ago
  20. 75506e8 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 12 years ago
  21. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 12 years ago
  22. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 12 years ago
  23. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  24. 3bf0175 move outside WITH_THREAD conditional by Benjamin Peterson · 12 years ago
  25. 43162b8 take linkage def outside of WITH_THREAD conditional (closes #14569) by Benjamin Peterson · 12 years ago
  26. a233df8 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
  27. 8db076c Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
  28. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  29. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  30. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  31. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  32. 2fea9b9 issue 9786 Native TLS support for pthreads by Kristján Valur Jónsson · 14 years ago
  33. 3c6261a Merged revisions 84623 via svnmerge from by Antoine Pitrou · 14 years ago
  34. 079ce54 Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid by Antoine Pitrou · 14 years ago
  35. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  36. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  37. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  38. ef32bc8 Merged revisions 78639 via svnmerge from by Victor Stinner · 14 years ago
  39. 45b9be5 Merged revisions 78638 via svnmerge from by Victor Stinner · 14 years ago
  40. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  41. 276c371 Issue #3327: Don't overallocate in the modules_by_index list. by Martin v. Löwis · 16 years ago
  42. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  43. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  44. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  45. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 16 years ago
  46. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  47. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  48. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  49. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  50. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  51. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  52. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  53. f4e6928 Patch 1413181, by Gabriel Becedillas. by Tim Peters · 18 years ago
  54. ce7da6c Forward port bugfix: by Michael W. Hudson · 19 years ago
  55. 188d436 Fix bug: by Michael W. Hudson · 19 years ago
  56. 867f2d4 You can have more than one thread state for a thread if they by Michael W. Hudson · 19 years ago
  57. 774479c Fix: by Michael W. Hudson · 19 years ago
  58. 0f1f63c Close the discussion in SF bug 1069160. by Guido van Rossum · 19 years ago
  59. fb1ffb0 SF bug 1061968: threads: segfault or Py_FatalError at exit by Tim Peters · 20 years ago
  60. 89c0ec9 Revert rev 2.35. It was based on erroneous reasoning -- the current by Tim Peters · 20 years ago
  61. 8470558 PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. by Tim Peters · 20 years ago
  62. 5c14e64 PyGILState_Release(): If we need to delete the TLS entry for this thread, by Tim Peters · 20 years ago
  63. f9becec _PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value() by Tim Peters · 20 years ago
  64. 19717fa Style guide & consistency changes. No semantic changes. by Tim Peters · 20 years ago
  65. 4c1f5ec Trim trailing whitespace. by Tim Peters · 20 years ago
  66. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  67. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  68. f9ce67d Initialize thread_id to 0 in unthreaded build. Fixes #770247. by Martin v. Löwis · 21 years ago
  69. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  70. 9e29625 Patch #729300: Disable error message if Python is not built for threads. by Martin v. Löwis · 21 years ago
  71. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  72. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 21 years ago
  73. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  74. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  75. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  76. 066a8df missed this one on the previous multi-file checkin - see by Skip Montanaro · 22 years ago
  77. f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
  78. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  79. 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
  80. 5755ce6 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  81. 2975786 Add a new API, PyThreadState_DeleteCurrent() that combines by Guido van Rossum · 23 years ago
  82. 412f246 PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose by Tim Peters · 24 years ago
  83. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  84. 9fb6af9 Removing warnings by gcc -Wall -- cast ugly || to void. by Moshe Zadka · 24 years ago
  85. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  86. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  87. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  88. 1d5ad90 CRITICAL PATCH! by Guido van Rossum · 25 years ago
  89. 18bc7c2 Make current_tstate a global, _PyThreadState_Current. This is to by Guido van Rossum · 26 years ago
  90. ede0439 /* An extension mechanism to store arbitrary additional per-thread state. by Guido van Rossum · 26 years ago
  91. 22348dc The warning about thread still having a frame now only happens in verbose mode. by Guido van Rossum · 27 years ago
  92. 5f896a4 Added missing newline to warning msg by Guido van Rossum · 27 years ago
  93. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  94. 0c88e1f Remove confusing usage comments at end. by Guido van Rossum · 27 years ago
  95. f9cba09 Don't use function prototypes in function definition headers. by Guido van Rossum · 27 years ago
  96. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago