COMMITS
/ Python/pylifecycle.c 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
E
bpo-36737: Use the module state C-API for warnings. (gh-13159)
Eric Snow committed
May 2, 2019
V
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
Victor Stinner committed
V
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
Victor Stinner committed
V
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner committed
V
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
Victor Stinner committed
V
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
Victor Stinner committed
May 1, 2019
V
bpo-36763: Add _PyCoreConfig_SetString() (GH-13035)
Victor Stinner committed
V
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner committed
V
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
Victor Stinner committed
April 29, 2019
V
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
Victor Stinner committed
V
bpo-36356: Destroy the GIL at exit (GH-12453)
Victor Stinner committed
April 26, 2019
V
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
Victor Stinner committed
V
bpo-36724: Add _PyWarnings_Fini() (#12963)
Victor Stinner committed
April 24, 2019
V
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
Victor Stinner committed
V
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
Victor Stinner committed
April 17, 2019
V
bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852)
Victor Stinner committed
April 12, 2019
E
E
March 27, 2019
V
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner committed
V
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Victor Stinner committed
V
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner committed
V
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner committed
March 26, 2019
V
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner committed
V
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner committed