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