COMMITS
/ Doc/data/stable_abi.dat July 19, 2024
A
[3.12] GH-121970: Rewrite the C-API annotations extension (GH-121985) (#122025)
Adam Turner 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 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 22, 2022
P
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014)
Petr Viktorin committed
October 31, 2022
D
gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)
David Hewitt committed
October 27, 2022
W
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob committed
August 8, 2022
P
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin committed
May 27, 2022
W
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob committed
May 13, 2022
V
gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
Victor Stinner committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
April 15, 2022
I
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel committed
April 8, 2022
P
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-32365)
Petr Viktorin committed
April 6, 2022
P
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-32196)
Petr Viktorin committed
February 2, 2022
C
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes committed
December 10, 2021
G
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta committed
October 22, 2021
I
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
Irit Katriel committed
October 21, 2021
K
September 7, 2021
Y
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov committed
August 17, 2021
July 29, 2021
I
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki committed
H
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi committed
June 16, 2021
K
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Ken Jin committed
P
bpo-43795: Don't list private names in the limited API (GH-26740)
Petr Viktorin committed
May 25, 2021
P
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Petr Viktorin committed
May 11, 2021
P
bpo-43795: PEP 652 user documentation (GH-25668)
Petr Viktorin committed
May 3, 2021
P
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
Pablo Galindo committed
May 1, 2021
P
April 29, 2021
P
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin committed
April 28, 2021
S
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder committed
April 23, 2021
P
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
Petr Viktorin committed
April 10, 2021
V
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner committed
April 1, 2021
V
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
Victor Stinner committed
V
bpo-43688: Run make regen-limited-abi (GH-25134)
Victor Stinner committed
March 23, 2021
P
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004)
Pablo Galindo committed
March 19, 2021
V
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner committed
March 11, 2021
A
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou committed
December 15, 2020
P
Update stable ABI script for MacOS and update list of exported symbols (GH-23783)
Pablo Galindo committed
December 4, 2020
P
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Pablo Galindo committed