summaryrefslogtreecommitdiffstats
path: root/Include/pycapsule.h
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 88517 via svnmerge fromVictor Stinner2011-02-221-1/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88517 | victor.stinner | 2011-02-23 00:38:34 +0100 (mer., 23 févr. 2011) | 1 line Issue #3080: document encoding used by import functions ........
* Remove trailing whitespace.Georg Brandl2009-05-171-3/+3
|
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-0/+57
All stdlib modules with C-APIs now use this. Patch by Larry Hastings