| Commit message (Expand) | Author | Age | Files | Lines |
* | #17256: fix syntax highlight in embedding example. Patch by Kushal Das. | Ezio Melotti | 2013-02-22 | 1 | -3/+9 |
|
|
* | Grammar touchup. | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
|
|
* | Issue #16370: Mention Py_SetProgramName in example for very high level embedd... | Andrew Svetlov | 2012-10-31 | 1 | -8/+13 |
|
|
* | Remove unneeded "Release" and "Date" markers from doc index pages. | Chris Jerdonek | 2012-10-28 | 1 | -3/+0 |
|
|
* | Closes #15953: Incorrect some fields declaration in the PyTypeObject document... | Jesus Cea | 2012-09-28 | 1 | -3/+3 |
|
|
* | Issue #15656: fixing code sample in extending doc | Eli Bendersky | 2012-08-15 | 1 | -5/+10 |
|
|
* | Fix inconsistent function name in embedding howto. | Georg Brandl | 2012-07-01 | 1 | -2/+2 |
|
|
* | Issue #14933: fix misleading doc about weakref support in extension types. | Antoine Pitrou | 2012-06-15 | 1 | -3/+2 |
|
|
* | Markup improvements for the embedding CPython doc patch from #1040439 | Éric Araujo | 2012-01-15 | 1 | -4/+5 |
|
|
* | Issue #1040439: better document how to compile and link an embedded Python in... | Antoine Pitrou | 2011-11-30 | 1 | -31/+47 |
|
|
* | Issue #12672: remove confusing part of sentence in documentation | Eli Bendersky | 2011-08-19 | 1 | -2/+1 |
|
|
* | Remove mentions of the Demo directory. | Georg Brandl | 2010-12-30 | 1 | -3/+0 |
|
|
* | Fix advice: call PyType_Ready to fill in ob_type of custom types. | Georg Brandl | 2010-12-28 | 1 | -3/+3 |
|
|
* | Use PyLong_FromLong where appropriate. | Georg Brandl | 2010-11-26 | 2 | -8/+5 |
|
|
* | Fix errors found by "make suspicious". | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 4 | -206/+206 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | Remove pointers to a FAQ entry that no longer exists. Incorporate some text ... | Daniel Stutzbach | 2010-09-14 | 1 | -3/+3 |
|
|
* | #9037: add example how to raise custom exceptions from C code. | Georg Brandl | 2010-08-02 | 1 | -1/+20 |
|
|
* | Merged revisions 81586 via svnmerge from | R. David Murray | 2010-06-01 | 1 | -1/+3 |
|
|
* | Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,... | Benjamin Peterson | 2010-03-21 | 1 | -6/+1 |
|
|
* | Merged revisions 79184-79185 via svnmerge from | Georg Brandl | 2010-03-21 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 78024 via svnmerge from | Georg Brandl | 2010-02-06 | 1 | -1/+1 |
|
|
* | Merged revisions 74862 via svnmerge from | Brett Cannon | 2009-09-17 | 1 | -0/+7 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | #6421: The self argument of module-level PyCFunctions is now a reference to t... | Georg Brandl | 2009-07-11 | 1 | -4/+2 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -26/+36 |
|
|
* | Merged revisions 72009 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -12/+13 |
|
|
* | #1717: fix-up docs for comparison in newtypes document. | Georg Brandl | 2009-03-31 | 1 | -44/+47 |
|
|
* | #5548: do return the new module from PyMODINIT_FUNC functions. | Georg Brandl | 2009-03-31 | 2 | -3/+5 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 1 | -0/+1 |
|
|
* | fix function name | Benjamin Peterson | 2009-03-24 | 1 | -1/+1 |
|
|
* | #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT. | Georg Brandl | 2009-02-27 | 2 | -6/+6 |
|
|
* | #5360: remove RO which has been kicked from 3k. | Georg Brandl | 2009-02-27 | 1 | -3/+0 |
|
|
* | Issue #1717, continued: Doc fixes and other cleanup related | Mark Dickinson | 2009-02-02 | 1 | -5/+5 |
|
|
* | Remove 2.6 versionchanges, turn 2.7 ones into 3.1. | Georg Brandl | 2009-01-04 | 1 | -4/+0 |
|
|
* | Fix a few remaining problems found by rstlint. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Merged revisions 68221 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -16/+16 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 4 | -19/+19 |
|
|
* | return the module object from PyMODINIT_FUNC | Benjamin Peterson | 2008-12-24 | 1 | -2/+2 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -1/+1 |
|
|
* | #4592: fix embedding example with new C API changes. | Georg Brandl | 2008-12-09 | 2 | -3/+9 |
|
|
* | #4586: fix usage of Py_InitModule. | Georg Brandl | 2008-12-07 | 1 | -1/+6 |
|
|
* | #4576: fix ob_type access. | Georg Brandl | 2008-12-07 | 1 | -4/+4 |
|
|
* | #4504, #4505: Update noddy examples in "Extending & Embedding". | Georg Brandl | 2008-12-05 | 1 | -85/+78 |
|
|
* | Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and | Gregory P. Smith | 2008-11-23 | 1 | -1/+6 |
|
|
* | make struct static | Benjamin Peterson | 2008-10-20 | 1 | -2/+2 |
|
|
* | Merged revisions 66452 via svnmerge from | Georg Brandl | 2008-09-13 | 1 | -4/+3 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -4/+8 |
|
|