COMMITS
/ Programs/_testembed.c December 12, 2023
S
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross committed
October 10, 2023
D
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na committed
October 5, 2023
V
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner committed
September 6, 2023
V
gh-108753: Enhance pystats (#108754)
Victor Stinner committed
August 16, 2023
V
gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)
Victor Stinner committed
June 1, 2023
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
March 13, 2023
November 9, 2022
K
GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)
Kumar Aditya committed
October 30, 2022
N
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Nick Coghlan committed
October 26, 2022
E
October 3, 2022
G
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith committed
September 22, 2022
B
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher committed
September 13, 2022
M
gh-96678: Avoid undefined behaviour in test (#96672)
Matthias Görgens committed
July 31, 2022
P
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (#94745)
Pablo Galindo Salgado committed
July 13, 2022
N
gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)
neonene committed
June 16, 2022
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
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