summaryrefslogtreecommitdiffstats
path: root/Doc/extending
Commit message (Expand)AuthorAgeFilesLines
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-031-1/+1
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-031-16/+16
* Remove trailing whitespace.Georg Brandl2009-01-034-19/+19
* 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-092-3/+9
* #4586: fix usage of Py_InitModule.Georg Brandl2008-12-071-1/+6
* #4576: fix ob_type access.Georg Brandl2008-12-071-4/+4
* #4504, #4505: Update noddy examples in "Extending & Embedding".Georg Brandl2008-12-051-85/+78
* 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
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-131-4/+3
* Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-021-4/+8
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-1/+1
* #3247: get rid of Py_FindMethodsAmaury Forgeot d'Arc2008-07-021-21/+12
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-25/+42
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-15/+5
* Merged revisions 61413-61414 via svnmerge fromChristian Heimes2008-03-161-3/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-111-1/+1
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-4/+3
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-1/+1
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-314-43/+23
* Fix one more PyInt occurrence.Georg Brandl2007-12-081-3/+3
* 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
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-2/+2
* #1116: reference to old filename fixed.Georg Brandl2007-09-061-1/+1
* Convert all print statements in the docs.Georg Brandl2007-09-042-34/+6
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
* Address a few XXX comments, other fixes.Georg Brandl2007-08-311-2/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-156-0/+3595