1. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 5 years ago
  2. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 5 years ago
  3. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 5 years ago
  4. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 5 years ago
  5. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 5 years ago
  6. c5c6425 bpo-38236: Dump path config at first import error (GH-16300) (GH-16332) by Victor Stinner · 5 years ago
  7. 9f3dcf8 [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) (GH-16313) by Victor Stinner · 5 years ago
  8. 8d9efc4 Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH-16278) by Miss Islington (bot) · 5 years ago
  9. 47bbab9 [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258) by Victor Stinner · 5 years ago
  10. 1d4285a bpo-36763: Make Py_BytesMain() public (GH-15532) by Miss Islington (bot) · 5 years ago
  11. af84a88 bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435) by Victor Stinner · 5 years ago
  12. 323e743 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467) by Steve Dower · 5 years ago
  13. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 5 years ago
  14. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 5 years ago
  15. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  16. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 5 years ago
  17. 396e0a8 bpo-36818: Add PyInterpreterState.runtime field. (gh-13129) by Eric Snow · 5 years ago
  18. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 5 years ago
  19. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  20. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  21. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  22. df22c03 bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507) by Victor Stinner · 5 years ago
  23. 022be02 bpo-36763: Add _PyPreConfig._config_init (GH-13481) by Victor Stinner · 5 years ago
  24. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 5 years ago
  25. 6d1c467 bpo-36763: Fix Python preinitialization (GH-13432) by Victor Stinner · 5 years ago
  26. ed48866 bpo-35134: Split traceback.h header (GH-13430) by Victor Stinner · 5 years ago
  27. 410759f bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402) by Victor Stinner · 5 years ago
  28. bab0db6 bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) by Victor Stinner · 5 years ago
  29. b594784 bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396) by Victor Stinner · 5 years ago
  30. 871ff77 bpo-36763: Add _PyInitError functions (GH-13395) by Victor Stinner · 5 years ago
  31. 1208328 bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390) by Victor Stinner · 5 years ago
  32. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  33. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 5 years ago
  34. 870b035 bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371) by Victor Stinner · 5 years ago
  35. 410b85a bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278) by Victor Stinner · 5 years ago
  36. d5d9e81 bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241) by Victor Stinner · 5 years ago
  37. 09532fe bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) by Victor Stinner · 5 years ago
  38. 86ea581 bpo-36737: Use the module state C-API for warnings. (gh-13159) by Eric Snow · 5 years ago
  39. 70005ac bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) by Victor Stinner · 5 years ago
  40. 709d23d bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) by Victor Stinner · 5 years ago
  41. 43fc3bb bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057) by Victor Stinner · 5 years ago
  42. 1a9f0d8 bpo-36763: Add _PyCoreConfig_SetString() (GH-13035) by Victor Stinner · 5 years ago
  43. 5f38b84 bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) by Victor Stinner · 5 years ago
  44. 99fcc61 Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) by Victor Stinner · 5 years ago
  45. b36e5d6 bpo-36356: Destroy the GIL at exit (GH-12453) by Victor Stinner · 5 years ago
  46. 87d23a0 bpo-36724: Add _PyWarnings_Fini() (#12963) by Victor Stinner · 5 years ago
  47. 9db0324 bpo-36710: Add runtime parameter in gcmodule.c (GH-12958) by Victor Stinner · 5 years ago
  48. 4312522 bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939) by Victor Stinner · 5 years ago
  49. 8e91c24 bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937) by Victor Stinner · 5 years ago
  50. b930a2d bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936) by Victor Stinner · 5 years ago
  51. 8bb3230 bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935) by Victor Stinner · 5 years ago
  52. 2644907 bpo-33608: Normalize atomic macros so that they all expect an atomic struct (GH-12877) by Steve Dower · 5 years ago
  53. 23bace2 bpo-36635: Add _testinternalcapi module (GH-12841) by Victor Stinner · 5 years ago
  54. 5c75f37 bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) by Victor Stinner · 5 years ago
  55. 0fc91ee bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) by Victor Stinner · 6 years ago
  56. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 6 years ago
  57. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 6 years ago
  58. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 6 years ago
  59. 2b00db6 bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) by Victor Stinner · 6 years ago
  60. 5ac27a5 bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576) by Victor Stinner · 6 years ago
  61. 8b9dbc0 bpo-36444: Remove _PyMainInterpreterConfig (GH-12571) by Victor Stinner · 6 years ago
  62. f8ba6f5 bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563) by Victor Stinner · 6 years ago
  63. 2000495 bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) by Victor Stinner · 6 years ago
  64. f78a5e9 bpo-36301: Add _Py_GetEnv() function (GH-12542) by Victor Stinner · 6 years ago
  65. 1075d16 bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540) by Victor Stinner · 6 years ago
  66. a6fbc4e bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536) by Victor Stinner · 6 years ago
  67. f72346c bpo-36301: Cleanup preconfig code (GH-12535) by Victor Stinner · 6 years ago
  68. 6d5ee97 bpo-36301: Add _PyRuntimeState.preconfig (GH-12506) by Victor Stinner · 6 years ago
  69. fa15376 bpo-36301: Add _PyPreCmdline internal API (GH-12458) by Victor Stinner · 6 years ago
  70. f29084d bpo-36301: Add _PyRuntime.pre_initialized (GH-12457) by Victor Stinner · 6 years ago
  71. dcf6171 bpo-36236: Handle removed cwd at Python init (GH-12424) by Victor Stinner · 6 years ago
  72. f5f336a bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435) by Victor Stinner · 6 years ago
  73. 5f9cf23 bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422) by Victor Stinner · 6 years ago
  74. d2fdd1f bpo-36124: Add PyInterpreterState.dict. (gh-12132) by Eric Snow · 6 years ago
  75. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 6 years ago
  76. 842a2f0 bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246) by Eric Snow · 6 years ago
  77. 74f6568 bpo-36301: Add _PyWstrList structure (GH-12343) by Victor Stinner · 6 years ago
  78. 8479a34 bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245) by Eric Snow · 6 years ago
  79. 5be45a6 bpo-33608: Minor cleanup related to pending calls. (gh-12247) by Eric Snow · 6 years ago
  80. 2aab5d3 Fix the Py_atomic_* macros. (#12240) by Eric Snow · 6 years ago
  81. 4fffd38 bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188) by Victor Stinner · 6 years ago
  82. c656e25 bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) by Victor Stinner · 6 years ago
  83. 7d2ef3e bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186) by Victor Stinner · 6 years ago
  84. a9df651 bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185) by Victor Stinner · 6 years ago
  85. 5a02e0d bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174) by Victor Stinner · 6 years ago
  86. 6dcb542 bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173) by Victor Stinner · 6 years ago
  87. cad1f74 bpo-36142: Add _PyPreConfig structure (GH-12172) by Victor Stinner · 6 years ago
  88. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 6 years ago
  89. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 6 years ago
  90. bda918bf bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. (gh-12062) by Eric Snow · 6 years ago
  91. 91b9ecf bpo-36142: Add preconfig.c (GH-12128) by Victor Stinner · 6 years ago
  92. 95e2cbf bpo-36142: Move command line parsing to coreconfig.c (GH-12123) by Victor Stinner · 6 years ago
  93. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 6 years ago
  94. 234531b bpo-36030: Add _PyTuple_FromArray() function (GH-11954) by Sergey Fedoseev · 6 years ago
  95. ef4ac96 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) by Eric Snow · 6 years ago
  96. be3b295 bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) by Eric Snow · 6 years ago
  97. 38f11cc bpo-1054041: Exit properly after an uncaught ^C. (#11862) by Gregory P. Smith · 6 years ago
  98. ab67281 bpo-35713: Reorganize sys module initialization (GH-11658) by Victor Stinner · 6 years ago
  99. 6d43f6f bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) by Victor Stinner · 6 years ago
  100. bf4ac2d bpo-35713: Rework Python initialization (GH-11647) by Victor Stinner · 6 years ago