summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in docs, error messages and comments (#123336)Wulian2024-08-281-1/+1
* gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)Victor Stinner2024-08-281-0/+57
* gh-123254: Improve `tuple` C API docs with more info about errors (#123255)sobolevn2024-08-281-8/+16
* gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121...Sergey B Kirpichev2024-08-171-3/+3
* gh-113190: Reenable non-debug interned string cleanup (GH-113601)Eddie Elizondo2024-08-151-6/+12
* GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)Adam Turner2024-08-131-1/+1
* gh-105201: Add PyIter_NextItem() (#122331)Erlend E. Aasland2024-08-071-28/+15
* gh-122623: Improve `c-api/bytearray.rst` with error handling info (#122624)sobolevn2024-08-031-2/+7
* gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-#122280)Sergey B Kirpichev2024-08-031-0/+11
* Update PyObject_Del() documentation (#122597)Victor Stinner2024-08-022-9/+4
* Replace PyObject_Del with PyObject_Free (#122453)Victor Stinner2024-08-011-2/+2
* Docs: spelling and grammar fixes (#122084)Ville Skyttä2024-07-221-2/+2
* GH-121970: Rewrite the C-API annotations extension (#121985)Adam Turner2024-07-191-2/+4
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-194-14/+14
* gh-121834: Improve `complex` C-API docs (#121835)sobolevn2024-07-171-9/+22
* gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing i...Petr Viktorin2024-07-163-6/+61
* gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-121626)Donghee Na2024-07-161-3/+6
* gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750)Dominic H2024-07-141-1/+1
* gh-121615: Improve `module.rst` C-API docs with better error descriptions (#1...sobolevn2024-07-111-8/+15
* gh-121567: Improve `slice` C-API docs by mentioning exceptions (#121568)sobolevn2024-07-101-3/+5
* gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (#121534)sobolevn2024-07-091-3/+6
* [docs] fix a Sphinx directive in `c-api/object.rst` (#121430)Bénédikt Tran2024-07-061-0/+1
* docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)da-woods2024-07-031-2/+2
* Fix phrasing in paragraphs with leading "similar" (#121135)Rafael Fontenelle2024-07-021-2/+2
* gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)Steve Dower2024-06-281-4/+11
* gh-120858: PyDict_Next should not lock the dict (#120859)Sam Gross2024-06-241-0/+11
* gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)Victor Stinner2024-06-241-0/+9
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-211-0/+104
* gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-12...Eric Snow2024-06-211-3/+10
* gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)Victor Stinner2024-06-211-3/+32
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-201-0/+43
* GH-119462: Enforce invariants of type versioning (GH-120731)Mark Shannon2024-06-191-2/+2
* gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)Sam Gross2024-06-181-0/+16
* gh-119182: Add PyUnicodeWriter C API (#119184)Victor Stinner2024-06-171-0/+84
* gh-116560: Add PyLong_GetSign() public function (#116561)Sergey B Kirpichev2024-06-031-0/+13
* gh-119968: Improved monitoring c-api docs (#119969)Awbert2024-06-031-1/+1
* gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)Alyssa Coghlan2024-06-021-11/+16
* gh-118888: Further PEP 667 docs updates (gh-119893)Alyssa Coghlan2024-06-011-2/+19
* gh-74929: PEP 667 C API documentation (gh-119379)Alyssa Coghlan2024-06-011-0/+38
* GH-117283: Add doc warning for `PyTuple_SetItem` refcount > 1 (#117916)Savannah Ostrowski2024-05-271-0/+6
* gh-119467: Fix Py_buffer.format type and correct documentation typo (#119475)Aditya Borikar2024-05-271-2/+2
* docs: fix a few typos identified by codespell (#119516)Ned Batchelder2024-05-261-2/+2
* Docs: Add central references to free-threading-related options (#119017)Brett Simmers2024-05-211-2/+2
* gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...Irit Katriel2024-05-211-3/+3
* gh-111389: Add PyHASH_MULTIPLIER constant (#119214)Victor Stinner2024-05-211-0/+6
* gh-74929: PEP 667 general docs update (gh-119201)Alyssa Coghlan2024-05-211-5/+6
* gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (#118696)Lysandros Nikolaou2024-05-171-0/+1
* Format None, True, False and NotImplemented as literals (GH-118758)Serhiy Storchaka2024-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