| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators: | Victor Stinner | 2013-06-04 | 1 | -1/+1 |
|
|
* | Fixed a missing incref introduced by a7ec0a1b0f7c | Armin Ronacher | 2012-10-06 | 1 | -1/+1 |
|
|
* | Issue #16148: implemented PEP 424 | Armin Ronacher | 2012-10-06 | 1 | -3/+8 |
|
|
* | Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t... | Antoine Pitrou | 2012-04-04 | 1 | -17/+4 |
|
|
* | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 1 | -1/+59 |
|
|
* | Fix nit (sentinel on lhs of comparison). | Raymond Hettinger | 2010-08-07 | 1 | -3/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -164/+164 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -2/+2 |
|
|
* | Move itertools izip() code to builtins as zip(). Complete the renaming. | Raymond Hettinger | 2008-03-13 | 1 | -169/+0 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
|
|
* | Added all PyTypeObjects to the appropriate header files. | Christian Heimes | 2007-11-29 | 1 | -3/+3 |
|
|
* | Added view and iterator types to collections / _abcoll | Christian Heimes | 2007-11-28 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -7/+4 |
|
|
* | Remove bogus INCREF of ziptuple: it is a | Martin v. Löwis | 2007-02-06 | 1 | -1/+0 |
|
|
* | The daily ritual: fix C89 violations. | Guido van Rossum | 2006-08-26 | 1 | -2/+4 |
|
|
* | SF patch 1546297 (with some tweaks): | Guido van Rossum | 2006-08-25 | 1 | -0/+171 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -9/+5 |
|
|
* | Use Py_ssize_t for counts and sizes. | Martin v. Löwis | 2006-02-16 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+1 |
|
|
* | Renamed _length_cue() to __length_hint__(). See: | Armin Rigo | 2006-02-11 | 1 | -2/+2 |
|
|
* | 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 |
|
|