]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added view and iterator types to collections / _abcoll
authorChristian Heimes <christian@cheimes.de>
Wed, 28 Nov 2007 09:44:38 +0000 (09:44 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 28 Nov 2007 09:44:38 +0000 (09:44 +0000)
commitf83be4e3f353c4cfb53a22793dd1394797988c30
treef3a4c1535a6b18cca165f1b24f1fe51f6c49eef3
parentc9543e42330e5f339d6419eba6a8c5a61a39aeca
Added view and iterator types to collections / _abcoll
I've also renamed several of the iterators to keep a consistent naming schema.
Lib/_abcoll.py
Objects/dictobject.c
Objects/iterobject.c
Objects/listobject.c
Objects/rangeobject.c
Objects/setobject.c
Objects/unicodeobject.c