1. 7be4e35 bpo-40513: Per-interpreter GIL (GH-19943) by Victor Stinner · 5 years ago
  2. 0dd5e7a bpo-40513: new_interpreter() init GIL earlier (GH-19942) by Victor Stinner · 5 years ago
  3. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 5 years ago
  4. 4f98f46 bpo-40268: Remove unused imports in pylifecycle.c (GH-19533) by Victor Stinner · 5 years ago
  5. 361dcdc bpo-40268: Remove unused osdefs.h includes (GH-19532) by Victor Stinner · 5 years ago
  6. d9ea5ca bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) by Victor Stinner · 5 years ago
  7. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 5 years ago
  8. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 5 years ago
  9. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 5 years ago
  10. 1c4cbdf bpo-40268: Add pycore_runtime.h header file (GH-19493) by Victor Stinner · 5 years ago
  11. da7933e bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) by Victor Stinner · 5 years ago
  12. dda5d6e bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436) by Victor Stinner · 5 years ago
  13. 400e1db Document most common signals (GH-19245) by Victor Stinner · 5 years ago
  14. 08faf00 bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) by Victor Stinner · 5 years ago
  15. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 5 years ago
  16. 50e6e99 bpo-39984: Move pending calls to PyInterpreterState (GH-19066) by Victor Stinner · 5 years ago
  17. 56bfdeb bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049) by Victor Stinner · 5 years ago
  18. 75cd5bf Remove unused args from two pylifecycle.c functions (GH-18867) by Andy Lester · 5 years ago
  19. 4e53abb bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908) by Victor Stinner · 5 years ago
  20. 9ad58ac bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848) by Victor Stinner · 5 years ago
  21. 111e4ee bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884) by Victor Stinner · 5 years ago
  22. eb4e2ae bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811) by Victor Stinner · 5 years ago
  23. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 5 years ago
  24. 7b3c252 bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816) by Victor Stinner · 5 years ago
  25. efc28bb Add a comment to _Py_RestoreSignals() (GH-18792) by Victor Stinner · 5 years ago
  26. 66b7973 bpo-39796: Fix _warnings module initialization (GH-18739) by Victor Stinner · 5 years ago
  27. 4b52416 bpo-39542: Move object.h debug functions to internal C API (GH-18331) by Victor Stinner · 6 years ago
  28. c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 6 years ago
  29. 2b1df45 bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990) by Victor Stinner · 6 years ago
  30. 2c7ed41 closes bpo-39261: Remove dead assignment from pyinit_config. (GH-17907) by Alex Henrie · 6 years ago
  31. 5b90771 bpo-13601: always use line-buffering for sys.stderr (GH-17646) by Jendrik Seipp · 6 years ago
  32. 630c8df bpo-38858: Small integer per interpreter (GH-17315) by Victor Stinner · 6 years ago
  33. 080ee5a bpo-38858: Fix ref leak in pycore_interp_init() (GH-17512) by Victor Stinner · 6 years ago
  34. d863ade bpo-38858: Add pycore_interp_init() code to factorize code (GH-17483) by Victor Stinner · 6 years ago
  35. 81fe5bd bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481) by Victor Stinner · 6 years ago
  36. 4da4400 Remove unused variable in Python/pylifecycle.c (GH-17475) by Pablo Galindo · 6 years ago
  37. ac0e1c2 bpo-38962: Fix reference leak in the per-subinterpreter gc (GH-17457) by Pablo Galindo · 6 years ago
  38. b96c6b0 bpo-38962: Fix reference leak in new_interpreter() (GH-17453) by Pablo Galindo · 6 years ago
  39. 2ec1a1b bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353) by Victor Stinner · 6 years ago
  40. 2582d46 bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351) by Victor Stinner · 6 years ago
  41. b005136 bpo-38858: Add init_interp_main() subfunction (GH-17347) by Victor Stinner · 6 years ago
  42. e0c9ab8 bpo-38858: Add init_set_builtins_open() subfunction (GH-17346) by Victor Stinner · 6 years ago
  43. 3d48334 bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330) by Victor Stinner · 6 years ago
  44. 310e2d2 bpo-36854: Fix refleak in subinterpreter (GH-17331) by Victor Stinner · 6 years ago
  45. b93f31f bpo-38858: Fix Py_Finalize() when called from a subinterpreter (GH-17297) by Victor Stinner · 6 years ago
  46. 4dedd0f bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284) by Victor Stinner · 6 years ago
  47. 7247407 bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287) by Victor Stinner · 6 years ago
  48. e7e699e bpo-38858: Fix reference leak in pycore_init_types() (GH-17286) by Victor Stinner · 6 years ago
  49. 9da7430 bpo-36854: Clear the current thread later (GH-17279) by Victor Stinner · 6 years ago
  50. 7eee5be bpo-38858: Factorize Py_EndInterpreter() code (GH-17273) by Victor Stinner · 6 years ago
  51. 01b1cc1 bpo-36710: Add PyInterpreterState.runtime field (GH-17270) by Victor Stinner · 6 years ago
  52. 444b39b bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266) by Victor Stinner · 6 years ago
  53. ef5aa9a bpo-38858: Reorganize pycore_init_types() (GH-17265) by Victor Stinner · 6 years ago
  54. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 6 years ago
  55. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 6 years ago
  56. 441b10c bpo-38304: Add PyConfig.struct_size (GH-16451) by Victor Stinner · 6 years ago
  57. 12f2f17 bpo-38234: Py_Initialize() sets global path configuration (GH-16421) by Victor Stinner · 6 years ago
  58. c422167 bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) by Victor Stinner · 6 years ago
  59. 1ce16fb bpo-38070: Py_FatalError() logs runtime state (GH-16246) by Victor Stinner · 6 years ago
  60. d3b9041 bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245) by Victor Stinner · 6 years ago
  61. 1f21eaa bpo-15999: Clean up of handling boolean arguments. (GH-15610) by Serhiy Storchaka · 6 years ago
  62. bed4817 Make PyXXX_Fini() functions private (GH-15531) by Victor Stinner · 6 years ago
  63. 762f93f bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) by Jeroen Demeyer · 6 years ago
  64. b45d259 bpo-36710: Use tstate in pylifecycle.c (GH-14249) by Victor Stinner · 6 years ago
  65. 987a0dc bpo-36710: Remove PyImport_Cleanup() function (GH-14221) by Victor Stinner · 6 years ago
  66. 0a28f8d bpo-36710: Add tstate parameter in import.c (GH-14218) by Victor Stinner · 6 years ago
  67. 838f264 bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060) by Victor Stinner · 6 years ago
  68. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 6 years ago
  69. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 6 years ago
  70. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 6 years ago
  71. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 6 years ago
  72. 396e0a8 bpo-36818: Add PyInterpreterState.runtime field. (gh-13129) by Eric Snow · 6 years ago
  73. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 6 years ago
  74. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  75. 5edcf26 bpo-36763: Rename private Python initialization functions (GH-13511) by Victor Stinner · 6 years ago
  76. 022be02 bpo-36763: Add _PyPreConfig._config_init (GH-13481) by Victor Stinner · 6 years ago
  77. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 6 years ago
  78. 0f72147 bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444) by Victor Stinner · 6 years ago
  79. 6d1c467 bpo-36763: Fix Python preinitialization (GH-13432) by Victor Stinner · 6 years ago
  80. ed48866 bpo-35134: Split traceback.h header (GH-13430) by Victor Stinner · 6 years ago
  81. b594784 bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396) by Victor Stinner · 6 years ago
  82. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 6 years ago
  83. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 6 years ago
  84. 9ef5dca bpo-36763: Add _Py_InitializeMain() (GH-13362) by Victor Stinner · 6 years ago
  85. dbacfc2 bpo-36763: _PyInitError always use int for exitcode (GH-13360) by Victor Stinner · 6 years ago
  86. c96be81 bpo-36900: Replace global conf vars with config (GH-13299) by Victor Stinner · 6 years ago
  87. 410b85a bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278) by Victor Stinner · 6 years ago
  88. 09532fe bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) by Victor Stinner · 6 years ago
  89. 86ea581 bpo-36737: Use the module state C-API for warnings. (gh-13159) by Eric Snow · 6 years ago
  90. 4631da1 bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) by Victor Stinner · 6 years ago
  91. 70005ac bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) by Victor Stinner · 6 years ago
  92. 709d23d bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) by Victor Stinner · 6 years ago
  93. 43fc3bb bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057) by Victor Stinner · 6 years ago
  94. e251095 bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) by Victor Stinner · 6 years ago
  95. 1a9f0d8 bpo-36763: Add _PyCoreConfig_SetString() (GH-13035) by Victor Stinner · 6 years ago
  96. db71975 bpo-36763: Rework _PyInitError API (GH-13031) by Victor Stinner · 6 years ago
  97. 5f38b84 bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) by Victor Stinner · 6 years ago
  98. 99fcc61 Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) by Victor Stinner · 6 years ago
  99. b36e5d6 bpo-36356: Destroy the GIL at exit (GH-12453) by Victor Stinner · 6 years ago
  100. 4cb525a bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968) by Victor Stinner · 6 years ago