summaryrefslogtreecommitdiffstats
path: root/Doc/library/weakref.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (#109881)Nikita Sobolev2023-09-261-10/+9
* gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced ent...Stanley2022-12-211-0/+24
* bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH...Géry Ogam2022-11-301-2/+4
* gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355)fancidev2022-10-261-0/+3
* gh-71223: Improve rendering of some references in the docs (GH-93041)Serhiy Storchaka2022-05-211-0/+2
* [doc] Mention __slots__ behavior in weakref.rst (GH-21061)Jakub Stasiak2021-10-061-0/+4
* bpo-44702: Remove ambiguity in sentence (GH-27676)meowmeowmeowcat2021-08-091-3/+3
* Use the zero argument form of super() in examples for Python3 docs. (GH-22314)Andre Delfino2021-04-261-2/+2
* bpo-40895: Update weakref documentation to remove old warnings (GH-20687)Daniel Fortunov2020-06-101-16/+0
* bpo-36144: Add union operators to WeakValueDictionary584 (#19127)Curtis Bucher2020-03-251-0/+3
* bpo-36144: Add union operators to WeakKeyDictionary (#19106)Curtis Bucher2020-03-231-0/+3
* bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)Roger Hurwitz2020-02-111-6/+0
* Update weakref.rst (GH-14098)Géry Ogam2019-06-151-5/+6
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-051-1/+1
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-1/+1
* bpo-36669: add matmul support to weakref.proxy (GH-12932)Mark Dickinson2019-04-261-0/+4
* bpo-36597: fix weakref example code (GH-12779)Inada Naoki2019-04-111-5/+8
* bpo-36597: fix random doctest failure (GH-12776)Inada Naoki2019-04-111-1/+1
* bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)Marco Buttu2017-04-131-1/+1
* bpo-29474: Improve documentation for weakref.WeakValueDictionary (#10)Mariatta2017-02-121-5/+5
* Issue #27993: Fix problems with plural objects in docs and commentsMartin Panter2016-09-071-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-1/+1
* Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete...Antoine Pitrou2014-12-071-3/+3
* Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-2/+2
* whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__.R David Murray2014-01-061-10/+1
* Avoid inconsistent use of 'finalizer'Nick Coghlan2013-09-221-2/+2
* Close #19047: weakref doc cleanupsNick Coghlan2013-09-221-19/+38
* Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-16/+7
* Issue #15528: Add weakref.finalize to support finalization usingRichard Oudkerk2013-05-051-5/+210
* Backout 2e446e87ac5b; it breaks the unix buildbots.Richard Oudkerk2013-05-051-210/+5
* Issue #15528: Add weakref.finalize to support finalization usingRichard Oudkerk2013-05-051-5/+210
* Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__.Mark Dickinson2013-04-131-2/+2
* Issue #17643: Add __callback__ attribute to weakref.ref.Mark Dickinson2013-04-131-2/+12
* Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak referenc...Antoine Pitrou2012-11-171-0/+29
* Issue #14954: Clarify the interaction of weak references and garbage collection.Antoine Pitrou2012-08-201-1/+4
* Issue #15412: Remove erroneous note about weakrefsRichard Oudkerk2012-08-171-6/+0
* More source linksRaymond Hettinger2011-01-271-0/+3
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-2/+3
* replace long with intBenjamin Peterson2010-05-081-3/+3
* Merged revisions 79060 via svnmerge fromCollin Winter2010-03-181-2/+2
* Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust againstAntoine Pitrou2010-01-081-2/+2
* Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-4/+3
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-3/+4
* Merged revisions 75580 via svnmerge fromGeorg Brandl2009-10-211-0/+4
* Merged revisions 74524 via svnmerge fromBenjamin Peterson2009-10-101-0/+3
* rollback the merge of r74524 because it causes failures in test_multiprocessingBenjamin Peterson2009-10-091-3/+0
* Merged revisions 74524,74556 via svnmerge fromBenjamin Peterson2009-10-041-0/+3
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-5/+4
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1