COMMITS
/ Python/pylifecycle.c November 22, 2019
V
bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353)
Victor Stinner committed
V
bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)
Victor Stinner committed
V
bpo-38858: Add init_interp_main() subfunction (GH-17347)
Victor Stinner committed
V
bpo-38858: Add init_set_builtins_open() subfunction (GH-17346)
Victor Stinner committed
V
bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)
Victor Stinner committed
V
bpo-36854: Fix refleak in subinterpreter (GH-17331)
Victor Stinner committed
November 20, 2019
V
bpo-38858: Fix Py_Finalize() when called from a subinterpreter (GH-17297)
Victor Stinner committed
V
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
Victor Stinner committed
V
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
Victor Stinner committed
V
bpo-38858: Fix reference leak in pycore_init_types() (GH-17286)
Victor Stinner committed
V
bpo-36854: Clear the current thread later (GH-17279)
Victor Stinner committed
V
bpo-38858: Factorize Py_EndInterpreter() code (GH-17273)
Victor Stinner committed
V
bpo-36710: Add PyInterpreterState.runtime field (GH-17270)
Victor Stinner committed
V
bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)
Victor Stinner committed
November 19, 2019
V
bpo-38858: Reorganize pycore_init_types() (GH-17265)
Victor Stinner committed
October 1, 2019
V
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner committed
V
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner committed
September 28, 2019
V
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner committed
September 26, 2019
V
bpo-38234: Py_Initialize() sets global path configuration (GH-16421)
Victor Stinner committed
September 20, 2019
V
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
Victor Stinner committed
September 17, 2019
V
bpo-38070: Py_FatalError() logs runtime state (GH-16246)
Victor Stinner committed
V
bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245)
Victor Stinner committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
August 26, 2019
V
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
June 19, 2019
V
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner committed
V
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner committed
V
bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner committed
June 13, 2019
V
bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
Victor Stinner committed
June 4, 2019
V
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner committed
June 3, 2019
V
I
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki committed
June 1, 2019
E
E
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 22, 2019
V
bpo-36763: Rename private Python initialization functions (GH-13511)
Victor Stinner committed
V
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner committed
V
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner committed
May 20, 2019
V
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)
Victor Stinner committed
V
bpo-36763: Fix Python preinitialization (GH-13432)
Victor Stinner committed
May 19, 2019
V
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner committed
May 17, 2019
V
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Victor Stinner committed
V
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner committed
V
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner committed
May 16, 2019
V
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner committed
V
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
Victor Stinner committed
May 14, 2019
V
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner committed
May 13, 2019
V
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
Victor Stinner committed
May 10, 2019
V
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner committed