summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/capsule.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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