summaryrefslogtreecommitdiff
path: root/Doc/library/weakref.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* #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 ↵Collin Winter2007-09-011-3/+3
| | | | either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls.
* 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