summaryrefslogtreecommitdiffstats
path: root/Include/cpython/coreconfig.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-36763: Implement the PEP 587 (GH-13592)Victor Stinner2019-05-271-436/+0
* bpo-36763: Add _PyPreConfig._config_init (GH-13481)Victor Stinner2019-05-221-11/+11
* bpo-36763: Fix Python preinitialization (GH-13432)Victor Stinner2019-05-201-4/+18
* bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)Victor Stinner2019-05-181-3/+0
* bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)Victor Stinner2019-05-181-60/+17
* bpo-36763: Add _PyInitError functions (GH-13395)Victor Stinner2019-05-171-30/+7
* bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)Victor Stinner2019-05-171-0/+5
* bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)Victor Stinner2019-05-171-7/+25
* bpo-36763: Add PyMemAllocatorName (GH-13387)Victor Stinner2019-05-171-2/+4
* bpo-36763: Remove _PyCoreConfig.program (GH-13373)Victor Stinner2019-05-171-5/+9
* bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363)Victor Stinner2019-05-161-0/+9
* bpo-36763: Add _Py_InitializeMain() (GH-13362)Victor Stinner2019-05-161-4/+9
* bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)Victor Stinner2019-05-161-22/+39
* bpo-36763: _PyInitError always use int for exitcode (GH-13360)Victor Stinner2019-05-161-4/+0
* bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)Victor Stinner2019-05-021-5/+1
* bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)Victor Stinner2019-05-021-4/+4
* bpo-36763: Add _PyCoreConfig._config_version (GH-13065)Victor Stinner2019-05-021-3/+13
* bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)Victor Stinner2019-05-021-4/+3
* bpo-36763: Rework _PyInitError API (GH-13031)Victor Stinner2019-05-011-15/+28
* bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)Victor Stinner2019-04-261-1/+3
* bpo-36635: Add _testinternalcapi module (GH-12841)Victor Stinner2019-04-181-5/+0
* bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)Victor Stinner2019-03-271-7/+20
* bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)Victor Stinner2019-03-271-10/+0
* bpo-36444: Add _PyCoreConfig._init_main (GH-12572)Victor Stinner2019-03-271-1/+5
* bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)Victor Stinner2019-03-261-2/+6
* bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)Victor Stinner2019-03-251-2/+1
* 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