1. 3b8cb17 #1061 (mainly by Thomas Wouters): use weak sets for abc caches. by Georg Brandl · 17 years ago
  2. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  3. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  4. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  5. 07f2436 Nailed test_weakref.py. Pfew, messy! by Guido van Rossum · 17 years ago
  6. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  7. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  8. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  9. 9166e1a Bug #1196315: fix weakref.WeakValueDictionary constructor. by Georg Brandl · 19 years ago
  10. 33ad28b Use multi-line import by Andrew M. Kuchling · 20 years ago
  11. 6114679 SF bug #1012315: weakref.WeakValueDictionary should override .has_key() by Raymond Hettinger · 20 years ago
  12. cc0def1 Convert weak iterators to generator form. by Raymond Hettinger · 20 years ago
  13. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  14. 80ce6dd The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 20 years ago
  15. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  16. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  17. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 21 years ago
  18. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  19. 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 22 years ago
  20. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  21. 3bae7dd WeakKeyDictionary.has_key(): If the key being tested is not weakly by Fred Drake · 23 years ago
  22. e029242 ReferenceError is now built-in, so pick it up from the right place. by Fred Drake · 23 years ago
  23. 746fe0f Clean up circular references in the Weak*Dictionary classes; this avoids by Fred Drake · 23 years ago
  24. b663a2c Add __delitem__() support for WeakKeyDictionary. This closes SF bug #458860. by Fred Drake · 23 years ago
  25. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 23 years ago
  26. 101209d Added iterator support to the Weak*Dictionary classes. by Fred Drake · 23 years ago
  27. bd7f818 Weak*Dictionary: Added docstrings to the classes. by Fred Drake · 23 years ago
  28. 1d9e4b7 Weak*Dictionary.update(): Fix calls to [].append() to only have one by Fred Drake · 23 years ago
  29. 9a9d219 mapping(): Remove this function since it does not add anything to the API. by Fred Drake · 23 years ago
  30. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  31. 9d2c85d Change WeakDictionary to WeakValueDictionary in a couple more places. by Fred Drake · 23 years ago
  32. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 23 years ago
  33. 0399bd8 Ouch! I need a better test suite for this. ;-( by Fred Drake · 24 years ago
  34. 312a5dc WeakDictionary.items(): Do not allow (key,ref) pairs to leak out for by Fred Drake · 24 years ago
  35. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 24 years ago