Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-115172: Fix explicit index extries for the C API (GH-115173) | Serhiy Storchaka | 2024-02-11 | 1 | -1/+1 |
| | |||||
* | Fix `c-api/file.rst` indexes (GH-114608) | Nikita Sobolev | 2024-01-27 | 1 | -2/+3 |
| | |||||
* | gh-101100: Fix sphinx warnings in `c-api/file.rst` (#114546) | Nikita Sobolev | 2024-01-26 | 1 | -2/+7 |
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) | Serhiy Storchaka | 2023-07-21 | 1 | -1/+1 |
| | |||||
* | GH-97950: Use new-style index directive ('object') (#104158) | Adam Turner | 2023-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | * Uncomment object removal in pairindextypes * Use new-style index directive ('object') - C API * Use new-style index directive ('object') - Library * Use new-style index directive ('object') - Reference * Use new-style index directive ('object') - Tutorial | ||||
* | gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768) | Adam Turner | 2022-10-05 | 1 | -1/+1 |
| | | | | | :c:type:`<C type>` -> :c:expr:`<C type>` Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775) | Adam Turner | 2022-10-04 | 1 | -1/+1 |
| | | | | | * :c:type: to :c:expr: * Update Doc/whatsnew/2.4.rst | ||||
* | gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769) | Adam Turner | 2022-10-04 | 1 | -1/+1 |
| | | | :c:type:`FILE` -> :c:expr:`FILE` | ||||
* | bpo-41192: Add documentation of undocumented audit events (GH-21308) | Saiyang Gou | 2020-10-20 | 1 | -0/+2 |
| | |||||
* | bpo-40204, doc: Fix syntax of C variables (GH-21846) | Victor Stinner | 2020-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | For example, fix the following Sphinx 3 errors: Doc/c-api/buffer.rst:102: WARNING: Error in declarator or parameters Invalid C declaration: Expected identifier in nested name. [error at 5] void \*obj -----^ Doc/c-api/arg.rst:130: WARNING: Unparseable C cross-reference: 'PyObject*' Invalid C declaration: Expected end of definition. [error at 8] PyObject* --------^ The modified documentation is compatible with Sphinx 2 and Sphinx 3. | ||||
* | bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) | Serhiy Storchaka | 2019-10-30 | 1 | -2/+2 |
| | | | | Replace all *NULL* with ``NULL``. | ||||
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+26 |
| | | | Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs. | ||||
* | Doc: Replace the deprecated highlightlang directive by highlight. (#13377) | Stéphane Wirtel | 2019-05-17 | 1 | -1/+1 |
| | | | | highlightlang is deprecated since April 2018 in Sphinx. See https://github.com/sphinx-doc/sphinx/pull/4845 | ||||
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -4/+5 |
| | |||||
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -7/+7 |
| | |||||
* | Issue #9425: PyFile_FromFd() ignores the name argument | Victor Stinner | 2010-08-13 | 1 | -2/+6 |
| | | | | | This function is only by imp.find_module() which does return the filename in a separated variable. | ||||
* | Further refinements to the C file API. | Antoine Pitrou | 2010-06-15 | 1 | -10/+14 |
| | |||||
* | Fixes to the PyFile_FromFd() doc, by Renato Cunha. | Antoine Pitrou | 2010-06-15 | 1 | -4/+5 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | bring the PyFile docs into sync with reality | Benjamin Peterson | 2008-08-23 | 1 | -59/+2 |
| | |||||
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 1 | -0/+123 |