Commits
User selector
Commit History
Commits on May 6, 2026
gh-149101: Implement PEP 788 (GH-149116)
Show description for 2b7c28aauthored
Commits on May 5, 2026
gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055)
Show description for 508b498andauthored
Commits on May 4, 2026
- authored
gh-146063: Add PyObject_CallFinalizerFromDealloc() to the limited C API (#146172)
Show description for ce51c18andauthored
Commits on Apr 8, 2026
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
Show description for 8923ca4authored
Commits on Jan 21, 2026
gh-143869: Add PEP 757 functions to the limited API (#143906)
Show description for 4c7ec78andauthored
Commits on Nov 25, 2025
gh-139165: Make Py_SIZE, Py_IS_TYPE,Py_ SET_SIZE regular functions in stable ABI (GH-139166)
Show description for 226011bauthored
Commits on Nov 19, 2025
gh-141726: Add PyDict_SetDefaultRef() to the Stable ABI (#141727)
Show description for afa0badandauthored
Commits on Nov 5, 2025
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Show description for 589a03aauthored
Commits on Sep 5, 2025
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
Show description for 0c74fc8andauthored
Commits on May 28, 2025
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Show description for bac3fcbauthored
Commits on Jan 9, 2025
Commits on Oct 25, 2024
gh-121654: Add PyType_Freeze() function (#122457)
Show description for db96327andauthored
Commits on Oct 7, 2024
Commits on Sep 24, 2024
Commits on Sep 18, 2024
Commits on Aug 28, 2024
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Show description for 4c6dca8authored
Commits on Aug 7, 2024
gh-105201: Add PyIter_NextItem() (#122331)
Show description for e006c73authored
Commits on Jun 24, 2024
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Show description for ac61d58andauthored
Commits on Jun 18, 2024
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Show description for 16f8e22authored
Commits on May 4, 2024
Commits on Mar 25, 2024
Commits on Mar 21, 2024
gh-115754: Add Py_GetConstant() function (#116883)
Show description for 8bea6c4authored
Commits on Mar 14, 2024
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Show description for c432df6andauthoredgh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Show description for 19c3a2fauthored
Commits on Feb 2, 2024
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Show description for d0f1307authored
Commits on Jan 30, 2024
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Show description for 39d102cauthored
Commits on Nov 7, 2023
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Show description for 11e8348authored
Commits on Nov 3, 2023
gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508)
Show description for 20cfab9authored
Commits on Oct 20, 2023
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Show description for d8f32beauthored
Commits on Oct 17, 2023
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Show description for 2324652authoredgh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Show description for cc71cc9andauthored