| Commit message (Expand) | Author | Age | Files | Lines |
* | [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH... | Serhiy Storchaka | 2018-02-02 | 1 | -0/+7 |
|
|
* | [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681) | Serhiy Storchaka | 2017-05-20 | 1 | -0/+91 |
|
|
* | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+9 |
|
|
* | Issue #25523: Backported a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|
|
* | #19166: use an unused var in a test. Patch by Vajrasky Kok. | Ezio Melotti | 2013-10-05 | 1 | -1/+3 |
|
|
* | only fast-path fromkeys() when the constructor returns a empty dict (closes #... | Benjamin Peterson | 2012-10-31 | 1 | -0/+8 |
|
|
* | Issue #13521: dict.setdefault() now does only one lookup for the given key, m... | Antoine Pitrou | 2012-02-26 | 1 | -0/+20 |
|
|
* | cpython only gc tests | Benjamin Peterson | 2010-06-23 | 1 | -0/+3 |
|
|
* | #7092: silence some more py3k warnings. | Ezio Melotti | 2010-03-17 | 1 | -5/+8 |
|
|
* | Refactor test_dict using assertRaises. | Florent Xicluna | 2010-03-02 | 1 | -68/+47 |
|
|
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -1/+1 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -5/+6 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -27/+15 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -15/+27 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -29/+29 |
|
|
* | Issue #4688: Add a heuristic so that tuples and dicts containing only | Antoine Pitrou | 2009-03-23 | 1 | -0/+98 |
|
|
* | fill in actual issue number in tests | Antoine Pitrou | 2009-01-01 | 1 | -1/+1 |
|
|
* | Issue #3680: Reference cycles created through a dict, set or deque iterator d... | Antoine Pitrou | 2009-01-01 | 1 | -0/+14 |
|
|
* | - Issue #3537: Fix an assertion failure when an empty but presized dict | Georg Brandl | 2008-08-11 | 1 | -0/+11 |
|
|
* | Speed up test_dict by about 10x by only checking selected dict literal sizes, | Jeffrey Yasskin | 2008-03-18 | 1 | -4/+6 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Changes 54857 and 54840 broke code and were reverted in Py2.5 just before | Raymond Hettinger | 2008-01-25 | 1 | -8/+0 |
|
|
* | Beef-up tests for dict literals | Raymond Hettinger | 2007-12-19 | 1 | -1/+10 |
|
|
* | Backport of _abccoll.py by Benjamin Arangueren, issue 1383. | Guido van Rossum | 2007-11-22 | 1 | -0/+4 |
|
|
* | Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset ... | Raymond Hettinger | 2007-11-07 | 1 | -0/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-03-12 | 1 | -5/+5 |
|
|
* | Patch #1678088: convert test_operations to use unittest, fold the result into... | Collin Winter | 2007-03-12 | 1 | -0/+71 |
|
|
* | Fix a bug in test_dict and test_userdict, found at the PyPy sprint. | Georg Brandl | 2007-03-04 | 1 | -3/+3 |
|
|
* | SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses | Raymond Hettinger | 2007-02-07 | 1 | -0/+8 |
|
|
* | Bug #1576657: when setting a KeyError for a tuple key, make sure that | Georg Brandl | 2006-10-29 | 1 | -0/+10 |
|
|
* | Use absolute imports | Neal Norwitz | 2006-04-03 | 1 | -1/+1 |
|
|
* | - Patch 1433928: | Guido van Rossum | 2006-02-25 | 1 | -0/+50 |
|
|
* | Expand scope to include general mapping protocol tests. | Raymond Hettinger | 2004-09-30 | 1 | -0/+13 |
|
|
* | Add missing test_dict.py from patch #736962. | Walter Dörwald | 2004-09-30 | 1 | -0/+404 |
|
|