summaryrefslogtreecommitdiffstats
path: root/Doc/extending/extending.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #15656: fixing code sample in extending docEli Bendersky2012-08-151-5/+10
* Use PyLong_FromLong where appropriate.Georg Brandl2010-11-261-7/+4
* Fix errors found by "make suspicious".Georg Brandl2010-10-061-1/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-138/+138
* #9037: add example how to raise custom exceptions from C code.Georg Brandl2010-08-021-1/+20
* Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,...Benjamin Peterson2010-03-211-6/+1
* Recorded merge of revisions 78024 via svnmerge fromGeorg Brandl2010-02-061-1/+1
* Merged revisions 74862 via svnmerge fromBrett Cannon2009-09-171-0/+7
* #6421: The self argument of module-level PyCFunctions is now a reference to t...Georg Brandl2009-07-111-4/+2
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-26/+36
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-1/+1
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-12/+13
* #5548: do return the new module from PyMODINIT_FUNC functions.Georg Brandl2009-03-311-3/+4
* fix function nameBenjamin Peterson2009-03-241-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-8/+8
* return the module object from PyMODINIT_FUNCBenjamin Peterson2008-12-241-2/+2
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-211-1/+1
* #4592: fix embedding example with new C API changes.Georg Brandl2008-12-091-1/+1
* Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple andGregory P. Smith2008-11-231-1/+6
* make struct staticBenjamin Peterson2008-10-201-2/+2
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-25/+42
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-4/+3
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-17/+12
* Remove PyInt API from the docs. Extend PyLong docs to cover all public functi...Georg Brandl2007-12-021-5/+5
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-5/+18
* #1116: reference to old filename fixed.Georg Brandl2007-09-061-1/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+1273