Commits
User selector
Commit History
Commits on Nov 7, 2023
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Show description for 11e8348authored
Commits on Nov 3, 2023
gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508)
Show description for 20cfab9authored
Commits on Oct 20, 2023
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Show description for d8f32beauthored
Commits on Oct 17, 2023
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Show description for 2324652authoredgh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Show description for cc71cc9andauthored
Commits on Oct 11, 2023
Commits on Oct 7, 2023
Commits on Oct 2, 2023
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
Show description for 4d0d1c3authored
Commits on Sep 30, 2023
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Show description for 74e425eauthored
Commits on Sep 17, 2023
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Show description for add16f1authored
Commits on Aug 24, 2023
gh-108444: Add PyLong_AsInt() public function (#108445)
Show description for be436e0authored
Commits on Jul 21, 2023
gh-106004: Add PyDict_GetItemRef() function (#106005)
Show description for 41ca164authored
Commits on Jul 18, 2023
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Show description for 83ac128authored
Commits on Jul 11, 2023
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Show description for 4bf4371authoredgh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Show description for 579aa89authoredgh-106572: Convert PyObject_DelAttr() to a function (#106611)
Show description for 1f2921bauthored
Commits on Jun 21, 2023
gh-105927: Add PyWeakref_GetRef() function (#105932)
Show description for 9c44656authored
Commits on Jun 20, 2023
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Show description for 03f1a13authored
Commits on Jun 6, 2023
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
Show description for 92022d8authoredgh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Show description for bae415aauthored
Commits on May 30, 2023
Commits on May 4, 2023
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Show description for cd9a56cauthored
Commits on Mar 16, 2023
Commits on Feb 16, 2023
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
Show description for 4d8959bauthored
Commits on Feb 15, 2023
gh-101758: Clean Up Uses of Import State (gh-101919)
Show description for b2fc549authored
Commits on Feb 8, 2023
GH-101578: Normalize the current exception (GH-101607)
Show description for feec49cauthored
Commits on Oct 27, 2022
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Show description for e60892fauthored
Commits on Oct 17, 2022
gh-97669: Create Tools/build/ directory (#97963)
Show description for 1863302authored
Commits on Aug 8, 2022
Commits on May 27, 2022
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Show description for 5e34b49authored
Commits on Apr 28, 2022
Commits on Apr 21, 2022
Commits on Apr 15, 2022
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