Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #11388: Added a clear() method to MutableSequence | Eli Bendersky | 2011-03-04 | 1 | -0/+7 | |
* | Add __bool__ method. Add tests. Fix-up broken test. | Raymond Hettinger | 2011-02-26 | 1 | -0/+3 | |
* | Issue #11297: Add collections.ChainMap() | Raymond Hettinger | 2011-02-26 | 1 | -1/+1 | |
* | Issue #10516: adding list.clear() and list.copy() methods | Eli Bendersky | 2011-02-25 | 1 | -0/+2 | |
* | Add tests for the _ChainMap helper class. | Raymond Hettinger | 2011-02-23 | 1 | -0/+9 | |
* | Factor-out common code for helper classes. | Raymond Hettinger | 2011-02-22 | 1 | -1/+1 | |
* | Issue #11085: Moved collections abstract base classes into a separate module | Raymond Hettinger | 2011-02-22 | 2 | -0/+1653 | |