summaryrefslogtreecommitdiffstats
path: root/Lib/_abcoll.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-0/+1
* Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge...Christian Heimes2008-03-041-2/+3
* MappingView is Sized.Raymond Hettinger2008-02-091-1/+1
* Document how to use Set and MutableSet as a mixin.Raymond Hettinger2008-02-091-2/+2
* Merge r60679Raymond Hettinger2008-02-091-30/+4
* Merge r60674 an 60675.Raymond Hettinger2008-02-091-6/+19
* Fix-up the _from_iterable() method to return instances of the subclass where ...Raymond Hettinger2008-02-061-1/+6
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-0/+1
* Convert test_userdict to use the collections.UserDict.Raymond Hettinger2008-02-051-2/+3
* Fix-up mapping equality tests to include both keys and valuesRaymond Hettinger2008-02-051-2/+2
* Fix typo (thanks Nick).Raymond Hettinger2008-02-041-1/+1
* Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb...Raymond Hettinger2008-02-041-0/+12
* Merged revisions 60441-60474 via svnmerge fromChristian Heimes2008-01-311-12/+6
* Merged revisions 60408-60440 via svnmerge fromChristian Heimes2008-01-301-0/+12
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* Removed more types from the types moduleChristian Heimes2007-11-291-1/+3
* Added view and iterator types to collections / _abcollChristian Heimes2007-11-281-3/+43
* Add ABC ByteString which unifies bytes and bytearray (but not memoryview).Guido van Rossum2007-11-211-3/+13
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Patch 1335 by Christian Heimes.Guido van Rossum2007-10-261-2/+0
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+2
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-1/+1
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+535