COMMITS
/ Programs/_testembed.c January 20, 2025
V
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner committed
V
gh-129033: Remove _Py_InitializeMain() function (#129034)
Victor Stinner committed
October 15, 2024
S
gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518)
sobolevn committed
R
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
RUANG (Roy James) committed
October 8, 2024
A
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan committed
September 27, 2024
P
gh-107954: Fix configuration type for the perf profiler (#124636)
Pablo Galindo Salgado committed
September 19, 2024
L
September 4, 2024
V
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner committed
V
gh-107954, PEP 741: Adjust Python initialization config (#123663)
Victor Stinner committed
September 3, 2024
V
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner committed
August 17, 2024
S
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Sam Gross committed
July 29, 2024
E
gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)
Eric Snow committed
April 18, 2024
V
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner committed
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