1. 8855e47 bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) by Joannah Nanjekye · 6 years ago
  2. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 6 years ago
  3. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 6 years ago
  4. 441b10c bpo-38304: Add PyConfig.struct_size (GH-16451) by Victor Stinner · 6 years ago
  5. 39de95b closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Benjamin Peterson · 6 years ago
  6. 2bc43cd bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315) by Joannah Nanjekye · 6 years ago
  7. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 6 years ago
  8. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 6 years ago
  9. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 6 years ago
  10. b45d259 bpo-36710: Use tstate in pylifecycle.c (GH-14249) by Victor Stinner · 6 years ago
  11. 0a28f8d bpo-36710: Add tstate parameter in import.c (GH-14218) by Victor Stinner · 6 years ago
  12. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 6 years ago
  13. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 6 years ago
  14. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 6 years ago
  15. 396e0a8 bpo-36818: Add PyInterpreterState.runtime field. (gh-13129) by Eric Snow · 6 years ago
  16. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 6 years ago
  17. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 6 years ago
  18. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  19. 022be02 bpo-36763: Add _PyPreConfig._config_init (GH-13481) by Victor Stinner · 6 years ago
  20. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 6 years ago
  21. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 6 years ago
  22. 09532fe bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) by Victor Stinner · 6 years ago
  23. 86ea581 bpo-36737: Use the module state C-API for warnings. (gh-13159) by Eric Snow · 6 years ago
  24. 99e69d4 bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962) by Victor Stinner · 6 years ago
  25. 10c8e6a bpo-36710: Add runtime variable in pystate.c (GH-12956) by Victor Stinner · 6 years ago
  26. 4312522 bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939) by Victor Stinner · 6 years ago
  27. 8e91c24 bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937) by Victor Stinner · 6 years ago
  28. b930a2d bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936) by Victor Stinner · 6 years ago
  29. 8bb3230 bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935) by Victor Stinner · 6 years ago
  30. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 6 years ago
  31. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 6 years ago
  32. 8b9dbc0 bpo-36444: Remove _PyMainInterpreterConfig (GH-12571) by Victor Stinner · 6 years ago
  33. 6d5ee97 bpo-36301: Add _PyRuntimeState.preconfig (GH-12506) by Victor Stinner · 6 years ago
  34. 943395f bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400) by Stéphane Wirtel · 6 years ago
  35. d2fdd1f bpo-36124: Add PyInterpreterState.dict. (gh-12132) by Eric Snow · 6 years ago
  36. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 6 years ago
  37. 8479a34 bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245) by Eric Snow · 6 years ago
  38. 5be45a6 bpo-33608: Minor cleanup related to pending calls. (gh-12247) by Eric Snow · 6 years ago
  39. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 6 years ago
  40. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 6 years ago
  41. b05b711 bpo-33608: Use _Py_AddPendingCall() in _PyCrossInterpreterData_Release(). (gh-12024) by Eric Snow · 6 years ago
  42. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 6 years ago
  43. ef4ac96 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) by Eric Snow · 6 years ago
  44. be3b295 bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) by Eric Snow · 6 years ago
  45. b5409da bpo-35993: Fix _PyInterpreterState_DeleteExceptMain() (GH-11852) by Stéphane Wirtel · 6 years ago
  46. 16f842d bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in channel_send() (gh-11822) by Alexey Izbyshev · 6 years ago
  47. a909460 bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9127) by Michael Felt · 7 years ago
  48. 2a89343 bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) by Zackery Spytz · 7 years ago
  49. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 7 years ago
  50. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 7 years ago
  51. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 7 years ago
  52. 2be00d9 bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249) by Victor Stinner · 7 years ago
  53. 9204fb8 bpo-35081: Cleanup pystate.c and pystate.h (GH-10240) by Victor Stinner · 7 years ago
  54. 5903296 bpo-34651: Only allow the main interpreter to fork. (gh-9279) by Eric Snow · 7 years ago
  55. 95d630e bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInterpreterState_New()` (GH-8767) by Pablo Galindo · 7 years ago
  56. caba55b bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) by Victor Stinner · 7 years ago
  57. 53b7d4e bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447) by Victor Stinner · 7 years ago
  58. 6379913 bpo-33615: Re-enable a subinterpreter test. (gh-7251) by Eric Snow · 7 years ago
  59. b6dccf5 bpo-33612: Remove PyThreadState_Clear() assertion (#7069) by Victor Stinner · 7 years ago
  60. 6d2cd90 bpo-32604: Improve subinterpreter tests. (#6914) by Eric Snow · 7 years ago
  61. 5d92647 bpo-33005: Fix _PyGILState_Reinit() (#6001) by Victor Stinner · 7 years ago
  62. f53d9f2 bpo-32604: Swap threads only if the interpreter is different. (gh-5778) by Eric Snow · 7 years ago
  63. 4c6955e bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709) by Eric Snow · 7 years ago
  64. 4e9da0d bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507) by Eric Snow · 8 years ago
  65. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 8 years ago
  66. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 8 years ago
  67. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 8 years ago
  68. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 8 years ago
  69. da27341 bpo-32030: Add _PyCoreConfig_Copy() (#4874) by Victor Stinner · 8 years ago
  70. b4d1e1f bpo-20891: Fix PyGILState_Ensure() (#4650) by Victor Stinner · 8 years ago
  71. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 8 years ago
  72. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 8 years ago
  73. d434110 bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) by Victor Stinner · 8 years ago
  74. ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 8 years ago
  75. a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 8 years ago
  76. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 8 years ago
  77. bdf4298 Fix trailing whitespaces in C files. (#4130) by Serhiy Storchaka · 8 years ago
  78. 1896793 bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098) by pdox · 8 years ago
  79. ae3087c Move exc state to generator. Fixes bpo-25612 (#1773) by Mark Shannon · 8 years ago
  80. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 8 years ago
  81. dae0276 bpo-30860: Fix a refleak. (#3567) by Eric Snow · 8 years ago
  82. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 8 years ago
  83. 8728018 bpo-30860: Fix a refleak. (#3506) by Eric Snow · 8 years ago
  84. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 8 years ago
  85. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  86. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 8 years ago
  87. b0a9a5a correct initialization code (#3376) by Benjamin Peterson · 8 years ago
  88. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 8 years ago
  89. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 8 years ago
  90. f3cffd2 bpo-30604: clean up co_extra support (#2144) by Dino Viehland · 8 years ago
  91. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 8 years ago
  92. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 8 years ago
  93. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 8 years ago
  94. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 8 years ago
  95. f82c951 bpo-30395 _PyGILState_Reinit deadlock fix (#1734) by Jason Fried · 8 years ago
  96. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 8 years ago
  97. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 9 years ago
  98. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 9 years ago
  99. 5c4de28 Add the co_extra field and accompanying APIs to code objects. by Brett Cannon · 9 years ago
  100. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 9 years ago