summaryrefslogtreecommitdiffstats
path: root/Lib/_abcoll.py
Commit message (Expand)AuthorAgeFilesLines
* #3057: Fix the MutableMapping ABC to use the 2.6 dict interface.Georg Brandl2008-06-071-9/+14
* Issue 2226: Callable checked for the wrong abstract method.Raymond Hettinger2008-03-031-1/+1
* Remove dependency on itertools -- a simple genexp suffices.Raymond Hettinger2008-03-031-2/+2
* Actually import itertools.Georg Brandl2008-03-031-0/+1
* Metaclass declaration is inheritedRaymond Hettinger2008-02-091-7/+0
* Merge with r60683.Raymond Hettinger2008-02-091-2/+2
* Make ABC containers inherit as documented.Raymond Hettinger2008-02-091-31/+5
* Fill-in missing Set comparisonsRaymond Hettinger2008-02-081-0/+13
* Speed-up __iter__() mixin method.Raymond Hettinger2008-02-081-6/+6
* Merge 60627.Raymond Hettinger2008-02-071-1/+6
* Sync-up with Py3k work.Raymond Hettinger2008-02-061-0/+13
* Missing returnRaymond Hettinger2008-01-311-0/+1
* Fix defect in __ixor__ which would get the wrongRaymond Hettinger2008-01-311-13/+6
* MutableSets support a remove() method.Raymond Hettinger2008-01-301-0/+6
* Add isdisjoint() to the Set/MutableSet ABCs.Raymond Hettinger2008-01-301-0/+6
* Backport of _abccoll.py by Benjamin Arangueren, issue 1383.Guido van Rossum2007-11-221-0/+544