| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 3.4 (#24407) | Benjamin Peterson | 2015-07-05 | 1 | -0/+14 |
|\ |
|
| * | merge 3.3 (#24407) | Benjamin Peterson | 2015-07-05 | 1 | -0/+14 |
| |\ |
|
| | * | protect against mutation of the dict during insertion (closes #24407) | Benjamin Peterson | 2015-07-05 | 1 | -0/+15 |
|
|
* | | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -8/+1 |
|/ / |
|
* | | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -47/+50 |
|
|
* | | Issue #22653: Fix an assertion failure in debug mode when doing a reentrant d... | Antoine Pitrou | 2014-10-17 | 1 | -0/+29 |
|/ |
|
* | #19166: use an unused var in a test. Patch by Vajrasky Kok. | Ezio Melotti | 2013-10-05 | 1 | -0/+3 |
|
|
* | merge 3.2 (#16345) | Benjamin Peterson | 2012-10-31 | 1 | -0/+8 |
|\ |
|
| * | only fast-path fromkeys() when the constructor returns a empty dict (closes #... | Benjamin Peterson | 2012-10-31 | 1 | -0/+8 |
|
|
* | | Issue #14417: Mutating a dict during lookup now restarts the lookup instead o... | Antoine Pitrou | 2012-05-13 | 1 | -4/+3 |
|
|
* | | distiguish between refusing to creating shared keys and error (#13903) | Benjamin Peterson | 2012-04-24 | 1 | -0/+7 |
|
|
* | | fix instance dicts with str subclasses (#13903) | Benjamin Peterson | 2012-04-23 | 1 | -0/+10 |
|
|
* | | Implement PEP 412: Key-sharing dictionaries (closes #13903) | Benjamin Peterson | 2012-04-23 | 1 | -0/+21 |
|
|
* | | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 1 | -0/+54 |
|
|
* | | Issue #14205: Fix test_dict.test_mutating_lookup() | Victor Stinner | 2012-03-09 | 1 | -9/+16 |
|
|
* | | Close #14205: dict lookup raises a RuntimeError if the dict is modified during | Victor Stinner | 2012-03-06 | 1 | -1/+21 |
|/ |
|
* | Issue #13521: dict.setdefault() now does only one lookup for the given key, m... | Antoine Pitrou | 2012-02-26 | 1 | -0/+20 |
|
|
* | handle dict subclasses gracefully in PyArg_ValidateKeywordArguments | Benjamin Peterson | 2010-11-17 | 1 | -4/+7 |
|
|
* | Reverted inadvertent change from r86095 | Alexander Belopolsky | 2010-11-01 | 1 | -8/+0 |
|
|
* | Issue #10199: Moved Demo/turtle under Lib/ | Alexander Belopolsky | 2010-11-01 | 1 | -0/+8 |
|
|
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 | 1 | -0/+3 |
|
|
* | prevent the dict constructor from accepting non-string keyword args #8419 | Benjamin Peterson | 2010-04-24 | 1 | -0/+6 |
|
|
* | Recorded merge of revisions 78582 via svnmerge from | Florent Xicluna | 2010-03-02 | 1 | -92/+79 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -1/+1 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -8/+1 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -0/+8 |
|
|
* | Issue #7435: Remove duplicate int/long tests, and other | Mark Dickinson | 2009-12-05 | 1 | -7/+0 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -26/+26 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -0/+98 |
|
|
* | Give dict views a helpful __repr__. | Raymond Hettinger | 2009-03-03 | 1 | -3/+3 |
|
|
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 1 | -1/+1 |
|
|
* | Merged revisions 68128 via svnmerge from | Antoine Pitrou | 2009-01-01 | 1 | -0/+16 |
|
|
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 1 | -0/+11 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -4/+6 |
|
|
* | Migrate remaining tests from UserDict.UserDict to collections.UserDict. | Raymond Hettinger | 2008-02-06 | 1 | -3/+3 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -8/+0 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 1 | -1/+10 |
|
|
* | Merged revisions 58886-58929 via svnmerge from | Guido van Rossum | 2007-11-10 | 1 | -0/+4 |
|
|
* | Add a few mixed-mode (set vs. dict view) comparisons. | Guido van Rossum | 2007-08-24 | 1 | -0/+4 |
|
|
* | Keir Mierle's improved tests for dict view containment tests. | Guido van Rossum | 2007-08-24 | 1 | -35/+37 |
|
|
* | Add some mixed operations between sets and dict views. | Guido van Rossum | 2007-08-24 | 1 | -0/+8 |
|
|
* | Add unit tests for set ops on dict.items(). | Guido van Rossum | 2007-08-24 | 1 | -2/+15 |
|
|
* | Keir Mierle's set operations for dict views (keys/items only of course). | Guido van Rossum | 2007-08-24 | 1 | -0/+17 |
|
|
* | Patch with Keir Mierle: add rich comparisons between dict views and sets, | Guido van Rossum | 2007-08-24 | 1 | -0/+60 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -3/+73 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -4/+4 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -0/+8 |
|
|
* | Fix for test_dict.py, thanks to Eduardo O Padoan. | Guido van Rossum | 2007-02-14 | 1 | -5/+5 |
|
|