COMMITS
/ Include/genobject.h November 6, 2016
S
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka committed
S
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka committed
October 28, 2016
Y
Issue #28544: Fix compilation of _asynciomodule.c on Windows
Yury Selivanov committed
September 9, 2016
Y
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov committed
June 9, 2016
Y
Issue #27243: Fix __aiter__ protocol
Yury Selivanov committed
March 2, 2016
Y
coroutines: Error when awaiting on coroutine that's being awaited
Yury Selivanov committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
June 16, 2014
V
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Victor Stinner committed
August 5, 2013
May 14, 2013
A
Backout c89febab4648 following private feedback by Guido.
Antoine Pitrou committed
May 8, 2013
A
Issue #17807: Generators can now be finalized even when they are part of a reference cycle.
Antoine Pitrou committed
June 17, 2012
N
Issue #13783: the PEP 380 implementation no longer expands the public C API
Nick Coghlan committed
March 15, 2012
B
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
Benjamin Peterson committed
March 10, 2012
A
Fix regression after c8d1df9ac987
Antoine Pitrou committed
January 14, 2012
N
Fix indenting
Nick Coghlan committed
January 13, 2012
N
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
January 27, 2008
C
Merged revisions 60284-60349 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
June 27, 2004
M
Patch #966493: Cleanup generator/eval_frame exposure.
Martin v. Löwis committed
June 1, 2004
M
Patch #957398: Add public API for Generator Object/Type.
Martin v. Löwis committed