summaryrefslogtreecommitdiffstats
path: root/Include/cpython/coreconfig.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)Victor Stinner2019-03-251-1/+3
* bpo-36301: Cleanup preconfig code (GH-12535)Victor Stinner2019-03-251-1/+6
* bpo-36301: Add _PyWstrList structure (GH-12343)Victor Stinner2019-03-151-18/+24
* bpo-36142: Add _PyPreConfig.allocator (GH-12181)Victor Stinner2019-03-051-3/+3
* bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)Victor Stinner2019-03-051-22/+32
* bpo-36142: Add _PyPreConfig structure (GH-12172)Victor Stinner2019-03-051-12/+23
* bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)pxinwr2019-03-041-2/+2
* bpo-36142: Add preconfig.c (GH-12128)Victor Stinner2019-03-011-4/+5
* bpo-36142: Move command line parsing to coreconfig.c (GH-12123)Victor Stinner2019-03-011-0/+10
* bpo-36142: Remove _PyMain structure (GH-12120)Victor Stinner2019-03-011-1/+13
* bpo-36142: Rework error reporting in pymain_main() (GH-12113)Victor Stinner2019-03-011-4/+7
* bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)Victor Stinner2019-03-011-0/+350