Commits
User selector
Commit History
Commits on Jul 19, 2024
[3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027)
Show description for c12f81eandauthored
Commits on Jun 24, 2024
[3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680, GH-120955) (GH-120944)
Show description for 447e07aauthored
Commits on Jun 1, 2024
[3.13] gh-74929: PEP 667 C API documentation (gh-119892)
Show description for 0a266f7andauthored
Commits on May 4, 2024
Commits on Apr 18, 2024
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Show description for 340a02bauthored
Commits on Apr 17, 2024
Commits on Mar 25, 2024
Commits on Mar 21, 2024
gh-115754: Add Py_GetConstant() function (#116883)
Show description for 8bea6c4authored
Commits on Mar 14, 2024
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Show description for c432df6andauthoredgh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Show description for 19c3a2fauthored
Commits on Feb 15, 2024
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
Show description for 9e3729bandauthored
Commits on Feb 2, 2024
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Show description for d0f1307authored
Commits on Jan 30, 2024
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Show description for 39d102cauthored
Commits on Jan 16, 2024
gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)
Show description for a482bc6andauthored
Commits on Nov 7, 2023
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Show description for 11e8348authored
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
- authored
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Show description for 03f1a13authored
Commits on Jun 2, 2023
gh-85275: Remove old buffer APIs (#105137)
Show description for 37498fcandauthored
Commits on Jun 1, 2023
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Show description for ec0082cauthored