summaryrefslogtreecommitdiff
path: root/Lib/_collections_abc.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-261-6/+0
* Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-271-17/+18
* Fix guidance for subclassing collections.Set()Raymond Hettinger2014-07-031-1/+1
* Issue 8743: Improve interoperability between sets and the collections.Set abs...Raymond Hettinger2014-05-261-2/+21
* Issue #19218: set __name__ of _collections_abc to collections.abc in order to...Christian Heimes2013-10-131-0/+6
* Issue #19218: Rename collections.abc to _collections_abc in order to speed up...Christian Heimes2013-10-131-0/+728