25 Commits (71ce03df9c643faa94fbdf73bbb4e99a9a62cbdc)

Author SHA1 Message Date
Victor Stinner 6a8c3139ae
bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695) 7 years ago
Victor Stinner d929f1838a
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589) 7 years ago
Victor Stinner 5ac27a50ff
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576) 7 years ago
Victor Stinner f8ba6f5afc
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563) 7 years ago
Victor Stinner 20004959d2
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) 7 years ago
Victor Stinner f78a5e9ce8
bpo-36301: Add _Py_GetEnv() function (GH-12542) 7 years ago
Victor Stinner 1075d1684a
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540) 7 years ago
Victor Stinner a6fbc4e25e
bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536) 7 years ago
Victor Stinner f72346c475
bpo-36301: Cleanup preconfig code (GH-12535) 7 years ago
Victor Stinner 6d5ee973f0
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506) 7 years ago
Victor Stinner fa15376848
bpo-36301: Add _PyPreCmdline internal API (GH-12458) 7 years ago
Victor Stinner f29084d611
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457) 7 years ago
btharper e130a07eb2 bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425) 7 years ago
Victor Stinner c183444f7e
bpo-36301: Fix Py_Main() memory leaks (GH-12420) 7 years ago
Victor Stinner 74f6568bbd
bpo-36301: Add _PyWstrList structure (GH-12343) 7 years ago
Victor Stinner 25d13f37aa
bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191) 7 years ago
Victor Stinner 4fffd380a4
bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188) 7 years ago
Victor Stinner c656e25667
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) 7 years ago
Victor Stinner 7d2ef3ef50
bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186) 7 years ago
Victor Stinner a9df651eb4
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185) 7 years ago
Victor Stinner b35be4b333
bpo-36142: Add _PyPreConfig.allocator (GH-12181) 7 years ago
Victor Stinner 5a02e0d1c8
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174) 7 years ago
Victor Stinner 6dcb54228e
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173) 7 years ago
Victor Stinner cad1f747da
bpo-36142: Add _PyPreConfig structure (GH-12172) 7 years ago
Victor Stinner 91b9ecf82c
bpo-36142: Add preconfig.c (GH-12128) 7 years ago