Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | is to register them with the appropriate ABCs. | ||||
* | 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 |
called collections.abc, following the pattern used by importlib.abc. For backwards compatibility, the names continue to also be imported into the collections module. |