summaryrefslogtreecommitdiffstats
path: root/Doc/extending
Commit message (Expand)AuthorAgeFilesLines
* merge 3.2Eli Bendersky2012-08-151-5/+10
|\
| * Issue #15656: fixing code sample in extending docEli Bendersky2012-08-151-5/+10
* | Merge with 3.2.Georg Brandl2012-07-011-2/+2
|\ \ | |/
| * Fix inconsistent function name in embedding howto.Georg Brandl2012-07-011-2/+2
* | Issue #14933: fix misleading doc about weakref support in extension types.Antoine Pitrou2012-06-151-3/+2
|\ \ | |/
| * Issue #14933: fix misleading doc about weakref support in extension types.Antoine Pitrou2012-06-151-3/+2
* | Some corrections for the Doc/extending documentation. Closes #14129Eli Bendersky2012-02-272-44/+21
* | fix Doc/extending/extending.rst typoEli Bendersky2012-02-111-1/+1
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-4/+5
|\ \ | |/
| * Markup improvements for the embedding CPython doc patch from #1040439Éric Araujo2012-01-151-4/+5
* | Issue #1040439: better document how to compile and link an embedded Python in...Antoine Pitrou2011-11-301-31/+47
|\ \ | |/
| * Issue #1040439: better document how to compile and link an embedded Python in...Antoine Pitrou2011-11-301-31/+47
* | Merge from 3.2Eli Bendersky2011-08-191-2/+1
|\ \ | |/
| * Issue #12672: remove confusing part of sentence in documentationEli Bendersky2011-08-191-2/+1
* | Issue #12672: fix code samples in extending/newtypes.html for PEP-7 complianceEli Bendersky2011-08-121-6/+4
|/
* Remove mentions of the Demo directory.Georg Brandl2010-12-301-3/+0
* Fix advice: call PyType_Ready to fill in ob_type of custom types.Georg Brandl2010-12-281-3/+3
* Use PyLong_FromLong where appropriate.Georg Brandl2010-11-262-8/+5
* Fix errors found by "make suspicious".Georg Brandl2010-10-061-1/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-064-206/+206
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Remove pointers to a FAQ entry that no longer exists. Incorporate some text ...Daniel Stutzbach2010-09-141-3/+3
* #9037: add example how to raise custom exceptions from C code.Georg Brandl2010-08-021-1/+20
* Merged revisions 81586 via svnmerge fromR. David Murray2010-06-011-1/+3
* Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,...Benjamin Peterson2010-03-211-6/+1
* Merged revisions 79184-79185 via svnmerge fromGeorg Brandl2010-03-211-1/+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
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* #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
* #1717: fix-up docs for comparison in newtypes document.Georg Brandl2009-03-311-44/+47
* #5548: do return the new module from PyMODINIT_FUNC functions.Georg Brandl2009-03-312-3/+5
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-301-0/+1
* fix function nameBenjamin Peterson2009-03-241-1/+1
* #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT.Georg Brandl2009-02-272-6/+6
* #5360: remove RO which has been kicked from 3k.Georg Brandl2009-02-271-3/+0
* Issue #1717, continued: Doc fixes and other cleanup relatedMark Dickinson2009-02-021-5/+5
* Remove 2.6 versionchanges, turn 2.7 ones into 3.1.Georg Brandl2009-01-041-4/+0
* 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