COMMITS
/ Programs/_testembed.c March 4, 2026
V
gh-142417: Restore private _Py_InitializeMain() function (#145472)
Victor Stinner committed
January 30, 2026
P
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Pablo Galindo Salgado committed
December 10, 2025
V
gh-139927: Fix test_embed on OpenIndiana (#142514)
Victor Stinner committed
November 26, 2025
November 14, 2025
P
gh-116146: Avoid empty braces in _testembed.c (GH-141556)
Petr Viktorin committed
I
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Itamar Oren committed
October 2, 2025
V
gh-89745: Remove test_embed.test_init_read_set() (#139500)
Victor Stinner committed
September 29, 2025
D
September 17, 2025
September 15, 2025
S
July 25, 2025
P
gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094)
Peter Bierma committed
July 15, 2025
A
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Adam Turner committed
May 21, 2025
P
gh-131185: Use a proper thread-local for cached thread states (gh-132510)
Peter Bierma committed
May 19, 2025
P
P
gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Peter Bierma committed
May 9, 2025
V
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)
Victor Stinner committed
May 6, 2025
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