summaryrefslogtreecommitdiffstats
path: root/Doc/extending/extending.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-107298: Fix some references in the C API documentation (GH-108072) ...Miss Islington (bot)2023-08-171-2/+2
* [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...Serhiy Storchaka2023-07-281-12/+12
* [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-281-10/+10
* [3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-...Miss Islington (bot)2023-07-281-2/+2
* [3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)Miss Islington (bot)2023-07-231-5/+5
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-211-2/+2
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-4/+4
* gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...Adam Turner2022-10-051-3/+3
* bpo-25381: Update explanation of exceptions in C. (GH-26838)Terry Jan Reedy2021-11-151-7/+5
* bpo-43774: Remove --without-cycle-gc doc (GH-25364)Victor Stinner2021-04-121-6/+1
* bpo-43739: Add type declaration Doc/extending/extending.rst exampleShreyan Avigyan2021-04-101-1/+1
* 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