COMMITS
/ Doc/c-api/weakref.rst November 12, 2025
P
gh-141004: Document `PyType_SUPPORTS_WEAKREFS` (GH-141408)
Peter Bierma committed
November 9, 2025
S
gh-141004: Document `PyWeakref_CheckRefExact` (GH-141279)
Stan Ulbrych committed
September 24, 2025
B
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
Bénédikt Tran committed
December 19, 2024
S
gh-128008: Add `PyWeakref_IsDead()` (GH-128009)
Sam Gross committed
June 18, 2024
S
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross committed
May 26, 2024
N
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder committed
July 9, 2023
V
gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)
Victor Stinner committed
June 26, 2023
V
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)
Victor Stinner committed
June 21, 2023
V
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner committed
March 24, 2023
H
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
April 22, 2022
E
gh-89653: PEP 670: Amend docs (GH-91813)
Erlend Egeberg Aasland committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
November 10, 2020
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
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 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
June 1, 2011
B
demote this to a note
Benjamin Peterson committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
August 2, 2010
G
#8578: mention danger of not incref'ing weak referenced object.
Georg Brandl committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed