Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
eda87127a892cb760f64d4785581cbb405b320f5
/
Objects
/
iterobject.c
c6e5506
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
by Thomas Wouters
· 19 years ago
347b300
Remove unnecessary casts in type object initializers.
by Georg Brandl
· 19 years ago
eb079f1
Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t
by Martin v. Löwis
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
f5b3e36
Renamed _length_cue() to __length_hint__(). See:
by Armin Rigo
· 19 years ago
6b27cda
Convert iterator __len__() methods to a private API.
by Raymond Hettinger
· 20 years ago
75ccea3
SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes
by Raymond Hettinger
· 21 years ago
7892b1c
* Add unittests for iterators that report their length
by Raymond Hettinger
· 21 years ago
435bf58
Make iterators length transparent where possible.
by Raymond Hettinger
· 21 years ago
03f6c54
Whitespace normalization.
by Walter Dörwald
· 22 years ago
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