1. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  2. a401bbe Add a few mixed-mode (set vs. dict view) comparisons. by Guido van Rossum · 17 years ago
  3. cf2ce36 Keir Mierle's improved tests for dict view containment tests. by Guido van Rossum · 17 years ago
  4. 1d71996 Add some mixed operations between sets and dict views. by Guido van Rossum · 17 years ago
  5. be53471 Add unit tests for set ops on dict.items(). by Guido van Rossum · 17 years ago
  6. 523259b Keir Mierle's set operations for dict views (keys/items only of course). by Guido van Rossum · 17 years ago
  7. aac530c Patch with Keir Mierle: add rich comparisons between dict views and sets, by Guido van Rossum · 17 years ago
  8. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  9. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  10. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  11. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  12. e34cdd1 Fix for test_dict.py, thanks to Eduardo O Padoan. by Guido van Rossum · 17 years ago
  13. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  14. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  15. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  16. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  17. 3893815 Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden by Guido van Rossum · 18 years ago
  18. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  19. c3e54b8 Use *absolute* import now that it is required. (Should this go into 2.5? Hopefully not the bogus comment about using relative imports. That was just to see if anyone was paying attention.) by Neal Norwitz · 18 years ago
  20. 1968ad3 - Patch 1433928: by Guido van Rossum · 18 years ago
  21. 49c522b Expand scope to include general mapping protocol tests. by Raymond Hettinger · 20 years ago
  22. 59b23e8 Add missing test_dict.py from patch #736962. by Walter Dörwald · 20 years ago