COMMITS
/ Python/preconfig.c June 17, 2022
V
gh-77782: Deprecate global configuration variable (#93943)
Victor Stinner committed
May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
May 24, 2022
V
gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)
Victor Stinner committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
September 27, 2021
E
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
June 10, 2020
V
_PyPreConfig_Read() decodes argv at each iteration (GH-20786)
Victor Stinner committed
May 5, 2020
V
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Victor Stinner committed
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
October 1, 2019
V
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner committed
September 29, 2019
V
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner committed
September 28, 2019
V
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 23, 2019
V
bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518)
Victor Stinner committed
May 22, 2019
V
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
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 18, 2019
V
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Victor Stinner committed
May 17, 2019
V
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Victor Stinner committed
V
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
Victor Stinner committed
V
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner committed
V
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner committed
V
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
Victor Stinner committed
May 2, 2019
V
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner committed
May 1, 2019
V
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner committed
April 5, 2019
V
bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695)
Victor Stinner committed
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
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
March 25, 2019
V
bpo-36301: Add _Py_GetEnv() function (GH-12542)
Victor Stinner committed
V
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
Victor Stinner committed
V
bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)
Victor Stinner committed
V
bpo-36301: Cleanup preconfig code (GH-12535)
Victor Stinner committed
March 23, 2019
V
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506)
Victor Stinner committed
March 20, 2019
V
bpo-36301: Add _PyPreCmdline internal API (GH-12458)
Victor Stinner committed
V
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
Victor Stinner committed
March 19, 2019
B
bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425)
btharper committed
March 18, 2019
V
bpo-36301: Fix Py_Main() memory leaks (GH-12420)
Victor Stinner committed
March 15, 2019
V
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner committed
March 6, 2019
V
bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)
Victor Stinner committed
V
bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
Victor Stinner committed
V
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Victor Stinner committed
March 5, 2019
V
bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)
Victor Stinner committed
V
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Victor Stinner committed
V
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
Victor Stinner committed