| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] gh-107298: Fix some references in the C API documentation (GH-108072) ... | Miss Islington (bot) | 2023-08-17 | 1 | -2/+2 |
|
|
* | [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (... | Serhiy Storchaka | 2023-07-28 | 1 | -12/+12 |
|
|
* | [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1... | Serhiy Storchaka | 2023-07-28 | 1 | -10/+10 |
|
|
* | [3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-... | Miss Islington (bot) | 2023-07-28 | 1 | -2/+2 |
|
|
* | [3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113) | Miss Islington (bot) | 2023-07-23 | 1 | -5/+5 |
|
|
* | [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10... | Serhiy Storchaka | 2023-07-21 | 1 | -2/+2 |
|
|
* | gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768) | Adam Turner | 2022-10-05 | 1 | -4/+4 |
|
|
* | gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (... | Adam Turner | 2022-10-05 | 1 | -3/+3 |
|
|
* | bpo-25381: Update explanation of exceptions in C. (GH-26838) | Terry Jan Reedy | 2021-11-15 | 1 | -7/+5 |
|
|
* | bpo-43774: Remove --without-cycle-gc doc (GH-25364) | Victor Stinner | 2021-04-12 | 1 | -6/+1 |
|
|
* | bpo-43739: Add type declaration Doc/extending/extending.rst example | Shreyan Avigyan | 2021-04-10 | 1 | -1/+1 |
|
|
* | 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 |
|
|