COMMITS
/ PC/python3dll.c January 21, 2026
S
gh-143869: Add PEP 757 functions to the limited API (#143906)
Sergey B Kirpichev committed
November 25, 2025
P
gh-139165: Make Py_SIZE, Py_IS_TYPE,Py_ SET_SIZE regular functions in stable ABI (GH-139166)
Petr Viktorin committed
November 19, 2025
D
gh-141726: Add PyDict_SetDefaultRef() to the Stable ABI (#141727)
da-woods committed
November 5, 2025
P
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin committed
September 5, 2025
P
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
Petr Viktorin committed
May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
April 21, 2025
January 9, 2025
P
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin committed
October 25, 2024
V
gh-121654: Add PyType_Freeze() function (#122457)
Victor Stinner committed
October 7, 2024
V
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner committed
September 24, 2024
V
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
Victor Stinner committed
September 18, 2024
August 28, 2024
V
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner committed
August 7, 2024
E
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland committed
June 24, 2024
P
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Pablo Galindo Salgado committed
June 18, 2024
V
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Victor Stinner committed
May 4, 2024
T
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao committed
March 25, 2024
V
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
Victor Stinner committed
March 21, 2024
V
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner committed
March 14, 2024
V
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner committed
V
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner committed
February 2, 2024
S
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross committed
January 30, 2024
P
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Pablo Galindo Salgado committed
November 7, 2023
V
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner committed
November 3, 2023
V
gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508)
Victor Stinner committed
October 20, 2023
V
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner committed
October 17, 2023
V
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Victor Stinner committed
V
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Victor Stinner committed
October 11, 2023
S
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297)
Serhiy Storchaka committed
October 7, 2023
V
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
Victor Stinner committed
October 2, 2023
V
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
Victor Stinner committed
September 30, 2023
V
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
August 24, 2023
V
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner committed
July 21, 2023
V
gh-106004: Add PyDict_GetItemRef() function (#106005)
Victor Stinner committed
July 18, 2023
S
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Serhiy Storchaka committed
July 11, 2023
S
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka committed
S
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka committed
V
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner committed
June 21, 2023
V
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner committed
June 20, 2023
V
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner committed
June 6, 2023
V
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
Victor Stinner committed
V
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner committed
May 30, 2023
E
gh-102304: Fix 2 New Stable ABI Functions (gh-104762)
Eric Snow committed
May 4, 2023
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
March 16, 2023
I
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel committed
February 16, 2023
E
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
Eric Snow committed
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
October 27, 2022
W
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob committed