COMMITS
/ Include/genobject.h October 12, 2020
V
Delete PyGen_Send (#22663)
Vladimir Matveev committed
October 10, 2020
V
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev committed
September 19, 2020
V
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev committed
July 17, 2020
April 29, 2020
V
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner committed
April 28, 2020
V
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
January 18, 2020
P
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Pablo Galindo committed
September 30, 2019
Y
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (#7468)
Yury Selivanov committed
September 6, 2019
J
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye committed
May 19, 2019
V
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner committed
January 21, 2018
N
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith committed
October 22, 2017
M
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon committed
October 6, 2017
Y
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov committed
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