summaryrefslogtreecommitdiff
path: root/Include/genobject.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-211-0/+1
* Move exc state to generator. Fixes bpo-25612 (#1773)Mark Shannon2017-10-221-1/+2
* bpo-31709: Drop support for asynchronous __aiter__. (#3903)Yury Selivanov2017-10-061-1/+0
* Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-061-0/+1
|\
| * Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-061-0/+1
* | Issue #28544: Fix compilation of _asynciomodule.c on WindowsYury Selivanov2016-10-281-1/+1
* | Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-081-0/+31
|/
* Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-091-0/+3
* coroutines: Error when awaiting on coroutine that's being awaitedYury Selivanov2016-03-021-0/+1
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-26/+33
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-0/+7
* Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualifiedVictor Stinner2014-06-161-0/+8
* Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-051-0/+2
* Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-141-1/+0
* Issue #17807: Generators can now be finalized even when they are part of a re...Antoine Pitrou2013-05-081-0/+1
* Issue #13783: the PEP 380 implementation no longer expands the public C APINick Coghlan2012-06-171-1/+1
* perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)Benjamin Peterson2012-03-151-1/+2
* Fix regression after c8d1df9ac987Antoine Pitrou2012-03-101-1/+1
* Fix indentingNick Coghlan2012-01-141-10/+10
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-10/+11
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-0/+3
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+2
* Patch #966493: Cleanup generator/eval_frame exposure.Martin v. Löwis2004-06-271-2/+4
* Patch #957398: Add public API for Generator Object/Type.Martin v. Löwis2004-06-011-0/+33