1. 33ad28b Use multi-line import by Andrew M. Kuchling · 20 years ago
  2. 6114679 SF bug #1012315: weakref.WeakValueDictionary should override .has_key() by Raymond Hettinger · 20 years ago
  3. cc0def1 Convert weak iterators to generator form. by Raymond Hettinger · 20 years ago
  4. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  5. 80ce6dd The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 20 years ago
  6. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  7. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  8. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 21 years ago
  9. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  10. 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 22 years ago
  11. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  12. 3bae7dd WeakKeyDictionary.has_key(): If the key being tested is not weakly by Fred Drake · 23 years ago
  13. e029242 ReferenceError is now built-in, so pick it up from the right place. by Fred Drake · 23 years ago
  14. 746fe0f Clean up circular references in the Weak*Dictionary classes; this avoids by Fred Drake · 23 years ago
  15. b663a2c Add __delitem__() support for WeakKeyDictionary. This closes SF bug #458860. by Fred Drake · 23 years ago
  16. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 23 years ago
  17. 101209d Added iterator support to the Weak*Dictionary classes. by Fred Drake · 23 years ago
  18. bd7f818 Weak*Dictionary: Added docstrings to the classes. by Fred Drake · 23 years ago
  19. 1d9e4b7 Weak*Dictionary.update(): Fix calls to [].append() to only have one by Fred Drake · 23 years ago
  20. 9a9d219 mapping(): Remove this function since it does not add anything to the API. by Fred Drake · 23 years ago
  21. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  22. 9d2c85d Change WeakDictionary to WeakValueDictionary in a couple more places. by Fred Drake · 23 years ago
  23. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 23 years ago
  24. 0399bd8 Ouch! I need a better test suite for this. ;-( by Fred Drake · 23 years ago
  25. 312a5dc WeakDictionary.items(): Do not allow (key,ref) pairs to leak out for by Fred Drake · 23 years ago
  26. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 23 years ago