summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
...
* gh-119771: Set errno on overflows in _Py_c_pow() (#120256)Sergey B Kirpichev2024-09-181-0/+2
* gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...neonene2024-09-181-1/+67
* Use pep role instead of url (#121611)Rafael Fontenelle2024-09-172-4/+4
* gh-100554: Fix formatting of type.rst modifications (#124066)Oleg Iarygin2024-09-131-6/+5
* gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...Wenzel Jakob2024-09-132-10/+42
* gh-119802: Update memory management docs for free-threaded build (gh-124006)Donghee Na2024-09-131-12/+22
* gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)Petr Viktorin2024-09-131-6/+18
* gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778)Peter Bierma2024-09-101-4/+5
* gh-121645: Fix typo in PyBytes_Join() doc (#123783)Victor Stinner2024-09-061-1/+1
* Swap the and from in sentence in init_config.rst (#120086)Rafael Fontenelle2024-09-051-1/+1
* gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)Petr Viktorin2024-09-051-1/+8
* gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)Victor Stinner2024-09-041-0/+20
* gh-107954, PEP 741: Add PyInitConfig C API (#123502)Victor Stinner2024-09-032-11/+236
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-021-0/+69
* gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)Wei-Hsiang (Matt) Wang2024-09-011-2/+2
* gh-122854: Add Py_HashBuffer() function (#122855)Victor Stinner2024-08-301-0/+19
* gh-121645: Add PyBytes_Join() function (#121646)Victor Stinner2024-08-301-0/+18
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-302-2/+2
* 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