summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)Serhiy Storchaka2023-10-301-0/+8
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-302-0/+22
* Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963)Anthony Shaw2023-10-231-0/+2
* gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)Victor Stinner2023-10-201-2/+2
* gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)Victor Stinner2023-10-201-0/+8
* C-API docs: Clarify the size of arenas (#110895)Mienxiu2023-10-161-1/+2
* gh-110527: Improve `PySet_Clear` docs (#110528)Nikita Sobolev2023-10-161-1/+3
* gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)Ɓukasz Langa2023-10-141-3/+18
* gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (...Serhiy Storchaka2023-10-141-2/+7
* gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813)Petr Viktorin2023-10-132-15/+32
* gh-110631: Fix reST indentation (#110724)Ezio Melotti2023-10-111-12/+12
* gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...Serhiy Storchaka2023-10-111-0/+22
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-101-0/+13
* gh-85283: Add PySys_AuditTuple() function (#108965)Victor Stinner2023-10-051-4/+17
* gh-108867: Add PyThreadState_GetUnchecked() function (#108870)Victor Stinner2023-10-031-0/+13
* gh-107073: Make PyObject_VisitManagedDict() public (#108763)Victor Stinner2023-10-022-1/+45
* Fix typos in docs and comments (#109619)Heinz-Alexander Fuetterer2023-09-201-1/+1
* gh-108511: Add C API functions which do not silently ignore errors (GH-109025)Serhiy Storchaka2023-09-172-6/+44
* gh-107298: Document PyMODINIT_FUNC macro (#109236)Victor Stinner2023-09-141-0/+24
* Improve some C API documentation (GH-108768)Serhiy Storchaka2023-09-013-62/+51
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-22/+0
* Fix misc doc typos (#108592)xzmeng2023-08-292-2/+2
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-241-0/+8
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-241-4/+16
* gh-107298: Fix a few more refs in the C API docs (GH-108361)Serhiy Storchaka2023-08-231-1/+1
* gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)Serhiy Storchaka2023-08-224-6/+18
* gh-107298: Fix C API datetime documentation (GH-108034)Serhiy Storchaka2023-08-211-14/+57
* gh-108014: Add Py_IsFinalizing() function (#108032)Victor Stinner2023-08-181-3/+11
* gh-107298: Fix some references in the C API documentation (GH-108072)Serhiy Storchaka2023-08-171-1/+1
* gh-107298: Fix C API Buffer documentation (#108011)Victor Stinner2023-08-162-10/+14
* gh-91051: fix segfault when using all 8 type watchers (#107853)Carl Meyer2023-08-111-2/+2
* Docs: Document PyBUF_MAX_NDIM (#107865)Erlend E. Aasland2023-08-111-3/+7
* gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)Eric Snow2023-08-0713-85/+143
* gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519)Eric Snow2023-07-311-0/+6
* gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (#107403)Eric Snow2023-07-312-0/+32
* Fix the documentation for PyCode_New add `qualname` parameter (#107186)da-woods2023-07-291-4/+4
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-291-0/+6
* gh-107305: Update the C-API Docs for PEP 684 (gh-107324)Eric Snow2023-07-281-15/+194
* gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)Serhiy Storchaka2023-07-2711-30/+43
* gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH...Serhiy Storchaka2023-07-272-39/+40
* gh-107091: Fix some uses of :attr: role (GH-107318)Serhiy Storchaka2023-07-276-54/+60
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-2716-69/+72
* gh-107298: Fix Sphinx warnings in the C API doc (#107302)Victor Stinner2023-07-2611-26/+26
* gh-107091: Fix some uses of :c:type: role (GH-107138)Serhiy Storchaka2023-07-262-10/+12
* gh-107091: Fix some uses of :c:member: role (GH-107129)Serhiy Storchaka2023-07-265-11/+13
* gh-107298: Fix doc references to undocumented modules (#107300)Victor Stinner2023-07-264-4/+4
* Fix PyVectorcall_Function doc versionadded (#107140)da-woods2023-07-241-1/+1
* gh-106948: Docs: Disable links for C standard library functions, OS utility f...Erlend E. Aasland2023-07-232-3/+3
* gh-107091: Fix the use of some C domain roles (#107092)Serhiy Storchaka2023-07-235-8/+8
* gh-101100: Fix some broken sphinx references (#107095)wulmer2023-07-234-6/+6