COMMITS
/ Doc/c-api/file.rst March 19, 2026
S
gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129)
Serhiy Storchaka committed
January 14, 2026
P
gh-141004: Document several soft-deprecated C APIs (GH-141634)
Peter Bierma committed
November 11, 2025
P
gh-141004: Document `PyFile_OpenCode` and `PyFile_OpenCodeObject` (GH-141413)
Peter Bierma committed
February 11, 2024
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
January 27, 2024
N
Fix `c-api/file.rst` indexes (GH-114608)
Nikita Sobolev committed
January 26, 2024
N
gh-101100: Fix sphinx warnings in `c-api/file.rst` (#114546)
Nikita Sobolev committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
October 4, 2022
A
gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)
Adam Turner committed
A
gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769)
Adam Turner committed
October 20, 2020
S
bpo-41192: Add documentation of undocumented audit events (GH-21308)
Saiyang Gou committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
October 9, 2013
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
August 13, 2010
V
Issue #9425: PyFile_FromFd() ignores the name argument
Victor Stinner committed
June 15, 2010
A
Further refinements to the C file API.
Antoine Pitrou committed
A
Fixes to the PyFile_FromFd() doc, by Renato Cunha.
Antoine Pitrou committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
August 23, 2008
B
bring the PyFile docs into sync with reality
Benjamin Peterson committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed