COMMITS
/ Programs/_testembed.c June 11, 2020
P
bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)
Pablo Galindo committed
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
June 8, 2020
V
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner committed
S
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Sandro Mani committed
May 1, 2020
V
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner committed
April 23, 2020
V
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
March 9, 2020
V
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
Victor Stinner committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
October 1, 2019
V
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner committed
V
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner committed
September 29, 2019
V
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner committed
September 28, 2019
V
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner committed
September 26, 2019
V
bpo-38234: Fix test_embed.test_init_setpath_config() on FreeBSD (GH-16406)
Victor Stinner committed
V
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Victor Stinner committed
September 24, 2019
V
bpo-38234: Add tests for Python init path config (GH-16358)
Victor Stinner committed
August 23, 2019
V
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner committed
V
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner committed
July 1, 2019
S
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower committed
V
bpo-36763: Use PyConfig_Clear() (GH-14445)
Victor Stinner committed
June 6, 2019
V
bpo-36763, _testembed: enable assert() in release mode (GH-13857)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 23, 2019
P
Fix warning in _testembed.c (GH-13533)
Pablo Galindo committed
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
V
bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518)
Victor Stinner committed
May 22, 2019
V
bpo-36763: Rename private Python initialization functions (GH-13511)
Victor Stinner committed
V
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner committed
May 20, 2019
V
bpo-36763: Fix encoding/locale tests in test_embed (GH-13443)
Victor Stinner committed
V
bpo-36763: Fix Python preinitialization (GH-13432)
Victor Stinner committed
May 18, 2019
V
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Victor Stinner committed
May 17, 2019
V
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner committed
V
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
Victor Stinner committed
V
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner committed
V
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner committed
V
bpo-36763: Remove _PyCoreConfig.program (GH-13373)
Victor Stinner committed
May 16, 2019
V
bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363)
Victor Stinner committed
V
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner committed
V
bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)
Victor Stinner committed
May 15, 2019
V
bpo-36763: InitConfigTests tests all core config (GH-13331)
Victor Stinner committed
May 14, 2019
V
bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275)
Victor Stinner committed
May 2, 2019
V
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
Victor Stinner committed
V
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner committed
V
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
Victor Stinner committed
April 18, 2019
V
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner committed
March 29, 2019
V
bpo-36471: Add _Py_RunMain() (GH-12618)
Victor Stinner committed
March 27, 2019
V
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner committed
V
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Victor Stinner committed
V
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner committed