1. 44bf57a bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193) by Victor Stinner · 3 years, 7 months ago
  2. 4101018 bpo-42745: Make the type cache per-interpreter (GH-23947) by Victor Stinner · 3 years, 8 months ago
  3. ba3d67c bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) by Victor Stinner · 3 years, 8 months ago
  4. b8fa135 bpo-42639: Move atexit state to PyInterpreterState (GH-23763) by Victor Stinner · 3 years, 8 months ago
  5. 4e7a69b bpo-42500: Fix recursion in or after except (GH-23568) by Mark Shannon · 3 years, 8 months ago
  6. 048a356 bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) by Victor Stinner · 3 years, 9 months ago
  7. fd957c1 bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131) by Victor Stinner · 3 years, 9 months ago
  8. 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 3 years, 9 months ago
  9. eba5bf2 bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044) by Victor Stinner · 3 years, 10 months ago
  10. dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 3 years, 10 months ago
  11. 8ecc0c4 bpo-1635741: Clean sysdict and builtins of interpreter at exit (GH-21605) by Hai Shi · 4 years ago
  12. 29c1172 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by An Long · 4 years, 2 months ago
  13. 26881c8 PyOS_AfterFork_Child() uses PyStatus (GH-20596) by Victor Stinner · 4 years, 2 months ago
  14. 3026cad bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) by Victor Stinner · 4 years, 2 months ago
  15. e838a93 bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939) by Victor Stinner · 4 years, 3 months ago
  16. 4386b90 bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) by Victor Stinner · 4 years, 4 months ago
  17. 1a1bd2e bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) by Victor Stinner · 4 years, 4 months ago
  18. d9ea5ca bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) by Victor Stinner · 4 years, 4 months ago
  19. 62f75fe bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450) by Dong-hee Na · 4 years, 4 months ago
  20. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 4 months ago
  21. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 4 years, 4 months ago
  22. 1c4cbdf bpo-40268: Add pycore_runtime.h header file (GH-19493) by Victor Stinner · 4 years, 4 months ago
  23. da7933e bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) by Victor Stinner · 4 years, 4 months ago
  24. dda5d6e bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436) by Victor Stinner · 4 years, 4 months ago
  25. 71a3522 bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) by Victor Stinner · 4 years, 5 months ago
  26. 5c3cda0 bpo-39947: Add PyThreadState_GetID() function (GH-19163) by Victor Stinner · 4 years, 5 months ago
  27. 0e427c6 bpo-39947: Add _PyThreadState_GetDict() function (GH-19160) by Victor Stinner · 4 years, 5 months ago
  28. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 4 years, 5 months ago
  29. 7668a8b Use calloc-based functions, not malloc. (GH-19152) by Andy Lester · 4 years, 5 months ago
  30. 5804f87 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) by Victor Stinner · 4 years, 5 months ago
  31. 6723e93 bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) by Victor Stinner · 4 years, 5 months ago
  32. fd1e1a1 bpo-39947: Add PyThreadState_GetFrame() function (GH-19092) by Victor Stinner · 4 years, 5 months ago
  33. d2a8e5b bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087) by Victor Stinner · 4 years, 5 months ago
  34. 56bfdeb bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049) by Victor Stinner · 4 years, 5 months ago
  35. 23ef89d bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051) by Victor Stinner · 4 years, 5 months ago
  36. dab8423 bpo-39984: Add PyInterpreterState.ceval (GH-19047) by Victor Stinner · 4 years, 5 months ago
  37. 8fb02b6 bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981) by Victor Stinner · 4 years, 5 months ago
  38. be79373 bpo-39947: Add PyInterpreterState_Get() function (GH-18979) by Victor Stinner · 4 years, 5 months ago
  39. 0b72b23 bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) by Victor Stinner · 4 years, 5 months ago
  40. 4e53abb bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908) by Victor Stinner · 4 years, 5 months ago
  41. 175a704 bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891) by Victor Stinner · 4 years, 5 months ago
  42. 9ad58ac bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848) by Victor Stinner · 4 years, 5 months ago
  43. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 5 months ago
  44. 7b3c252 bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816) by Victor Stinner · 4 years, 5 months ago
  45. b3b9ade bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) by Stefan Krah · 4 years, 5 months ago
  46. 4d96b46 bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296) by Victor Stinner · 4 years, 6 months ago
  47. 82c83bd bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350) by Victor Stinner · 4 years, 9 months ago
  48. fff7bbf bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293) by Victor Stinner · 4 years, 9 months ago
  49. 7247407 bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287) by Victor Stinner · 4 years, 9 months ago
  50. 9da7430 bpo-36854: Clear the current thread later (GH-17279) by Victor Stinner · 4 years, 9 months ago
  51. 7eee5be bpo-38858: Factorize Py_EndInterpreter() code (GH-17273) by Victor Stinner · 4 years, 9 months ago
  52. 01b1cc1 bpo-36710: Add PyInterpreterState.runtime field (GH-17270) by Victor Stinner · 4 years, 9 months ago
  53. 444b39b bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266) by Victor Stinner · 4 years, 9 months ago
  54. 8855e47 bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) by Joannah Nanjekye · 4 years, 10 months ago
  55. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 4 years, 11 months ago
  56. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 4 years, 11 months ago
  57. 441b10c bpo-38304: Add PyConfig.struct_size (GH-16451) by Victor Stinner · 4 years, 11 months ago
  58. 39de95b closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Benjamin Peterson · 5 years ago
  59. 2bc43cd bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315) by Joannah Nanjekye · 5 years ago
  60. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 5 years ago
  61. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 5 years ago
  62. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 5 years ago
  63. b45d259 bpo-36710: Use tstate in pylifecycle.c (GH-14249) by Victor Stinner · 5 years ago
  64. 0a28f8d bpo-36710: Add tstate parameter in import.c (GH-14218) by Victor Stinner · 5 years ago
  65. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 5 years ago
  66. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 5 years ago
  67. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 5 years ago
  68. 396e0a8 bpo-36818: Add PyInterpreterState.runtime field. (gh-13129) by Eric Snow · 5 years ago
  69. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 5 years ago
  70. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  71. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  72. 022be02 bpo-36763: Add _PyPreConfig._config_init (GH-13481) by Victor Stinner · 5 years ago
  73. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  74. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 5 years ago
  75. 09532fe bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) by Victor Stinner · 5 years ago
  76. 86ea581 bpo-36737: Use the module state C-API for warnings. (gh-13159) by Eric Snow · 5 years ago
  77. 99e69d4 bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962) by Victor Stinner · 5 years ago
  78. 10c8e6a bpo-36710: Add runtime variable in pystate.c (GH-12956) by Victor Stinner · 5 years ago
  79. 4312522 bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939) by Victor Stinner · 5 years ago
  80. 8e91c24 bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937) by Victor Stinner · 5 years ago
  81. b930a2d bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936) by Victor Stinner · 5 years ago
  82. 8bb3230 bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935) by Victor Stinner · 5 years ago
  83. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 5 years ago
  84. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 5 years ago
  85. 8b9dbc0 bpo-36444: Remove _PyMainInterpreterConfig (GH-12571) by Victor Stinner · 5 years ago
  86. 6d5ee97 bpo-36301: Add _PyRuntimeState.preconfig (GH-12506) by Victor Stinner · 5 years ago
  87. 943395f bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400) by Stéphane Wirtel · 5 years ago
  88. d2fdd1f bpo-36124: Add PyInterpreterState.dict. (gh-12132) by Eric Snow · 5 years ago
  89. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 5 years ago
  90. 8479a34 bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245) by Eric Snow · 5 years ago
  91. 5be45a6 bpo-33608: Minor cleanup related to pending calls. (gh-12247) by Eric Snow · 5 years ago
  92. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  93. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 5 years ago
  94. b05b711 bpo-33608: Use _Py_AddPendingCall() in _PyCrossInterpreterData_Release(). (gh-12024) by Eric Snow · 5 years ago
  95. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 5 years ago
  96. ef4ac96 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) by Eric Snow · 5 years ago
  97. be3b295 bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) by Eric Snow · 5 years ago
  98. b5409da bpo-35993: Fix _PyInterpreterState_DeleteExceptMain() (GH-11852) by Stéphane Wirtel · 5 years ago
  99. 16f842d bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in channel_send() (gh-11822) by Alexey Izbyshev · 5 years ago
  100. a909460 bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9127) by Michael Felt · 6 years ago