| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 1 | -1/+1 |
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -2/+3 |
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
* | Close #24458: PEP 489 documentation | Nick Coghlan | 2015-07-03 | 1 | -0/+7 |
* | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 1 | -1/+11 |
|\ |
|
| * | merge 3.4 | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
| |\ |
|
| * \ | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -1/+11 |
| |\ \ |
|
| | * | | Issue #18395, #22108: Update embedded Python examples to decode correctly | Victor Stinner | 2014-08-01 | 1 | -1/+11 |
* | | | | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 1 | -3/+3 |
| |_|/
|/| | |
|
* | | | emphasize that cffi is better than extension modules for portability | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
|/ / |
|
* | | #22613: remaining corrections in extending/reference docs (thanks Jacques Duc... | Georg Brandl | 2014-10-31 | 1 | -5/+2 |
|/ |
|
* | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -3/+3 |
* | Extending example: use Py_RETURN_NONE | Georg Brandl | 2013-10-06 | 1 | -3/+1 |
* | Minor improvement: add indication that the main function goes on. | Georg Brandl | 2013-10-06 | 1 | -0/+2 |
* | Small clarification in extending docs. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
* | merge 3.2 | Eli Bendersky | 2012-08-15 | 1 | -4/+1 |
|\ |
|
| * | Some corrections for the Doc/extending documentation. Closes #14129 | Eli Bendersky | 2012-02-27 | 1 | -3/+0 |
| * | fix Doc/extending/extending.rst typo | Eli Bendersky | 2012-02-11 | 1 | -1/+1 |
* | | Issue #15656: fixing code sample in extending doc | Eli Bendersky | 2012-08-15 | 1 | -5/+10 |
|/ |
|
* | Use PyLong_FromLong where appropriate. | Georg Brandl | 2010-11-26 | 1 | -7/+4 |
* | 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 | 1 | -138/+138 |
* | #9037: add example how to raise custom exceptions from C code. | Georg Brandl | 2010-08-02 | 1 | -1/+20 |
* | Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,... | Benjamin Peterson | 2010-03-21 | 1 | -6/+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 |
* | #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 |
* | #5548: do return the new module from PyMODINIT_FUNC functions. | Georg Brandl | 2009-03-31 | 1 | -3/+4 |
* | fix function name | Benjamin Peterson | 2009-03-24 | 1 | -1/+1 |
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -8/+8 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -25/+42 |
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -4/+3 |
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -17/+12 |
* | Remove PyInt API from the docs. Extend PyLong docs to cover all public functi... | Georg Brandl | 2007-12-02 | 1 | -5/+5 |
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -5/+18 |
* | #1116: reference to old filename fixed. | Georg Brandl | 2007-09-06 | 1 | -1/+1 |
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+1273 |