COMMITS
/ Doc/library/weakref.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 11, 2026
N
Docs: remove links of modules to themselves (#144695)
Ned Batchelder committed
August 11, 2024
R
Docs: Standardise versionchanged text in weakref.rst (#122898)
Rafael Fontenelle committed
September 26, 2023
N
gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (#109881)
Nikita Sobolev committed
December 21, 2022
November 30, 2022
G
October 26, 2022
F
gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355)
fancidev committed
May 21, 2022
S
gh-71223: Improve rendering of some references in the docs (GH-93041)
Serhiy Storchaka committed
October 6, 2021
J
[doc] Mention __slots__ behavior in weakref.rst (GH-21061)
Jakub Stasiak committed
August 9, 2021
M
bpo-44702: Remove ambiguity in sentence (GH-27676)
meowmeowmeowcat committed
April 26, 2021
A
Use the zero argument form of super() in examples for Python3 docs. (GH-22314)
Andre Delfino committed
June 10, 2020
D
bpo-40895: Update weakref documentation to remove old warnings (GH-20687)
Daniel Fortunov committed
March 25, 2020
C
bpo-36144: Add union operators to WeakValueDictionary584 (#19127)
Curtis Bucher committed
March 23, 2020
C
bpo-36144: Add union operators to WeakKeyDictionary (#19106)
Curtis Bucher committed
February 11, 2020
R
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
Roger Hurwitz committed
June 15, 2019
G
Update weakref.rst (GH-14098)
Géry Ogam committed
June 5, 2019
S
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
April 26, 2019
M
bpo-36669: add matmul support to weakref.proxy (GH-12932)
Mark Dickinson committed
April 11, 2019
I
bpo-36597: fix weakref example code (GH-12779)
Inada Naoki committed
I
bpo-36597: fix random doctest failure (GH-12776)
Inada Naoki committed
April 13, 2017
M
bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)
Marco Buttu committed
February 12, 2017
M
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#10)
Mariatta committed
September 7, 2016
M
Issue #27993: Fix problems with plural objects in docs and comments
Martin Panter committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
March 31, 2016
S
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka committed
December 7, 2014
A
Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown.
Antoine Pitrou committed
May 20, 2014
D
Fix Issue #21528 - Fix documentation typos
Donald Stufft committed
January 6, 2014
R
whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__.
R David Murray committed
September 22, 2013
N
Avoid inconsistent use of 'finalizer'
Nick Coghlan committed
N
Close #19047: weakref doc cleanups
Nick Coghlan committed
July 30, 2013
A
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou committed
May 5, 2013
R
Issue #15528: Add weakref.finalize to support finalization using
Richard Oudkerk committed
R
Backout 2e446e87ac5b; it breaks the unix buildbots.
Richard Oudkerk committed
R
Issue #15528: Add weakref.finalize to support finalization using
Richard Oudkerk committed
April 13, 2013
M
Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__.
Mark Dickinson committed
M
Issue #17643: Add __callback__ attribute to weakref.ref.
Mark Dickinson committed
November 17, 2012
A
Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references to bound methods.
Antoine Pitrou committed
August 20, 2012
A
Issue #14954: Clarify the interaction of weak references and garbage collection.
Antoine Pitrou committed
August 17, 2012
R
Issue #15412: Remove erroneous note about weakrefs
Richard Oudkerk committed
January 27, 2011
R
More source links
Raymond Hettinger committed
September 15, 2010
A
Add cross-references to the glossary entry for file objects.
Antoine Pitrou committed
May 8, 2010
B
replace long with int
Benjamin Peterson committed
March 18, 2010
C
Merged revisions 79060 via svnmerge from
Collin Winter committed
January 8, 2010
A
Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against
Antoine Pitrou committed
November 13, 2009
October 27, 2009
October 21, 2009
G
Merged revisions 75580 via svnmerge from
Georg Brandl committed
October 10, 2009
B
Merged revisions 74524 via svnmerge from
Benjamin Peterson committed
October 9, 2009
B
rollback the merge of r74524 because it causes failures in test_multiprocessing
Benjamin Peterson committed