1. 75b64e6 Use decorators. by Guido van Rossum · 20 years ago
  2. c139909 The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 20 years ago
  3. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  4. 9014560 Make sure the UserDict copies do not share the same underlying by Raymond Hettinger · 21 years ago
  5. f477c88 SF bug #849662. Dramatically, improve comparison speed for "if shl == None". by Raymond Hettinger · 21 years ago
  6. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 21 years ago
  7. 1a17704 typo in comment by Barry Warsaw · 22 years ago
  8. 51f3f1b SF patch #667730: More DictMixin by Raymond Hettinger · 22 years ago
  9. e4827eb Bring UserDict in-sync with changes to dict. by Raymond Hettinger · 22 years ago
  10. 5440545 Implement dict() style constructor. by Raymond Hettinger · 22 years ago
  11. 8ddc176 Improve DictMixin. by Raymond Hettinger · 22 years ago
  12. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  13. f495625 Add pop() to UserDict. by Guido van Rossum · 22 years ago
  14. 3ce5af7 copy(): Make sure the copy of a derived class cannot share the data of the by Fred Drake · 23 years ago
  15. 2050b65 Remove the __iter__ method from the UserDict class -- it can silently by Guido van Rossum · 23 years ago
  16. f3b3074 Patch #413171: Implement get, setdefault, update in terms of by Martin v. Löwis · 23 years ago
  17. bedebbd Added support for .iteritems(), .iterkeys(), .itervalues(). by Fred Drake · 23 years ago
  18. a3f98d6 Give UserDict new __contains__ and __iter__ methods. by Tim Peters · 23 years ago
  19. 7834907 removed __all__ from several modules by Skip Montanaro · 23 years ago
  20. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  21. 1072c38 Add popitem(). by Guido van Rossum · 24 years ago
  22. 164452c Barry's patch to implement the new setdefault() method. by Guido van Rossum · 24 years ago
  23. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  24. 1697b9c Improved a bunch of things. by Guido van Rossum · 25 years ago
  25. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  26. fc3e61c UserDict.get(): New method to mirror built-in dictionaries' get() method. by Barry Warsaw · 27 years ago
  27. b94cd96 Fix bug in copy() by using copy.copy() instead of making assumptions by Guido van Rossum · 27 years ago
  28. bd40d7e Added the new dictionary methods to the wrapper class. by Fred Drake · 27 years ago
  29. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago