summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/file.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.11] Fix `c-api/file.rst` indexes (GH-114608) (GH-114639)Miss Islington (bot)2024-01-271-2/+3
* [3.11] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114585)Miss Islington (bot)2024-01-261-2/+7
* [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-211-1/+1
* [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)Miss Islington (bot)2023-05-041-1/+1
* [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...Łukasz Langa2022-10-051-1/+1
* [3.11] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (...Miss Islington (bot)2022-10-051-1/+1
* [3.11] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (G...Miss Islington (bot)2022-10-051-1/+1
* bpo-41192: Add documentation of undocumented audit events (GH-21308)Saiyang Gou2020-10-201-0/+2
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-131-2/+2
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-2/+2
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+26
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-1/+1
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-4/+5
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-7/+7
* Issue #9425: PyFile_FromFd() ignores the name argumentVictor Stinner2010-08-131-2/+6
* Further refinements to the C file API.Antoine Pitrou2010-06-151-10/+14
* Fixes to the PyFile_FromFd() doc, by Renato Cunha.Antoine Pitrou2010-06-151-4/+5
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* bring the PyFile docs into sync with realityBenjamin Peterson2008-08-231-59/+2
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+123