summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dictviews.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)bennorth2018-02-261-0/+15
* properly use PyObject_CallMethod in dictview binary operations (closes #26478)Benjamin Peterson2016-03-041-0/+4
* Issue #22995: Backported additional tests for non-pickleable types.Serhiy Storchaka2015-11-121-0/+18
* Issue #24286: Register dict views with the MappingView ABCs.Raymond Hettinger2015-05-261-1/+21
* #18357: add tests for dictview set difference. Patch by Fraser Tweedale.Ezio Melotti2013-08-081-0/+15
* add missing NULL check (closes #18019)Benjamin Peterson2013-05-201-0/+5
* Issue #8404: Fix set operations on dictionary views.Alexandre Vassalotti2010-05-041-0/+61
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-4/+4
* use assert[Not]In where appropriateEzio Melotti2010-01-231-11/+11
* Fixed repr of dictionary views.Alexandre Vassalotti2010-01-121-3/+12
* Issue #1967: Backport dictionary views.Alexandre Vassalotti2010-01-111-0/+84