summaryrefslogtreecommitdiff
path: root/Lib/test/test_dict.py
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH...Miss Islington (bot)2018-09-251-0/+31
* Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)Miss Islington (bot)2018-09-101-1/+1
* bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...Miss Islington (bot)2018-02-011-0/+6
* [3.6] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1677)Serhiy Storchaka2017-05-201-0/+85
* Fix a memory leak in split-table dictionariesVictor Stinner2016-12-151-0/+30
* Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception asSerhiy Storchaka2016-11-061-0/+31
* Issue #28583: PyDict_SetDefault didn't combine split table when needed.INADA Naoki2016-11-021-0/+17
* Fix _PyDict_Pop() on pending keyVictor Stinner2016-09-131-0/+9
* Fix SystemError in compact dictVictor Stinner2016-09-091-0/+69
* Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-301-1/+1
|\
| * Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
* | Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+6
|\ \ | |/
| * Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+6
* | Cleanup test_dictVictor Stinner2016-01-231-5/+8
|/
* Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-1/+1
|\
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* | merge 3.4 (#24407)Benjamin Peterson2015-07-041-0/+14
|\ \ | |/
| * merge 3.3 (#24407)Benjamin Peterson2015-07-041-0/+14
| |\
| | * protect against mutation of the dict during insertion (closes #24407)Benjamin Peterson2015-07-041-0/+15
* | | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-8/+1
|/ /
* | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-47/+50
* | Issue #22653: Fix an assertion failure in debug mode when doing a reentrant d...Antoine Pitrou2014-10-181-0/+29
|/
* #19166: use an unused var in a test. Patch by Vajrasky Kok.Ezio Melotti2013-10-051-0/+3
* merge 3.2 (#16345)Benjamin Peterson2012-10-311-0/+8
|\
| * only fast-path fromkeys() when the constructor returns a empty dict (closes #...Benjamin Peterson2012-10-311-0/+8
* | Issue #14417: Mutating a dict during lookup now restarts the lookup instead o...Antoine Pitrou2012-05-131-4/+3
* | distiguish between refusing to creating shared keys and error (#13903)Benjamin Peterson2012-04-241-0/+7
* | fix instance dicts with str subclasses (#13903)Benjamin Peterson2012-04-231-0/+10
* | Implement PEP 412: Key-sharing dictionaries (closes #13903)Benjamin Peterson2012-04-231-0/+21
* | Issue #14288: Serialization support for builtin iterators.Kristján Valur Jónsson2012-04-031-0/+54
* | Issue #14205: Fix test_dict.test_mutating_lookup()Victor Stinner2012-03-091-9/+16
* | Close #14205: dict lookup raises a RuntimeError if the dict is modified duringVictor Stinner2012-03-061-1/+21
|/
* Issue #13521: dict.setdefault() now does only one lookup for the given key, m...Antoine Pitrou2012-02-271-0/+20
* handle dict subclasses gracefully in PyArg_ValidateKeywordArgumentsBenjamin Peterson2010-11-171-4/+7
* Reverted inadvertent change from r86095Alexander Belopolsky2010-11-011-8/+0
* Issue #10199: Moved Demo/turtle under Lib/Alexander Belopolsky2010-11-011-0/+8
* Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge...Benjamin Peterson2010-06-271-0/+3
* prevent the dict constructor from accepting non-string keyword args #8419Benjamin Peterson2010-04-241-0/+6
* Recorded merge of revisions 78582 via svnmerge fromFlorent Xicluna2010-03-021-92/+79
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-8/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-0/+8
* Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-051-7/+0
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-26/+26
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-231-0/+98
* Give dict views a helpful __repr__.Raymond Hettinger2009-03-031-3/+3
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-1/+1
* Merged revisions 68128 via svnmerge fromAntoine Pitrou2009-01-011-0/+16
* Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-...Georg Brandl2008-08-121-0/+11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2