COMMITS
/ Lib/test/test_embed.py April 11, 2026
G
gh-146302: make Py_IsInitialized() thread-safe and reflect true init completion (GH-146303)
Gregory P. Smith committed
April 7, 2026
V
gh-148014: Accept a function name in -X presite option (#148015)
Victor Stinner committed
March 4, 2026
V
gh-142417: Restore private _Py_InitializeMain() function (#145472)
Victor Stinner committed
March 2, 2026
F
GH-145273: warn when we can't find the standard library (#145274)
Filipe Laíns committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
January 30, 2026
P
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Pablo Galindo Salgado committed
November 26, 2025
November 14, 2025
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
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 9, 2025
V
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)
Victor Stinner committed
May 6, 2025
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 13, 2025
V
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner committed
February 16, 2025
A
Replace non-breaking spaces with normal spaces (#130116)
AN Long committed
January 31, 2025
B
GH-129386: Add `test.support.reset_code` (GH-129486)
Brandt Bucher committed
January 30, 2025
V
gh-111495: Add PyFile tests (#129449)
Victor Stinner committed
January 29, 2025
B
GH-129386: Use symbolic constants for specialization tests (GH-129415)
Brandt Bucher committed
January 23, 2025
V
gh-128690: Update test_embed for getpath.py exec_prefix change (#129137)
Victor Stinner committed
January 20, 2025
V
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner committed
B
Remove duplicated dict keys in `test_{embed,long}.py` fixtures (#128727)
Bénédikt Tran committed
V
gh-129033: Remove _Py_InitializeMain() function (#129034)
Victor Stinner committed
January 15, 2025
Z
gh-128473: Skip segfaulting `test_embed` tests when BOLT instrumented (gh-128474)
Zanie Blue committed
December 9, 2024
R
gh-126925: Modify how iOS test results are gathered (#127592)
Russell Keith-Magee committed
November 26, 2024
F
GH-126985: move pyvenv.cfg detection from site to getpath (#126987)
Filipe Laíns 🇵🇸 committed
November 4, 2024
November 1, 2024
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon 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 13, 2024
S
gh-108303: Remove the non-test `Lib/test/reperf.py` (GH-114356)
sobolevn committed
September 9, 2024
E
gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (GH-122865)
Eric Snow committed
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
September 2, 2024
V
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner committed
August 17, 2024
S
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Sam Gross committed
August 12, 2024
E
August 3, 2024
N
gh-122334: Fix test_embed failure when missing _ssl module (GH-122630)
neonene committed
August 2, 2024
N
July 29, 2024
E
gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)
Eric Snow committed
July 23, 2024
July 11, 2024
S
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
Sam Gross committed
June 12, 2024
April 24, 2024
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
March 11, 2024
B
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers committed
March 6, 2024
V
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner committed