summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/capsule.rst
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
| | | | highlightlang is deprecated since April 2018 in Sphinx. See https://github.com/sphinx-doc/sphinx/pull/4845
* 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
| | | | special input values as literal text.
* 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
All stdlib modules with C-APIs now use this. Patch by Larry Hastings