COMMITS
/ PC/python3dll.c 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
October 17, 2022
V
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner 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
April 28, 2022
P
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-32415)
Petr Viktorin committed
April 21, 2022
P
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
Petr Viktorin committed
April 15, 2022
I
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel 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
December 7, 2021
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 23, 2021
V
bpo-39947: Remove old private trashcan C API functions (GH-26869)
Victor Stinner committed
June 16, 2021
K
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Ken Jin committed
May 25, 2021
P
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Petr Viktorin committed
May 5, 2021
P
bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920)
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-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720)
Petr Viktorin committed
P
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin committed
April 23, 2021
P
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
Petr Viktorin committed
April 14, 2021
P
bpo-43795: Sort PC/python3dll.c (GH-25312)
Petr Viktorin committed
April 2, 2021
V
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki 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
February 16, 2021
Z
bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
Zackery Spytz committed
January 19, 2021
V
bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257)
Victor Stinner committed
January 13, 2021
D
bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC (GH-24205)
Dong-hee Na committed