COMMITS
/ Doc/c-api/set.rst April 10, 2026
K
gh-142518: add thread safety docs for set C-APIs (#146562)
Kumar Aditya committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
January 14, 2026
P
gh-141004: Document several soft-deprecated C APIs (GH-141634)
Peter Bierma committed
December 5, 2025
S
gh-101100: Fix references to the set methods (GH-141857)
Serhiy Storchaka committed
November 25, 2023
H
gh-101100: Fix Sphinx reference warnings (GH-112416)
Hugo van Kemenade committed
October 16, 2023
N
gh-110527: Improve `PySet_Clear` docs (#110528)
Nikita Sobolev committed
July 27, 2023
S
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka committed
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
April 2, 2022
J
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra committed
February 20, 2021
P
bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
Pablo Galindo committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
April 29, 2020
Z
bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)
Zackery Spytz 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 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
October 9, 2013
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
December 16, 2011
A
Issue #6695: Full garbage collection runs now clear the freelist of set objects.
Antoine Pitrou 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
February 16, 2008
February 4, 2008
January 29, 2008
C
Merged revisions 60383-60407 via svnmerge from
Christian Heimes committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed