summaryrefslogtreecommitdiff
path: root/Lib/collections/abc.py
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanupChristian Heimes2013-10-131-1/+0
* Issue #19218: Add facade collections.abcChristian Heimes2013-10-131-0/+3
* Issue #19218: Rename collections.abc to _collections_abc in order to speed up...Christian Heimes2013-10-131-728/+0
* Close #18690: register memoryview with Sequence ABCNick Coghlan2013-10-021-0/+1
* Fix typo on MutableSequence docstring.Guido van Rossum2013-07-251-1/+1
* mergeRaymond Hettinger2013-03-241-2/+1
|\
| * Merge issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-011-2/+2
| |\
| * | utilize yield fromPhilip Jenvey2012-10-011-2/+1
* | | Add missing docstrings to the collections ABCsRaymond Hettinger2013-03-241-0/+68
| |/ |/|
* | Merge issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-011-2/+2
|/
* Close #14386: Register types.MappingProxyType as a MappingVictor Stinner2012-04-201-1/+3
* Clarify that the purpose of computing all the miscellaneous collection types ...Raymond Hettinger2012-04-051-3/+7
* Issue #11333: Add __slots__ to the collections ABCs.Raymond Hettinger2011-03-221-0/+26
* Issue #11388: Added a clear() method to MutableSequenceEli Bendersky2011-03-041-0/+7
* Issue #11085: Moved collections abstract base classes into a separate moduleRaymond Hettinger2011-02-221-0/+621