summaryrefslogtreecommitdiffstats
path: root/Doc/extending/extending.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-40279: Add some error-handling to the module initialisation docs example ...Cajetan Rodrigues2020-04-251-3/+11
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-1/+1
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-25/+25
* bpo-26868: Fix example usage of PyModule_AddObject. (#15725)Brandt Bucher2019-09-121-5/+15
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Doc: define PY_SSIZE_T_CLEAN always (GH-12794)Inada Naoki2019-04-131-3/+8
* bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)Serhiy Storchaka2018-11-271-1/+1
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-2/+3
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-3/+9
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-1/+2
* Extending Python Doc minor updates (GH-4518)Emanuele Gaifas2017-11-241-3/+3
* Fix the indentation in Extending Python code example (GH-3244)Sergey Fedoseev2017-08-301-6/+6
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-301-3/+3
* Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-301-1/+1
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-2/+3
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Close #24458: PEP 489 documentationNick Coghlan2015-07-031-0/+7
* Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-3/+3
|\
| * Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-3/+3
* | merge 3.4Benjamin Peterson2015-01-051-5/+10
|\ \ | |/
| * emphasize that cffi is better than extension modules for portabilityBenjamin Peterson2015-01-051-5/+10
* | merge with 3.4Georg Brandl2014-10-311-5/+2
|\ \ | |/
| * #22613: remaining corrections in extending/reference docs (thanks Jacques Duc...Georg Brandl2014-10-311-5/+2
* | Issue #18395, #22108: Update embedded Python examples to decode correctlyVictor Stinner2014-08-011-1/+11
|/
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-3/+3
* Extending example: use Py_RETURN_NONEGeorg Brandl2013-10-061-3/+1
* Minor improvement: add indication that the main function goes on.Georg Brandl2013-10-061-0/+2
* Small clarification in extending docs.Georg Brandl2013-10-061-1/+1
* merge 3.2Eli Bendersky2012-08-151-5/+10
|\
| * Issue #15656: fixing code sample in extending docEli Bendersky2012-08-151-5/+10
* | Some corrections for the Doc/extending documentation. Closes #14129Eli Bendersky2012-02-271-3/+0
* | fix Doc/extending/extending.rst typoEli Bendersky2012-02-111-1/+1
|/
* Use PyLong_FromLong where appropriate.Georg Brandl2010-11-261-7/+4
* Fix errors found by "make suspicious".Georg Brandl2010-10-061-1/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-138/+138
* #9037: add example how to raise custom exceptions from C code.Georg Brandl2010-08-021-1/+20
* Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,...Benjamin Peterson2010-03-211-6/+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
* #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
* #5548: do return the new module from PyMODINIT_FUNC functions.Georg Brandl2009-03-311-3/+4
* fix function nameBenjamin Peterson2009-03-241-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-8/+8
* 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-091-1/+1
* Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple andGregory P. Smith2008-11-231-1/+6