| Commit message (Expand) | Author | Age |
* | Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against | Antoine Pitrou | 2010-01-08 |
* | Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty... | Antoine Pitrou | 2009-05-30 |
* | Merged revisions 72669 via svnmerge from | Antoine Pitrou | 2009-05-15 |
* | Fix a circular import dependency. | Brett Cannon | 2009-03-25 |
* | Committing the patch in issue 2965, so that weakref dicts have a closer | Barry Warsaw | 2008-09-04 |
* | ReferenceError is undefined. causes test___all__.py to fail. remove it from... | Gregory P. Smith | 2008-08-18 |
* | Merged revisions 65795 via svnmerge from | Brett Cannon | 2008-08-18 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 |
* | No need to register classes that already inherit from ABCs. | Raymond Hettinger | 2008-02-11 |
* | Decouple weakref containers from UserDict | Raymond Hettinger | 2008-02-05 |
* | Moved WeakSet into a bootstap module use by abc.py. | Raymond Hettinger | 2008-02-05 |
* | #1061 (mainly by Thomas Wouters): use weak sets for abc caches. | Georg Brandl | 2007-10-23 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 |
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 |
* | Remove the exceptions builtin module, all the exceptions are already builtin. | Neal Norwitz | 2007-02-26 |
* | Nailed test_weakref.py. Pfew, messy! | Guido van Rossum | 2007-02-11 |
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 |
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 |
* | Bug #1196315: fix weakref.WeakValueDictionary constructor. | Georg Brandl | 2005-06-04 |
* | Use multi-line import | Andrew M. Kuchling | 2004-08-31 |
* | SF bug #1012315: weakref.WeakValueDictionary should override .has_key() | Raymond Hettinger | 2004-08-19 |
* | Convert weak iterators to generator form. | Raymond Hettinger | 2004-08-13 |
* | Make weak references subclassable: | Fred Drake | 2004-07-02 |
* | The default argument in dict.setdefault() defaults to None. | Walter Dörwald | 2004-05-27 |
* | SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ | Raymond Hettinger | 2004-03-04 |
* | SF 742860: WeakKeyDictionary __delitem__ uses iterkeys | Tim Peters | 2003-05-25 |
* | SF patch #667730: More DictMixin | Raymond Hettinger | 2003-03-09 |
* | Whitespace normalization. | Tim Peters | 2002-07-16 |
* | SF patch 564549 (Erik Andersén). | Guido van Rossum | 2002-06-10 |
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 |
* | WeakKeyDictionary.has_key(): If the key being tested is not weakly | Fred Drake | 2001-11-06 |
* | ReferenceError is now built-in, so pick it up from the right place. | Fred Drake | 2001-10-05 |
* | Clean up circular references in the Weak*Dictionary classes; this avoids | Fred Drake | 2001-09-28 |
* | Add __delitem__() support for WeakKeyDictionary. | Fred Drake | 2001-09-06 |
* | Make sure that WeakValueDictionary[] raises KeyError instead of TypeError | Fred Drake | 2001-08-03 |
* | Added iterator support to the Weak*Dictionary classes. | Fred Drake | 2001-05-02 |
* | Weak*Dictionary: Added docstrings to the classes. | Fred Drake | 2001-04-19 |
* | Weak*Dictionary.update(): Fix calls to [].append() to only have one | Fred Drake | 2001-04-16 |
* | mapping(): Remove this function since it does not add anything to the API. | Fred Drake | 2001-04-10 |
* | final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be | Skip Montanaro | 2001-03-01 |
* | Change WeakDictionary to WeakValueDictionary in a couple more places. | Fred Drake | 2001-03-01 |
* | Patch #403985: Add support for weak-keyed dictionaries | Martin v. Löwis | 2001-02-27 |
* | Ouch! I need a better test suite for this. ;-( | Fred Drake | 2001-02-02 |
* | WeakDictionary.items(): Do not allow (key,ref) pairs to leak out for | Fred Drake | 2001-02-02 |
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 |