summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_coreconfig.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)Victor Stinner2019-03-251-1/+13
* bpo-36301: Cleanup preconfig code (GH-12535)Victor Stinner2019-03-251-8/+7
* bpo-36301: Add _PyPreCmdline internal API (GH-12458)Victor Stinner2019-03-201-0/+24
* bpo-36301: Add _PyWstrList structure (GH-12343)Victor Stinner2019-03-151-19/+18
* bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)Victor Stinner2019-03-061-1/+0
* bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)Victor Stinner2019-03-061-1/+1
* bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)Victor Stinner2019-03-051-1/+1
* bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)Victor Stinner2019-03-051-0/+13
* bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)Victor Stinner2019-03-051-3/+7
* bpo-36142: Add _PyPreConfig structure (GH-12172)Victor Stinner2019-03-051-0/+13
* bpo-36142: Add preconfig.c (GH-12128)Victor Stinner2019-03-011-3/+8
* bpo-36142: Move command line parsing to coreconfig.c (GH-12123)Victor Stinner2019-03-011-0/+26
* bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)Victor Stinner2019-03-011-0/+33