Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing docstrings to the collections ABCs | Raymond Hettinger | 2013-03-24 | 1 | -0/+68 |
* | Merge issue #16373: Prevent infinite recursion for ABC Set class operations. | Andrew Svetlov | 2012-11-01 | 1 | -2/+2 |
* | Close #14386: Register types.MappingProxyType as a Mapping | Victor Stinner | 2012-04-19 | 1 | -1/+3 |
* | Clarify that the purpose of computing all the miscellaneous collection types ... | Raymond Hettinger | 2012-04-05 | 1 | -3/+7 |
* | Issue #11333: Add __slots__ to the collections ABCs. | Raymond Hettinger | 2011-03-22 | 1 | -0/+26 |
* | Issue #11388: Added a clear() method to MutableSequence | Eli Bendersky | 2011-03-04 | 1 | -0/+7 |
* | Issue #11085: Moved collections abstract base classes into a separate module | Raymond Hettinger | 2011-02-22 | 1 | -0/+621 |