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