1. 733dc74 fill in actual issue number in tests by Antoine Pitrou · 17 years ago
  2. aa68790 Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected. by Antoine Pitrou · 17 years ago
  3. 1e13ea9 - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 17 years ago
  4. ed41465 Speed up test_dict by about 10x by only checking selected dict literal sizes, by Jeffrey Yasskin · 17 years ago
  5. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  6. 3dbd4c5 Changes 54857 and 54840 broke code and were reverted in Py2.5 just before by Raymond Hettinger · 18 years ago
  7. 3b63556 Beef-up tests for dict literals by Raymond Hettinger · 18 years ago
  8. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 18 years ago
  9. cdcf887 Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset counts for example. by Raymond Hettinger · 18 years ago
  10. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  11. f567ca3 Patch #1678088: convert test_operations to use unittest, fold the result into test_dict. by Collin Winter · 18 years ago
  12. 8905bb1 Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
  13. 0922d71 SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 19 years ago
  14. b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 19 years ago
  15. b902f4e Use absolute imports by Neal Norwitz · 19 years ago
  16. 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
  17. 49c522b Expand scope to include general mapping protocol tests. by Raymond Hettinger · 21 years ago
  18. 59b23e8 Add missing test_dict.py from patch #736962. by Walter Dörwald · 21 years ago