| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40279: Add some error-handling to the module initialisation docs example ... | Cajetan Rodrigues | 2020-04-25 | 1 | -3/+11 |
|
|
* | bpo-38600: NULL -> ``NULL``. (GH-17001) | Serhiy Storchaka | 2019-10-30 | 1 | -1/+1 |
|
|
* | bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) | Serhiy Storchaka | 2019-10-30 | 1 | -25/+25 |
|
|
* | bpo-26868: Fix example usage of PyModule_AddObject. (#15725) | Brandt Bucher | 2019-09-12 | 1 | -5/+15 |
|
|
* | Doc: Replace the deprecated highlightlang directive by highlight. (#13377) | Stéphane Wirtel | 2019-05-17 | 1 | -1/+1 |
|
|
* | Doc: define PY_SSIZE_T_CLEAN always (GH-12794) | Inada Naoki | 2019-04-13 | 1 | -3/+8 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) | Serhiy Storchaka | 2018-11-27 | 1 | -1/+1 |
|
|
* | bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) | Serhiy Storchaka | 2018-10-31 | 1 | -2/+3 |
|
|
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 1 | -3/+9 |
|
|
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -1/+2 |
|
|
* | Extending Python Doc minor updates (GH-4518) | Emanuele Gaifas | 2017-11-24 | 1 | -3/+3 |
|
|
* | Fix the indentation in Extending Python code example (GH-3244) | Sergey Fedoseev | 2017-08-30 | 1 | -6/+6 |
|
|
* | bpo-29918: Add missed "const" modifiers in C API documentation. (#846) | Serhiy Storchaka | 2017-03-30 | 1 | -3/+3 |
|
|
* | 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 | -3/+3 |
|\ |
|
| * | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 1 | -3/+3 |
|
|
* | | merge 3.4 | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
|\ \
| |/ |
|
| * | emphasize that cffi is better than extension modules for portability | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -5/+2 |
|\ \
| |/ |
|
| * | #22613: remaining corrections in extending/reference docs (thanks Jacques Duc... | Georg Brandl | 2014-10-31 | 1 | -5/+2 |
|
|
* | | Issue #18395, #22108: Update embedded Python examples to decode correctly | Victor Stinner | 2014-08-01 | 1 | -1/+11 |
|/ |
|
* | 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 | -5/+10 |
|\ |
|
| * | Issue #15656: fixing code sample in extending doc | Eli Bendersky | 2012-08-15 | 1 | -5/+10 |
|
|
* | | 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 |
|/ |
|
* | 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 |
|
|