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_dictviews.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)
bennorth
2018-02-26
1
-0/+15
*
properly use PyObject_CallMethod in dictview binary operations (closes #26478)
Benjamin Peterson
2016-03-04
1
-0/+4
*
Issue #22995: Backported additional tests for non-pickleable types.
Serhiy Storchaka
2015-11-12
1
-0/+18
*
Issue #24286: Register dict views with the MappingView ABCs.
Raymond Hettinger
2015-05-26
1
-1/+21
*
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
1
-0/+15
*
add missing NULL check (closes #18019)
Benjamin Peterson
2013-05-20
1
-0/+5
*
Issue #8404: Fix set operations on dictionary views.
Alexandre Vassalotti
2010-05-04
1
-0/+61
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-4/+4
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-11/+11
*
Fixed repr of dictionary views.
Alexandre Vassalotti
2010-01-12
1
-3/+12
*
Issue #1967: Backport dictionary views.
Alexandre Vassalotti
2010-01-11
1
-0/+84