index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
preconfig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+9
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-6/+4
*
_PyPreConfig_Read() decodes argv at each iteration (GH-20786)
Victor Stinner
2020-06-10
1
-9/+11
*
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
Victor Stinner
2020-05-05
1
-0/+10
*
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Victor Stinner
2020-04-15
1
-2/+2
*
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner
2020-04-15
1
-3/+3
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1/+1
*
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner
2020-04-14
1
-3/+4
*
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner
2019-10-01
1
-60/+10
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner
2019-09-29
1
-1/+1
*
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner
2019-09-28
1
-15/+73
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-114/+121
*
bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518)
Victor Stinner
2019-05-23
1
-2/+15
*
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner
2019-05-22
1
-19/+25
*
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)
Victor Stinner
2019-05-20
1
-10/+16
*
bpo-36763: Fix Python preinitialization (GH-13432)
Victor Stinner
2019-05-20
1
-28/+52
*
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Victor Stinner
2019-05-18
1
-5/+18
*
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Victor Stinner
2019-05-17
1
-28/+6
*
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
Victor Stinner
2019-05-17
1
-6/+19
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
1
-19/+59
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
1
-63/+13
*
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
Victor Stinner
2019-05-17
1
-1/+1
*
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner
2019-05-02
1
-1/+4
*
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner
2019-05-01
1
-5/+5
*
bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695)
Victor Stinner
2019-04-05
1
-4/+5
*
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner
2019-03-27
1
-1/+3
*
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Victor Stinner
2019-03-27
1
-28/+22
*
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner
2019-03-26
1
-323/+280
*
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner
2019-03-26
1
-21/+25
*
bpo-36301: Add _Py_GetEnv() function (GH-12542)
Victor Stinner
2019-03-25
1
-7/+15
*
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
Victor Stinner
2019-03-25
1
-4/+12
*
bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)
Victor Stinner
2019-03-25
1
-3/+59
*
bpo-36301: Cleanup preconfig code (GH-12535)
Victor Stinner
2019-03-25
1
-63/+64
*
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506)
Victor Stinner
2019-03-23
1
-0/+9
*
bpo-36301: Add _PyPreCmdline internal API (GH-12458)
Victor Stinner
2019-03-20
1
-18/+37
*
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
Victor Stinner
2019-03-20
1
-0/+2
*
bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425)
btharper
2019-03-19
1
-0/+1
*
bpo-36301: Fix Py_Main() memory leaks (GH-12420)
Victor Stinner
2019-03-18
1
-0/+1
*
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner
2019-03-15
1
-39/+30
*
bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)
Victor Stinner
2019-03-06
1
-7/+11
*
bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
Victor Stinner
2019-03-06
1
-14/+62
*
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Victor Stinner
2019-03-06
1
-22/+39
*
bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)
Victor Stinner
2019-03-05
1
-1/+29
*
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Victor Stinner
2019-03-05
1
-1/+2
*
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
Victor Stinner
2019-03-05
1
-0/+65
*
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Victor Stinner
2019-03-05
1
-5/+395
*
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
Victor Stinner
2019-03-05
1
-0/+94
*
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner
2019-03-05
1
-0/+113
*
bpo-36142: Add preconfig.c (GH-12128)
Victor Stinner
2019-03-01
1
-0/+92