summaryrefslogtreecommitdiffstats
path: root/Lib/weakref.py
Commit message (Expand)AuthorAgeFilesLines
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+3
* Change WeakDictionary to WeakValueDictionary in a couple more places.Fred Drake2001-03-011-4/+7
* Patch #403985: Add support for weak-keyed dictionariesMartin v. Löwis2001-02-271-3/+60
* Ouch! I need a better test suite for this. ;-(Fred Drake2001-02-021-1/+0
* WeakDictionary.items(): Do not allow (key,ref) pairs to leak out forFred Drake2001-02-021-3/+3
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-011-0/+117