index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_dict.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40489: Add test case for dict contain use after free (GH-19906)
Dong-hee Na
2020-05-04
1
-0/+13
*
bpo-36144: Dictionary Union (PEP 584) (#12088)
Brandt Bucher
2020-02-25
1
-0/+32
*
bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCo...
Dong-hee Na
2019-12-31
1
-1/+11
*
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...
Dong-hee Na
2019-10-19
1
-0/+25
*
bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12...
Thomas Perl
2019-04-02
1
-1/+19
*
bpo-36452: dictiter: track maximum iteration count (GH-12596)
Thomas Perl
2019-03-28
1
-0/+9
*
Include the highest pickle protocol in a couple of tests. (GH-10735)
Zackery Spytz
2018-11-27
1
-1/+1
*
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
Rémi Lapeyre
2018-11-06
1
-3/+66
*
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
INADA Naoki
2018-09-26
1
-0/+30
*
Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)
Sergey Fedoseev
2018-09-10
1
-1/+1
*
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
Yury Selivanov
2018-01-22
1
-2/+48
*
bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
Serhiy Storchaka
2017-12-03
1
-0/+6
*
bpo-27945: Fixed various segfaults with dict. (#1657)
Serhiy Storchaka
2017-05-20
1
-0/+85
*
Fix a memory leak in split-table dictionaries
Victor Stinner
2016-12-15
1
-0/+30
*
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
Serhiy Storchaka
2016-11-06
1
-0/+31
*
Issue #28583: PyDict_SetDefault didn't combine split table when needed.
INADA Naoki
2016-11-02
1
-0/+17
*
Fix _PyDict_Pop() on pending key
Victor Stinner
2016-09-13
1
-0/+9
*
Fix SystemError in compact dict
Victor Stinner
2016-09-10
1
-0/+69
*
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-30
1
-1/+1
|
\
|
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
|
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-0/+6
|
\
\
|
|
/
|
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-0/+6
*
|
Cleanup test_dict
Victor Stinner
2016-01-23
1
-5/+8
|
/
*
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
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
[next]