Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #9212: Added the missing isdisjoint method to the dict_keys and | Daniel Stutzbach | 2010-09-02 | 1 | -0/+35 |
* | Forward port unit tests for set operation and repr. | Alexandre Vassalotti | 2010-05-04 | 1 | -0/+76 |
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -11/+11 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -11/+11 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Make dict.keys() and dict.items() comparable to sets, using == and !=. | Guido van Rossum | 2007-02-12 | 1 | -2/+28 |
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -6/+6 |
* | Implement __contains__ for dict_keys and dict_items. | Guido van Rossum | 2007-02-10 | 1 | -0/+22 |
* | Endow dict views with a proper length method. | Guido van Rossum | 2007-02-10 | 1 | -0/+3 |
* | Very preliminary work on dict views. | Guido van Rossum | 2007-02-10 | 1 | -0/+25 |