summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)Miss Islington (bot)2024-06-241-0/+11
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-211-0/+104
* [3.13] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize()...Miss Islington (bot)2024-06-211-3/+10
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-0/+43
* [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...Mark Shannon2024-06-201-2/+2
* [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...Miss Islington (bot)2024-06-181-0/+16
* [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)Miss Islington (bot)2024-06-041-0/+6
* [3.13] gh-119968: Improved monitoring c-api docs (GH-119969) (#119971)Miss Islington (bot)2024-06-031-1/+1
* [3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934)Miss Islington (bot)2024-06-021-11/+16
* [3.13] gh-118888: Further PEP 667 docs updates (gh-119894)Miss Islington (bot)2024-06-021-2/+19
* [3.13] gh-74929: PEP 667 C API documentation (gh-119892)Miss Islington (bot)2024-06-011-0/+38
* [3.13] gh-119467: Fix Py_buffer.format type and correct documentation typo (G...Miss Islington (bot)2024-05-271-2/+2
* [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570)Miss Islington (bot)2024-05-261-2/+2
* [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...Miss Islington (bot)2024-05-241-3/+3
* [3.13] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696) (...Miss Islington (bot)2024-05-221-0/+1
* [3.13] Docs: Add central references to free-threading-related options (GH-119...Miss Islington (bot)2024-05-211-2/+2
* [3.13] gh-74929: PEP 667 general docs update (gh-119291)Miss Islington (bot)2024-05-211-5/+6
* [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (G...Miss Islington (bot)2024-05-081-1/+1
* gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...Hugo van Kemenade2024-05-071-4/+4
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-061-1/+1
* gh-111140: minor docs typos cleanup in the C example API calls. (#118612)Gregory P. Smith2024-05-051-3/+3
* gh-74929: Rudimentary docs for PEP 667 (#118581)Guido van Rossum2024-05-051-1/+8
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-1/+4
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-042-0/+165
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+38
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-021-0/+52
* gh-110850: Add PyTime_TimeRaw() function (#118394)Victor Stinner2024-05-011-0/+29
* Fix typo in Doc/c-api/exceptions.rst (GH-118371)Xie Yanbo2024-04-291-1/+1
* Fix typo in Doc/c-api/typeobj.rst (GH-118377)Xie Yanbo2024-04-291-1/+1
* gh-116935: Document that heap types need to support garbage collection (GH-11...Savannah Ostrowski2024-04-191-1/+2
* gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920)Victor Stinner2024-04-191-0/+6
* Docs: Fix CVE link (#118077)Jelle Zijlstra2024-04-191-1/+1
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-181-0/+130
* gh-117929: Restore removed PyEval_InitThreads() function (#117931)Victor Stinner2024-04-171-1/+29
* gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-117226)Serhiy Storchaka2024-04-171-4/+5
* gh-117642: Fix PEP 737 implementation (GH-117643)Serhiy Storchaka2024-04-081-3/+3
* gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...Steve Dower2024-04-051-45/+97
* gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...Serhiy Storchaka2024-03-251-4/+4
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-222-0/+15
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-211-0/+49
* gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)Bogdan Romanyuk2024-03-191-1/+7
* gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)Victor Stinner2024-03-141-0/+23
* gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)Victor Stinner2024-03-141-0/+7
* gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)Victor Stinner2024-03-141-0/+8
* Docs: PyUnstable_Long_IsCompact() docs now mention PyLong_AsNativeBytes() (#1...Sergey B Kirpichev2024-03-131-1/+1
* gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)Sergey B Kirpichev2024-03-091-1/+24
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-074-8/+8
* Fix the PyGetSetDef documentation (GH-116056)Serhiy Storchaka2024-03-051-3/+3
* gh-115799: Add missing double-quote in docs (#115884)bssyousefi2024-02-251-1/+1
* gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#...Gregory P. Smith2024-02-221-17/+57