Commits
User selector
Commit History
Commits on Jun 2, 2026
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
Show description for 50fe49cauthored
Commits on May 24, 2026
gh-150285: Fix too long docstrings in builtins (GH-150293)
Show description for e1e06beauthored
Commits on May 23, 2026
Commits on Jan 16, 2026
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)
Show description for 4d5a676authored
Commits on Jan 11, 2026
gh-128335: Make slice generic at runtime (#128336)
Show description for 265381bandauthored
Commits on Mar 20, 2025
Commits on Feb 26, 2025
gh-111178: Fix function signatures in sliceobject.c (#130575)
Show description for daeb0efauthored
Commits on Jan 23, 2025
gh-128863: Deprecate _PyLong_Sign() function (#129176)
Show description for 1d485dbauthored
Commits on Oct 8, 2024
gh-125063: Emit slices as constants in the bytecode compiler (#125064)
Show description for c6127afauthored
Commits on Jul 22, 2024
gh-100240: Use a consistent implementation for freelists (#121934)
Show description for 5716cc3authored
Commits on Apr 12, 2024
Commits on Feb 14, 2024
Commits on Feb 10, 2024
Commits on Jan 26, 2024
Commits on Jan 18, 2024
Commits on Jan 15, 2024
Commits on Oct 30, 2023
Commits on Oct 17, 2023
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0authored
Commits on Aug 31, 2023
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Show description for 13a0007authored
Commits on Aug 4, 2023
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3fabaauthored
Commits on Jun 5, 2023
Commits on Apr 22, 2023
gh-84436: Implement Immortal Objects (gh-19474)
Show description for ea2c001authored
Commits on Mar 22, 2023
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Show description for 7559f5fauthored
Commits on Feb 19, 2023
Commits on Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99657)
Show description for 135ec7cauthored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Show description for 3a1dde8authored
Commits on Jun 27, 2022
Commits on Apr 20, 2022
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Show description for 7cdaf87authored
Commits on Feb 19, 2021
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Show description for bcb094bauthored
Commits on Oct 27, 2020
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Show description for c9bc290authored
Commits on Jun 23, 2020
bpo-40521: Cleanup code of free lists (GH-21082)
Show description for 522691cauthored
Commits on Jun 4, 2020
bpo-40521: Make slice cache per-interpreter (GH-20637)
Show description for 7daba6fauthored
Commits on Apr 15, 2020
- authored
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57authored