COMMITS
/ Doc/c-api/slice.rst February 17, 2025
Y
gh-130214: Document `PyEllipsis_Type` (GH-130215)
Yuki Kobayashi committed
July 10, 2024
S
gh-121567: Improve `slice` C-API docs by mentioning exceptions (#121568)
sobolevn committed
November 17, 2023
V
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
June 21, 2023
I
gh-84436: update docs on Py_None/Py_True/Py_False/Py_Ellipsis becoming immortal (#105195)
Irit Katriel committed
June 14, 2023
T
gh-105196: Fix indentations of section headings in C API docs (#105672)
TATHAGATA ROY committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
October 8, 2017
S
bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973)
Serhiy Storchaka committed
May 10, 2017
X
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
Xiang Zhang committed
April 14, 2017
M
bpo-30059: Include Py_Ellipsis in C API documentation (#1018)
Michael Seifert committed
January 25, 2017
S
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
Serhiy Storchaka committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
December 11, 2010
G
Fix markup.
Georg Brandl committed
M
Add versionchanged for parameter type changes.
Martin v. Löwis committed
M
Adjust PySlice_GetIndices documentation to signature change.
Martin v. Löwis committed
October 17, 2010
G
#9204: remove mentions of removed types in the types module.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
April 27, 2009
J
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
Jeroen Ruigrok van der Werven committed
April 26, 2009
J
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Jeroen Ruigrok van der Werven committed
May 12, 2008
G
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed