COMMITS
/ Programs/_testembed.c February 8, 2022
January 21, 2022
V
bpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732)
Victor Stinner committed
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
December 28, 2021
D
bpo-45189: Drop the "list_frozen" command from _test_embed. (GH-30273)
Dong-hee Na committed
December 2, 2021
V
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner committed
November 1, 2021
N
bpo-45666: Use `%S` for MSVC and `%s` elsewhere for `swprintf` in `_testembed.c` (GH-29341)
Nikita Sobolev committed
October 31, 2021
N
bpo-45666: fixes warning with `swprintf` and `%s` (GH-29307)
Nikita Sobolev committed
October 28, 2021
E
October 25, 2021
E
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
Eric Snow committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
P
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
Pablo Galindo Salgado committed
September 20, 2021
V
bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466)
Victor Stinner committed
July 7, 2021
A
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar committed
June 29, 2021
V
bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)
Victor Stinner committed
June 23, 2021
V
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner committed
May 17, 2021
V
bpo-44131: Test Py_FrozenMain() (GH-26126)
Victor Stinner committed
May 12, 2021
V
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner committed
March 10, 2021
V
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
Victor Stinner committed
January 12, 2021
V
bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198)
Victor Stinner committed
November 10, 2020
V
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner committed
November 4, 2020
V
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner committed
July 3, 2020
K
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