summaryrefslogtreecommitdiffstats
path: root/Lib/_collections_abc.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-271-17/+18
|\ \ | |/ | | | | collections module now accept the self keyword argument.
| * Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-271-17/+18
| | | | | | | | collections module now accept the self keyword argument.
* | mergeRaymond Hettinger2014-07-021-1/+1
|\ \ | |/
| * Fix guidance for subclassing collections.Set()Raymond Hettinger2014-07-021-1/+1
| |
* | mergeRaymond Hettinger2014-05-261-2/+21
|\ \ | |/
| * Issue 8743: Improve interoperability between sets and the collections.Set ↵Raymond Hettinger2014-05-261-2/+21
| | | | | | | | abstract base class.
* | Issue #21421: Add __slots__ to the MappingViews ABCs.Raymond Hettinger2014-05-041-0/+8
|/
* Issue #19218: set __name__ of _collections_abc to collections.abc in order ↵Christian Heimes2013-10-131-0/+6
| | | | to fix tests and keep beautiful qualified names.
* Issue #19218: Rename collections.abc to _collections_abc in order to speed ↵Christian Heimes2013-10-131-0/+728
up interpreter start