summaryrefslogtreecommitdiffstats
path: root/Doc/library/weakref.rst
Commit message (Collapse)AuthorAgeFilesLines
* Enable doctest running for several other documents.Georg Brandl2008-03-221-2/+2
| | | | We have now over 640 doctests that are run with "make doctest".
* #1918: document that weak references *to* an object areGeorg Brandl2008-03-221-16/+24
| | | | | cleared before the object's __del__ is called, to ensure that the weak reference callback (if any) finds the object healthy.
* 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
| | | | Written by Jeff Wheeler for GHOP.
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and ↵Georg Brandl2007-11-021-2/+2
| | | | | | | __hash__. I hope the concept of hashability is better understandable now. Thanks to Tim Hatch for pointing out the flaws here.
* 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