COMMITS
/ Doc/c-api/mapping.rst November 3, 2025
P
Fix minor typos and wording in C API docs (#140955)
Petr Viktorin committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
September 1, 2023
S
Improve some C API documentation (GH-108768)
Serhiy Storchaka committed
July 23, 2023
W
gh-101100: Fix some broken sphinx references (#107095)
wulmer committed
July 11, 2023
S
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
April 2, 2022
J
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra committed
January 29, 2020
J
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Joannah Nanjekye committed
November 21, 2019
A
Fixed an incorrect sentence in the docs (GH-17205)
Aveheuzed 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
December 18, 2018
S
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
Serhiy Storchaka committed
May 22, 2018
S
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
Serhiy Storchaka committed
October 8, 2017
September 26, 2016
S
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
Serhiy Storchaka committed
January 21, 2016
S
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
Senthil Kumaran committed
June 21, 2015
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
September 13, 2009
E
more list()s on dictviews
Ezio Melotti 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
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed