COMMITS
/ Doc/data/stable_abi.dat April 8, 2026
P
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
Petr Viktorin committed
January 21, 2026
S
gh-143869: Add PEP 757 functions to the limited API (#143906)
Sergey B Kirpichev committed
November 26, 2025
P
gh-141909: Correct version where Py_mod_gil was added (GH-141979)
Petr Viktorin committed
November 25, 2025
P
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
V
gh-140550: Run make regen-limited-abi (#141056)
Victor Stinner committed
P
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin committed
November 4, 2025
P
gh-138189: Document type slots, and other constants, as part of Limited API (GH-138190)
Petr Viktorin committed
September 24, 2025
B
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
Bénédikt Tran committed
September 15, 2025
S
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
May 9, 2025
S
gh-133610: Remove PyUnicode_AsDecoded/Encoded functions (#133612)
Stan Ulbrych committed
B
gh-133644: Remove deprecated Python initialization getter functions (#133661)
Bénédikt Tran committed
May 8, 2025
B
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran committed
April 21, 2025
March 13, 2025
V
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner committed
February 2, 2025
V
gh-91417: Remove PySequence_Fast() from the limited C API (#129398)
Victor Stinner committed
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
July 19, 2024
A
GH-121970: Rewrite the C-API annotations extension (#121985)
Adam Turner 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
April 18, 2024
V
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner committed
April 17, 2024
V
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner 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 15, 2024
D
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
David Hewitt 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
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