summaryrefslogtreecommitdiffstats
path: root/Lib/_abcoll.py
Commit message (Expand)AuthorAgeFilesLines
* 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