summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dictviews.py
Commit message (Expand)AuthorAgeFilesLines
* 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