1. b594784 bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396) by Victor Stinner · 5 years ago
  2. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  3. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 5 years ago
  4. 9ef5dca bpo-36763: Add _Py_InitializeMain() (GH-13362) by Victor Stinner · 5 years ago
  5. dbacfc2 bpo-36763: _PyInitError always use int for exitcode (GH-13360) by Victor Stinner · 5 years ago
  6. c96be81 bpo-36900: Replace global conf vars with config (GH-13299) by Victor Stinner · 5 years ago
  7. 410b85a bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278) by Victor Stinner · 5 years ago
  8. 09532fe bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) by Victor Stinner · 5 years ago
  9. 86ea581 bpo-36737: Use the module state C-API for warnings. (gh-13159) by Eric Snow · 5 years ago
  10. 4631da1 bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) by Victor Stinner · 5 years ago
  11. 70005ac bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) by Victor Stinner · 5 years ago
  12. 709d23d bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) by Victor Stinner · 5 years ago
  13. 43fc3bb bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057) by Victor Stinner · 5 years ago
  14. e251095 bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) by Victor Stinner · 5 years ago
  15. 1a9f0d8 bpo-36763: Add _PyCoreConfig_SetString() (GH-13035) by Victor Stinner · 5 years ago
  16. db71975 bpo-36763: Rework _PyInitError API (GH-13031) by Victor Stinner · 5 years ago
  17. 5f38b84 bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) by Victor Stinner · 5 years ago
  18. 99fcc61 Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) by Victor Stinner · 5 years ago
  19. b36e5d6 bpo-36356: Destroy the GIL at exit (GH-12453) by Victor Stinner · 5 years ago
  20. 4cb525a bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968) by Victor Stinner · 5 years ago
  21. 87d23a0 bpo-36724: Add _PyWarnings_Fini() (#12963) by Victor Stinner · 5 years ago
  22. 4312522 bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939) by Victor Stinner · 5 years ago
  23. 8e91c24 bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937) by Victor Stinner · 5 years ago
  24. 3092d6b bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) by Victor Stinner · 5 years ago
  25. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 5 years ago
  26. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 5 years ago
  27. d929f18 bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589) by Victor Stinner · 5 years ago
  28. 5ac27a5 bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576) by Victor Stinner · 5 years ago
  29. 484f20d bpo-36444: Add _PyCoreConfig._init_main (GH-12572) by Victor Stinner · 5 years ago
  30. 8b9dbc0 bpo-36444: Remove _PyMainInterpreterConfig (GH-12571) by Victor Stinner · 5 years ago
  31. f8ba6f5 bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563) by Victor Stinner · 5 years ago
  32. 2000495 bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) by Victor Stinner · 5 years ago
  33. 027b09c bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504) by Stefan Krah · 5 years ago
  34. a6fbc4e bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536) by Victor Stinner · 5 years ago
  35. f72346c bpo-36301: Cleanup preconfig code (GH-12535) by Victor Stinner · 5 years ago
  36. f29084d bpo-36301: Add _PyRuntime.pre_initialized (GH-12457) by Victor Stinner · 5 years ago
  37. fd23cfa bpo-35388: Fix _PyRuntime_Finalize() (GH-12443) by Victor Stinner · 5 years ago
  38. 9e06d2b bpo-36328: Fix compiler warning in Py_NewInterpreter() (GH-12381) by Stéphane Wirtel · 5 years ago
  39. 842a2f0 bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246) by Eric Snow · 5 years ago
  40. 5be45a6 bpo-33608: Minor cleanup related to pending calls. (gh-12247) by Eric Snow · 5 years ago
  41. 4fffd38 bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188) by Victor Stinner · 5 years ago
  42. c656e25 bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) by Victor Stinner · 5 years ago
  43. 7d2ef3e bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186) by Victor Stinner · 5 years ago
  44. b35be4b bpo-36142: Add _PyPreConfig.allocator (GH-12181) by Victor Stinner · 5 years ago
  45. 5a02e0d bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174) by Victor Stinner · 5 years ago
  46. 6dcb542 bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173) by Victor Stinner · 5 years ago
  47. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  48. dfe8847 bpo-36142: Rework error reporting in pymain_main() (GH-12113) by Victor Stinner · 5 years ago
  49. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 5 years ago
  50. ef4ac96 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) by Eric Snow · 5 years ago
  51. 38f11cc bpo-1054041: Exit properly after an uncaught ^C. (#11862) by Gregory P. Smith · 5 years ago
  52. ab67281 bpo-35713: Reorganize sys module initialization (GH-11658) by Victor Stinner · 6 years ago
  53. 6d43f6f bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) by Victor Stinner · 6 years ago
  54. bf4ac2d bpo-35713: Rework Python initialization (GH-11647) by Victor Stinner · 6 years ago
  55. 8905fcc bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) by Serhiy Storchaka · 6 years ago
  56. 353933e bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) by Victor Stinner · 6 years ago
  57. 3bb183d bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) by Victor Stinner · 6 years ago
  58. 37cd982 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Victor Stinner · 6 years ago
  59. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  60. 5f2df88 bpo-35177: Add dependencies between header files (GH-10361) by Victor Stinner · 6 years ago
  61. a1c249c bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) by Victor Stinner · 6 years ago
  62. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 6 years ago
  63. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  64. 3a228ab bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) by Victor Stinner · 6 years ago
  65. 2be00d9 bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249) by Victor Stinner · 6 years ago
  66. 49c75a8 bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152) by Pablo Galindo · 6 years ago
  67. 06e7608 Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) by Victor Stinner · 6 years ago
  68. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  69. 188ebfa bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371) by Victor Stinner · 6 years ago
  70. acd282f Initialize a variable to make the compiler happy. (GH-9153) by Benjamin Peterson · 6 years ago
  71. 8ea0911 _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) by Victor Stinner · 6 years ago
  72. fbca908 bpo-34523: Use _PyCoreConfig instead of globals (GH-9005) by Victor Stinner · 6 years ago
  73. cf21504 bpo-34485: Emit C locale coercion warning later (GH-9002) by Victor Stinner · 6 years ago
  74. b2457ef bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963) by Victor Stinner · 6 years ago
  75. dfe0dc7 bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881) by Victor Stinner · 6 years ago
  76. 177d921 bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988) by Victor Stinner · 6 years ago
  77. 315877d bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) by Victor Stinner · 6 years ago
  78. 124b9eb bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982) by Victor Stinner · 6 years ago
  79. 2c8ddcf bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) by Victor Stinner · 6 years ago
  80. 9e4994d bpo-34485: Enhance init_sys_streams() (GH-8978) by Victor Stinner · 6 years ago
  81. d500e53 bpo-34403: On HP-UX, force ASCII for C locale (GH-8969) by Victor Stinner · 6 years ago
  82. 5a953fd bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658) by Victor Stinner · 6 years ago
  83. caba55b bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) by Victor Stinner · 6 years ago
  84. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 6 years ago
  85. cfc8831 Define _Py_NO_RETURN for Microsoft C compiler (GH-8606) by Victor Stinner · 6 years ago
  86. 1dc6e39 bpo-34170: Add _Py_InitializeFromConfig() (GH-8454) by Victor Stinner · 6 years ago
  87. d19d8d5 bpo-34170: Add _PyCoreConfig.isolated (GH-8417) by Victor Stinner · 6 years ago
  88. f2626ce bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361) by Victor Stinner · 6 years ago
  89. b1147e4 bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353) by Victor Stinner · 6 years ago
  90. fb47bca bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) by Victor Stinner · 6 years ago
  91. 209abf7 bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) by Victor Stinner · 6 years ago
  92. 0977091 bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273) by Pablo Galindo · 6 years ago
  93. 7023644 closes bpo-32980 Remove _PyFrame_Init (GH-5965) by Thomas Nyberg · 6 years ago
  94. c65ef77 rename _imp initialization function to follow conventions (#5432) by Benjamin Peterson · 7 years ago
  95. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 7 years ago
  96. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  97. 0a37a30 closes bpo-32460: ensure all non-static globals have initializers (#5061) by Benjamin Peterson · 7 years ago
  98. 31e9908 bpo-32030: Fix usage of memory allocators (#4953) by Victor Stinner · 7 years ago
  99. 9cfc002 bpo-32030: Complete _PyCoreConfig_Read() (#4946) by Victor Stinner · 7 years ago
  100. ca719ac bpo-32030: Add _PyCoreConfig.warnoptions (#4936) by Victor Stinner · 7 years ago