- a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
- d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
- e54d532 merge 3.4 (#24407) by Benjamin Peterson · 9 years ago
- 2a48a6e merge 3.3 (#24407) by Benjamin Peterson · 9 years ago
- a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
- 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 10 years ago
- bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
- d696732 Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. by Antoine Pitrou · 10 years ago
- 4e1f3d6 #19166: use an unused var in a test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
- d97eb0d merge 3.2 (#16345) by Benjamin Peterson · 12 years ago
- d1f2cb3 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 12 years ago
- 9a23490 Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205). by Antoine Pitrou · 13 years ago
- 15ee821 distiguish between refusing to creating shared keys and error (#13903) by Benjamin Peterson · 13 years ago
- db780d0 fix instance dicts with str subclasses (#13903) by Benjamin Peterson · 13 years ago
- 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 13 years ago
- 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 13 years ago
- 2839382 Issue #14205: Fix test_dict.test_mutating_lookup() by Victor Stinner · 13 years ago
- 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 13 years ago
- e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
- f609654 handle dict subclasses gracefully in PyArg_ValidateKeywordArguments by Benjamin Peterson · 14 years ago
- 3b87cca Reverted inadvertent change from r86095 by Alexander Belopolsky · 14 years ago
- ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 14 years ago
- 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
- fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 15 years ago
- a988e42 Recorded merge of revisions 78582 via svnmerge from by Florent Xicluna · 15 years ago
- e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
- b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
- 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
- 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
- c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
- 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 16 years ago
- b0d56af Give dict views a helpful __repr__. by Raymond Hettinger · 16 years ago
- a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
- 7ddda78 Merged revisions 68128 via svnmerge from by Antoine Pitrou · 16 years ago
- 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
- b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 17 years ago
- f80680d Migrate remaining tests from UserDict.UserDict to collections.UserDict. by Raymond Hettinger · 17 years ago
- af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
- 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
- a401bbe Add a few mixed-mode (set vs. dict view) comparisons. by Guido van Rossum · 17 years ago
- cf2ce36 Keir Mierle's improved tests for dict view containment tests. by Guido van Rossum · 17 years ago
- 1d71996 Add some mixed operations between sets and dict views. by Guido van Rossum · 17 years ago
- be53471 Add unit tests for set ops on dict.items(). by Guido van Rossum · 17 years ago
- 523259b Keir Mierle's set operations for dict views (keys/items only of course). by Guido van Rossum · 17 years ago
- aac530c Patch with Keir Mierle: add rich comparisons between dict views and sets, by Guido van Rossum · 17 years ago
- 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
- cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
- e34cdd1 Fix for test_dict.py, thanks to Eduardo O Padoan. by Guido van Rossum · 18 years ago
- e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
- 3893815 Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden by Guido van Rossum · 18 years ago
- e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
- 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 · 19 years ago
- 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
- 49c522b Expand scope to include general mapping protocol tests. by Raymond Hettinger · 20 years ago
- 59b23e8 Add missing test_dict.py from patch #736962. by Walter Dörwald · 20 years ago