Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
fb2a6ccfc42cb15e15c4d2608bf096357a8a79ed
/
Objects
/
iterobject.c
1da1dbf
Renamed PyObject_GenericGetIter to PyObject_SelfIter
by Raymond Hettinger
· 22 years ago
0153826
Created PyObject_GenericGetIter().
by Raymond Hettinger
· 22 years ago
84b2bed
Squash a few calls to the hideously expensive PyObject_CallObject(o,a)
by Guido van Rossum
· 23 years ago
48923c5
Moved special case for tuples from iterobject.c to
by Raymond Hettinger
· 23 years ago
613bed3
Make StopIteration a sink state. This is done by clearing out the
by Guido van Rossum
· 23 years ago
14bd6de
SF 560736. Optimize list iteration by filling the tp_iter slot.
by Raymond Hettinger
· 23 years ago
01f94bd
Patch #552433: Special-case tuples. Avoid sub-type checking for lists.
by Martin v. Löwis
· 23 years ago
dbf409f
Re-enable GC of iter objects.
by Neil Schemenauer
· 23 years ago
e3eb1f2
Patch #427190: Implement and use METH_NOARGS and METH_O.
by Martin v. Löwis
· 24 years ago
6d6c1a3
Merge of descr-branch back into trunk.
by Tim Peters
· 24 years ago
7eac9b7
GC for iterator objects.
by Neil Schemenauer
· 24 years ago
4766892
Discard a misleading comment about iter_iternext().
by Guido van Rossum
· 24 years ago
213c7a6
Mondo changes to the iterator stuff, without changing how Python code
by Guido van Rossum
· 24 years ago
0531148
Adding iterobject.[ch], which were accidentally not added. Sorry\!
by Guido van Rossum
· 24 years ago