Commits
User selector
Commit History
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 ec0082cauthoredgh-105107: Remove PyCFunction_Call() function (#105181)
Show description for 27f9491authoredgh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Show description for 7d07e58authoredgh-105145: Remove old functions to config Python init (#105154)
Show description for 424049cauthored
Commits on May 31, 2023
gh-105107: Remove PyEval_CallFunction() function (#105108)
Show description for 579c41cauthored
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 21, 2023
gh-101578: Amend exception docs (#102057)
Show description for 02d9f15andauthored
Commits on Feb 19, 2023
gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)
Show description for 60bbed7andauthored
Commits on Feb 8, 2023
GH-101578: Normalize the current exception (GH-101607)
Show description for feec49cauthored
Commits on Nov 27, 2022
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)
Show description for 62a5dc1andauthored
Commits on Nov 22, 2022
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014)
Show description for 4d82f62authored
Commits on Oct 31, 2022
gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)
Show description for e98923cauthored
Commits on Oct 27, 2022
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Show description for e60892fauthored
Commits on Aug 24, 2022
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Show description for e34c82aauthored