index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
iterobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Squash a few calls to the hideously expensive PyObject_CallObject(o,a)
Guido van Rossum
2002-08-16
1
-1/+6
*
Moved special case for tuples from iterobject.c to
Raymond Hettinger
2002-08-09
1
-24/+11
*
Make StopIteration a sink state. This is done by clearing out the
Guido van Rossum
2002-07-16
1
-62/+47
*
SF 560736. Optimize list iteration by filling the tp_iter slot.
Raymond Hettinger
2002-05-31
1
-17/+7
*
Patch #552433: Special-case tuples. Avoid sub-type checking for lists.
Martin v. Löwis
2002-05-08
1
-2/+18
*
Re-enable GC of iter objects.
Neil Schemenauer
2002-03-18
1
-14/+12
*
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis
2001-08-16
1
-2/+2
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-16/+18
*
GC for iterator objects.
Neil Schemenauer
2001-07-12
1
-6/+29
*
Discard a misleading comment about iter_iternext().
Guido van Rossum
2001-05-01
1
-1/+0
*
Mondo changes to the iterator stuff, without changing how Python code
Guido van Rossum
2001-04-23
1
-21/+63
*
Adding iterobject.[ch], which were accidentally not added. Sorry\!
Guido van Rossum
2001-04-20
1
-0/+188