summaryrefslogtreecommitdiff
path: root/Doc/library/weakref.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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
* #3791: remove last traces of bsddb.Georg Brandl2009-06-041-3/+2
* Committing the patch in issue 2965, so that weakref dicts have a closerBarry Warsaw2008-09-041-15/+5
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-18/+26
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-1/+1
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-3/+3
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-16/+16
* Futher update docs after unbound method removal.Georg Brandl2007-11-271-4/+4
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-2/+2
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-5/+5
* #1061 (mainly by Thomas Wouters): use weak sets for abc caches.Georg Brandl2007-10-231-13/+22
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-011-3/+3
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-16/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+330