summaryrefslogtreecommitdiffstats
path: root/Objects/genobject.c
Commit message (Expand)AuthorAgeFilesLines
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-4/+3
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-27/+53
* Change int to Py_ssize_t in several places.Martin v. Löwis2006-03-071-1/+1
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-3/+3
* * Refcount leak. It was just a reference to Py_None, but still.Armin Rigo2006-02-141-3/+9
* Fix a too-aggressive assert (see SF#1257960). Previously, gen_iternextPhillip J. Eby2005-08-131-1/+1
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-021-5/+234
* SF patch #1020188: Use Py_CLEAR where necessary to avoid crashesRaymond Hettinger2004-09-011-2/+1
* Patch #966493: Cleanup generator/eval_frame exposure.Martin v. Löwis2004-06-271-1/+1
* * Factor out PyObject_SelfIter().Raymond Hettinger2004-06-121-9/+3
* Patch #957398: Add public API for Generator Object/Type.Martin v. Löwis2004-06-011-0/+129