summaryrefslogtreecommitdiffstats
path: root/Doc/extending/extending.rst
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-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