| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -53/+53 |
|\ \
| |/ |
|
| * | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -47/+47 |
|
|
* | | Merge doc fix | Antoine Pitrou | 2013-07-30 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | Simplify example of PyErr_Fetch() use | Antoine Pitrou | 2013-07-30 | 1 | -5/+4 |
|
|
* | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -3/+21 |
|
|
* | | Issue #18164: merge from 3.3 | Ned Deily | 2013-06-24 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #18164: Clarify the embedding docs regarding link options. | Ned Deily | 2013-06-24 | 1 | -1/+3 |
|
|
* | | Fix typo in embedding doc and update examples to 3.4. | Ned Deily | 2013-05-27 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Fix typo in embedding doc and update examples to 3.3. | Ned Deily | 2013-05-27 | 1 | -4/+4 |
|/ |
|
* | #17688: fix declaration for richcmp example in the docs. | Andrew Svetlov | 2013-04-12 | 1 | -1/+1 |
|
|
* | cleanup references to PyString_ APIs from 2.x in the 3.3 docs. | Gregory P. Smith | 2013-03-22 | 1 | -10/+9 |
|\ |
|
| * | Clean up references to the no longer existing PyString_ APIs in our docs. | Gregory P. Smith | 2013-03-22 | 1 | -12/+11 |
|
|
* | | #17256: merge with 3.2. | Ezio Melotti | 2013-02-22 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | #17256: fix syntax highlight in embedding example. Patch by Kushal Das. | Ezio Melotti | 2013-02-22 | 1 | -3/+9 |
|
|
* | | Add a str class entry to the "Text Sequence Type" section (issue #16209). | Chris Jerdonek | 2012-11-28 | 1 | -4/+4 |
|
|
* | | merge with 3.2 | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
|\ \
| |/ |
|
| * | Grammar touchup. | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
|
|
* | | Merge issue #16370: Mention Py_SetProgramName in example for very high level ... | Andrew Svetlov | 2012-10-31 | 1 | -8/+13 |
|\ \
| |/ |
|
| * | Issue #16370: Mention Py_SetProgramName in example for very high level embedd... | Andrew Svetlov | 2012-10-31 | 1 | -8/+13 |
|
|
* | | Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. | Chris Jerdonek | 2012-10-28 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Remove unneeded "Release" and "Date" markers from doc index pages. | Chris Jerdonek | 2012-10-28 | 1 | -3/+0 |
|
|
* | | MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject d... | Jesus Cea | 2012-09-28 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Closes #15953: Incorrect some fields declaration in the PyTypeObject document... | Jesus Cea | 2012-09-28 | 1 | -3/+3 |
|
|
* | | merge 3.2 | Eli Bendersky | 2012-08-15 | 1 | -5/+10 |
|\ \
| |/ |
|
| * | Issue #15656: fixing code sample in extending doc | Eli Bendersky | 2012-08-15 | 1 | -5/+10 |
|
|
* | | Merge with 3.2. | Georg Brandl | 2012-07-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | 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 |
|\ \
| |/ |
|
| * | Issue #14933: fix misleading doc about weakref support in extension types. | Antoine Pitrou | 2012-06-15 | 1 | -3/+2 |
|
|
* | | Some corrections for the Doc/extending documentation. Closes #14129 | Eli Bendersky | 2012-02-27 | 2 | -44/+21 |
|
|
* | | fix Doc/extending/extending.rst typo | Eli Bendersky | 2012-02-11 | 1 | -1/+1 |
|
|
* | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | 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 #1040439: better document how to compile and link an embedded Python in... | Antoine Pitrou | 2011-11-30 | 1 | -31/+47 |
|
|
* | | Merge from 3.2 | Eli Bendersky | 2011-08-19 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Issue #12672: remove confusing part of sentence in documentation | Eli Bendersky | 2011-08-19 | 1 | -2/+1 |
|
|
* | | Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance | Eli Bendersky | 2011-08-12 | 1 | -6/+4 |
|/ |
|
* | 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 |
|
|