Commits
User selector
Commit History
Commits on Feb 2, 2022
bpo-45459: Add Py_buffer to limited API (GH-29991)
Show description for f66c857authored
Commits on Dec 10, 2021
bpo-43931: Export Python version as API data (GH-25577)
Show description for 5066908authored
Commits on Dec 7, 2021
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879)
Show description for 8319114authored
Commits on Oct 22, 2021
Commits on Oct 21, 2021
Commits on Sep 7, 2021
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Show description for 2c3474aandauthored
Commits on Aug 17, 2021
Commits on Jul 29, 2021
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Show description for ce5e1a6authored- authored
Commits on Jun 23, 2021
bpo-39947: Remove old private trashcan C API functions (GH-26869)
Show description for db532a0authored
Commits on Jun 16, 2021
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Show description for 6773c3eauthored
Commits on May 25, 2021
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Show description for d168569authored
Commits on May 5, 2021
Commits on May 3, 2021
Commits on May 1, 2021
Commits on Apr 29, 2021
bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720)
Show description for 14fc2bdauthored- authored
Commits on Apr 23, 2021
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
Show description for 91b69b7authored
Commits on Apr 14, 2021
bpo-43795: Sort PC/python3dll.c (GH-25312)
Show description for 92eebf6authored
Commits on Apr 2, 2021
bpo-43688: Support the limited C API in debug mode (GH-25131)
Show description for 3359cabauthored
Commits on Mar 29, 2021
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Show description for 4827483authored
Commits on Mar 19, 2021
bpo-43244: Remove symtable.h header file (GH-24910)
Show description for 28ad12fauthored
Commits on Mar 11, 2021
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Show description for ba251c2authored
Commits on Feb 16, 2021
Commits on Jan 19, 2021
Commits on Jan 13, 2021
Commits on Dec 16, 2020
Add symbols of the stable ABI to python3dll.c (GH-23598)
Show description for fcc6935authored
Commits on Dec 10, 2020
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
Show description for b5c7b38authored
Commits on Nov 10, 2020
Commits on Nov 5, 2020
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
Show description for 53a03aaauthored
Commits on Oct 19, 2020
bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)
Show description for 1438c2aauthored- authored
Commits on Oct 13, 2020
Commits on Sep 23, 2020
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Show description for 19c3ac9authored
Commits on Jun 25, 2020
bpo-41103: Remove old buffer protocol support (#21117)
Show description for 6f8a6eeauthored