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 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 24, 2021
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Show description for 29987f7andauthored
Commits on Jun 16, 2021
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Show description for 6773c3eauthoredbpo-43795: Don't list private names in the limited API (GH-26740)
Show description for 7cad9cbauthored
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 11, 2021
bpo-43795: PEP 652 user documentation (GH-25668)
Show description for b05955dauthored
Commits on May 7, 2021
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Show description for 9ad8f10authored
Commits on May 3, 2021
Commits on May 1, 2021
Commits on Apr 29, 2021
Commits on Apr 28, 2021
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
Show description for 3cc481bauthored
Commits on Apr 23, 2021
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
Show description for 9d6a2d0authored
Commits on Apr 10, 2021
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Show description for 09bbebeauthored
Commits on Apr 1, 2021
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
Show description for 61092a9authored- authored
Commits on Mar 23, 2021
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 Dec 15, 2020
Commits on Dec 4, 2020
Commits on Nov 9, 2020
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Show description for 23c5f93authored
Commits on Oct 12, 2020
Commits on Oct 10, 2020
Commits on Sep 19, 2020
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Show description for 2b05361authored
Commits on Sep 9, 2020
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112)
Show description for 1e2f051authored
Commits on Jun 30, 2020
Commits on Jun 29, 2020
Commits on Jun 25, 2020
bpo-41103: Remove old buffer protocol support (#21117)
Show description for 6f8a6eeauthored