112 Commits (eb4e2ae2b8486e8ee4249218b95d94a9f0cc513e)

Author SHA1 Message Date
Victor Stinner c6e5c1123b
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) 6 years ago
Victor Stinner 8462a4936b
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) 6 years ago
Victor Stinner 3c30a76f3d
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) 6 years ago
Victor Stinner fb4ae152a9
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) 6 years ago
Victor Stinner 441b10cf28
bpo-38304: Add PyConfig.struct_size (GH-16451) 6 years ago
Victor Stinner 49d99f01e6
bpo-38234: Fix test_embed.test_init_setpath_config() on FreeBSD (GH-16406) 6 years ago
Victor Stinner 8bf39b606e
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) 6 years ago
Victor Stinner bb6bf7d342
bpo-38234: Add tests for Python init path config (GH-16358) 6 years ago
Victor Stinner 120b707a6d
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) 6 years ago
Victor Stinner 3842f2997f
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) 6 years ago
Steve Dower e226e83d36
bpo-37363: Add audit events on startup for the run commands (GH-14524) 7 years ago
Victor Stinner 67310023f2
bpo-36763: Use PyConfig_Clear() (GH-14445) 7 years ago
Victor Stinner 013a18a651
bpo-36763, _testembed: enable assert() in release mode (GH-13857) 7 years ago
Victor Stinner 331a6a56e9
bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
Pablo Galindo cccc11b38e
Fix warning in _testembed.c (GH-13533) 7 years ago
Steve Dower b82e17e626
bpo-36842: Implement PEP 578 (GH-12613) 7 years ago
Victor Stinner 20e1e2582e
bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518) 7 years ago
Victor Stinner 5edcf26358
bpo-36763: Rename private Python initialization functions (GH-13511) 7 years ago
Victor Stinner 022be02dcf
bpo-36763: Add _PyPreConfig._config_init (GH-13481) 7 years ago
Victor Stinner 425717fee1
bpo-36763: Fix encoding/locale tests in test_embed (GH-13443) 7 years ago
Victor Stinner 6d1c46746e
bpo-36763: Fix Python preinitialization (GH-13432) 7 years ago
Victor Stinner bab0db6076
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) 7 years ago
Victor Stinner 871ff77c1c
bpo-36763: Add _PyInitError functions (GH-13395) 7 years ago
Victor Stinner bcfbbd7046
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368) 7 years ago
Victor Stinner cab5d0741e
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) 7 years ago
Victor Stinner b16b4e4592
bpo-36763: Add PyMemAllocatorName (GH-13387) 7 years ago
Victor Stinner fed02e15b3
bpo-36763: Remove _PyCoreConfig.program (GH-13373) 7 years ago
Victor Stinner 54b43bb3bb
bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363) 7 years ago
Victor Stinner 9ef5dcaa0b
bpo-36763: Add _Py_InitializeMain() (GH-13362) 7 years ago
Victor Stinner ae239f6b06
bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361) 7 years ago
Victor Stinner 5eb8b07f87
bpo-36763: InitConfigTests tests all core config (GH-13331) 7 years ago
Victor Stinner 91c99873d1
bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275) 7 years ago
Zackery Spytz 1a2252ed39 bpo-36594: Fix incorrect use of %p in format strings (GH-12769) 7 years ago
Victor Stinner 4631da1242
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) 7 years ago
Victor Stinner 709d23dee6
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) 7 years ago
Victor Stinner cb9fbd3588
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052) 7 years ago
Victor Stinner 23bace26ec
bpo-36635: Add _testinternalcapi module (GH-12841) 7 years ago
Victor Stinner 2f54908afc
bpo-36471: Add _Py_RunMain() (GH-12618) 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 484f20d2ff
bpo-36444: Add _PyCoreConfig._init_main (GH-12572) 7 years ago
Victor Stinner 6da20a4950
bpo-36301: Test Python init with isolated (GH-12569) 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 1075d1684a
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540) 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 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