Commits
User selector
Commit History
Commits on May 6, 2026
gh-149101: Implement PEP 788 (GH-149116)
Show description for 2b7c28aauthored
Commits on May 2, 2026
Commits on Apr 16, 2026
GH-145668: Add FOR_ITER specialization for virtual iterators. Specialize GET_ITER. (GH-147967)
Show description for 600f4dbauthored
Commits on Apr 11, 2026
gh-146302: make Py_IsInitialized() thread-safe and reflect true init completion (GH-146303)
Show description for 64afa94andauthored
Commits on Mar 21, 2026
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Show description for 879c85fauthored
Commits on Mar 16, 2026
Commits on Mar 6, 2026
gh-141510: Change marshal version to 6 (#145551)
Show description for 4fce98aauthored
Commits on Mar 4, 2026
gh-142417: Restore private _Py_InitializeMain() function (#145472)
Show description for 31343cfandauthored
Commits on Feb 12, 2026
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Show description for 46d5106authored
Commits on Jan 30, 2026
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Show description for 96e4cd6authored
Commits on Dec 10, 2025
gh-139927: Fix test_embed on OpenIndiana (#142514)
Show description for c76cfe8authored
Commits on Nov 26, 2025
Commits on Nov 14, 2025
- authored
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Show description for 1e4e59bauthored
Commits on Nov 13, 2025
gh-135801: Add the module parameter to compile() etc (GH-139652)
Show description for d8e6bdcauthored
Commits on Oct 2, 2025
gh-89745: Remove test_embed.test_init_read_set() (#139500)
Show description for 6826ebfauthored
Commits on Sep 29, 2025
gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (#139147)
Show description for 9c6a1f8authored
Commits on Sep 17, 2025
gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support (GH-134606)
Show description for a648813authored
Commits on Sep 15, 2025
Commits on Aug 6, 2025
Commits on Jul 25, 2025
gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094)
Show description for 9b451fbauthored
Commits on Jul 15, 2025
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Show description for c89a66fandauthored
Commits on May 27, 2025
GH-132554: "Virtual" iterators (GH-132555)
Show description for f6f4e8aauthored
Commits on May 21, 2025
gh-131185: Use a proper thread-local for cached thread states (gh-132510)
Show description for b8998feauthored
Commits on May 19, 2025
Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)" (gh-134256)
Show description for 27bd082authoredgh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Show description for 9859791authored
Commits on May 9, 2025
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)
Show description for 6d9ec4eauthored
Commits on May 6, 2025
gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules (#118655)
Show description for c4bcc6aandauthored
Commits on Apr 30, 2025
gh-132661: Implement PEP 750 (#132662)
Show description for 6020260authored
Commits on Apr 1, 2025
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
Show description for 053c285authored
Commits on Mar 20, 2025
Commits on Mar 19, 2025
Commits on Mar 14, 2025
Commits on Mar 7, 2025
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Show description for 89df62cauthored