summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Serhiy Storchaka2023-08-224-6/+16
* [3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233)Miss Islington (bot)2023-08-221-14/+57
* [3.11] gh-107298: Fix some references in the C API documentation (GH-108072) ...Serhiy Storchaka2023-08-171-1/+1
* [3.11] gh-107298: Fix C API Buffer documentation (GH-108011) (#108041)Miss Islington (bot)2023-08-162-10/+14
* [3.11] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107872)Miss Islington (bot)2023-08-111-3/+7
* [3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)Eric Snow2023-08-0712-79/+113
* [3.11] Fix the documentation for PyCode_New add qualname parameter (GH-107186...da-woods2023-07-301-4/+4
* [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Miss Islington (bot)2023-07-291-0/+6
* [3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...Serhiy Storchaka2023-07-289-26/+39
* [3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-2816-67/+70
* [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373)Serhiy Storchaka2023-07-2810-26/+26
* [3.11] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-...Serhiy Storchaka2023-07-284-4/+4
* [3.11] gh-107298: Docs: add targets for some :c:member: and :c:macro: referen...Serhiy Storchaka2023-07-272-39/+40
* [3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331)Serhiy Storchaka2023-07-276-54/+60
* [3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)Miss Islington (bot)2023-07-262-10/+12
* [3.11] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107311)Serhiy Storchaka2023-07-264-8/+10
* [3.11] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107174)Miss Islington (bot)2023-07-241-1/+1
* [3.11] gh-106948: Docs: Disable links for C standard library functions, OS ut...Erlend E. Aasland2023-07-232-3/+3
* [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121)Serhiy Storchaka2023-07-235-8/+8
* [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120)wulmer2023-07-234-6/+6
* [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-234-10/+10
* [3.11] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-211-1/+1
* [3.11] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-211-3/+3
* [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-2120-183/+201
* [3.11] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...Miss Islington (bot)2023-06-303-26/+26
* [3.11] gh-106033: [docs] Improve C API GetItem & HasAttr notes. (GH-106047) (...Miss Islington (bot)2023-06-242-14/+23
* [3.11] gh-105196: Fix indentations of section headings in C API docs (#105672...Irit Katriel2023-06-152-5/+5
* [3.11] gh-105184: document that marshal functions can fail and need to be che...Miss Islington (bot)2023-06-021-0/+4
* [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)Miss Islington (bot)2023-05-0610-25/+25
* [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)Miss Islington (bot)2023-05-0419-24/+24
* [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)Adam Turner2023-05-043-13/+13
* gh-103883: Doc: Move PyUnicode_FromObject doc (GH-103913)Inada Naoki2023-04-271-9/+9
* [3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.i...Hugo van Kemenade2023-03-251-0/+10
* [3.11] gh-102595: Document `PyObject_Format` c-api function (GH-102596) (GH-1...Miss Islington (bot)2023-03-221-0/+9
* gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)Miss Islington (bot)2023-03-152-6/+6
* gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (GH-102390)Miss Islington (bot)2023-03-031-1/+1
* Fix typo in `Py_GetPythonHome` signature (GH-102168)Miss Islington (bot)2023-02-231-1/+1
* gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976)Miss Islington (bot)2023-02-171-2/+2
* GH-101898: Fix missing term references for hashable definition (GH-101899)Miss Islington (bot)2023-02-142-2/+2
* Add missing `versionadded` directive for `PyCode_Addr2Location` (GH-101347)Miss Islington (bot)2023-02-041-0/+2
* [docs] Mention how to get/set a bigint PyLong via the C API (GH-101270)Miss Islington (bot)2023-01-241-0/+4
* docs: fix `ssizeobjargproc` parameters (GH-100736)Miss Islington (bot)2023-01-041-1/+2
* Fix deprecation doc for `PyEval_InitThreads` (GH-100667)Miss Islington (bot)2023-01-021-2/+2
* gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing doc...Miss Islington (bot)2022-12-231-19/+35
* Docs: Use `PY_VERSION_HEX` for version comparison (GH-100179)Miss Islington (bot)2022-12-171-0/+2
* gh-97909: Fix markup for `PyMethodDef` members (GH-100089)Miss Islington (bot)2022-12-171-16/+17
* gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)Miss Islington (bot)2022-11-281-6/+25
* gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)Miss Islington (bot)2022-11-221-0/+18
* Doc: Replace question mark with fullstop (GH-99558)Miss Islington (bot)2022-11-181-1/+1
* [3.11] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance...Miss Islington (bot)2022-11-071-0/+11