summaryrefslogtreecommitdiff
path: root/Lib/test/test_dictviews.py
Commit message (Expand)AuthorAgeFilesLines
* mergeRaymond Hettinger2016-09-181-0/+26
* merge 3.5 (closes #26478)Benjamin Peterson2016-03-031-0/+22
|\
| * Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+22
| |\
| | * Merge 3.5 (Issue #19235)Yury Selivanov2015-07-031-0/+22
| | |\
* | | \ merge 3.4 (closes #26478)Benjamin Peterson2016-03-031-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | properly use the ObjArgs variant of CallMethod in dictview binary operations ...Benjamin Peterson2016-03-031-0/+4
* | | | Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+18
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+18
* | | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-1/+1
* | | Reverting my previous commit.Yury Selivanov2015-05-301-22/+0
| |/ |/|
* | Issue #24286: Forward port dict view abstract base class tests.Raymond Hettinger2015-05-261-0/+22
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
|/
* #18357: add tests for dictview set difference. Patch by Fraser Tweedale.Ezio Melotti2013-08-081-0/+14
* add recursive repr testBenjamin Peterson2013-05-191-0/+5
* Issue #9212: Added the missing isdisjoint method to the dict_keys andDaniel Stutzbach2010-09-021-0/+35
* Forward port unit tests for set operation and repr.Alexandre Vassalotti2010-05-041-0/+76
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-11/+11
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-11/+11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Make dict.keys() and dict.items() comparable to sets, using == and !=.Guido van Rossum2007-02-121-2/+28
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-6/+6
* Implement __contains__ for dict_keys and dict_items.Guido van Rossum2007-02-101-0/+22
* Endow dict views with a proper length method.Guido van Rossum2007-02-101-0/+3
* Very preliminary work on dict views.Guido van Rossum2007-02-101-0/+25