summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/capsule.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)Serhiy Storchaka2023-07-271-1/+1
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-271-1/+1
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-1/+1
* bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#...Georg Brandl2021-12-121-3/+4
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-1/+2
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-131-1/+1
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-19/+19
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)Serhiy Storchaka2018-05-181-2/+9
* Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-5/+5
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-34/+34
* #5946: fix speling.Georg Brandl2009-05-061-3/+3
* Small style edits.Georg Brandl2009-05-051-18/+16
* editsBenjamin Peterson2009-05-051-74/+58
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-0/+168