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
*
Convert iterator __len__() methods to a private API.
Raymond Hettinger
2005-09-24
1
-20/+11
*
SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes
Raymond Hettinger
2004-09-01
1
-8/+4
*
* Add unittests for iterators that report their length
Raymond Hettinger
2004-04-12
1
-2/+10
*
Make iterators length transparent where possible.
Raymond Hettinger
2004-03-18
1
-1/+14
*
Whitespace normalization.
Walter Dörwald
2003-06-25
1
-3/+3
*
Renamed PyObject_GenericGetIter to PyObject_SelfIter
Raymond Hettinger
2003-03-17
1
-2/+2
*
Created PyObject_GenericGetIter().
Raymond Hettinger
2003-03-17
1
-9/+2
*
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