summaryrefslogtreecommitdiff
path: root/Doc/library/weakref.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11)Mariatta2017-02-101-2/+2
* Issue #27993: Fix problems with the plural “objects” in docs and commentsMartin Panter2016-09-081-1/+1
* Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-1/+1
* Issue #7105: weak dict iterators are fragile because of unpredictable GC runsKristján Valur Jónsson2013-12-051-2/+2
* Issue #15412: Remove erroneous note about weakrefsRichard Oudkerk2012-08-171-6/+0
* Backport source links from 3.x.Éric Araujo2011-08-191-0/+4
* Backport of weakref.WeakSet and tests from Python 3.Michael Foord2010-03-291-0/+8
* Add support for weak references to code objects. This will be used by an opti...Collin Winter2010-03-181-2/+2
* Add a new directive marking up implementation details and start using it.Georg Brandl2009-10-221-4/+4
* Fix punctuation.Georg Brandl2009-10-221-2/+2
* rewrite to be nice to other implementationsBenjamin Peterson2009-10-221-2/+2
* #7170: fix explanation about non-weakrefable builtin types.Georg Brandl2009-10-211-0/+4
* Add weakref support to the thread.lock type.Gregory P. Smith2009-08-201-0/+3
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
* Enable doctest running for several other documents.Georg Brandl2008-03-221-2/+2
* #1918: document that weak references *to* an object areGeorg Brandl2008-03-221-16/+24
* Another fix.Georg Brandl2008-02-221-1/+1
* Some cleanup in the docs.Georg Brandl2007-12-291-3/+3
* Add more entries to the glossary.Georg Brandl2007-12-021-16/+16
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...Georg Brandl2007-11-021-2/+2
* Add :term:s for iterator.Georg Brandl2007-10-211-2/+2
* Add :term: for generators.Georg Brandl2007-10-211-3/+3
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+330