COMMITS
/ Objects/genobject.c September 6, 2016
V
Avoid calling functions with an empty string as format string
Victor Stinner committed
September 5, 2016
B
merge 3.5 (#27812)
Benjamin Peterson committed
B
clear out f_gen during generator finalization (closes #27812)
Benjamin Peterson committed
B
merge 3.5 (closes #27811)
Benjamin Peterson committed
B
do not allow _PyGen_Finalize to fail (closes #27811)
Benjamin Peterson committed
June 9, 2016
Y
Merge 3.5 (issue #27243)
Yury Selivanov committed
Y
Issue #27243: Fix __aiter__ protocol
Yury Selivanov committed
May 24, 2016
S
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
March 2, 2016
Y
Merge 3.5 (issue #25888)
Yury Selivanov committed
Y
coroutines: Error when awaiting on coroutine that's being awaited
Yury Selivanov committed
February 13, 2016
Y
Merge 3.5 (issue #25887)
Yury Selivanov committed
Y
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
Yury Selivanov committed
February 10, 2016
M
Issue #26136: Upgrade the generator_stop warning to DeprecationWarning
Martin Panter committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
July 3, 2015
Y
Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.
Yury Selivanov committed
June 24, 2015
Y
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
May 28, 2015
Y
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov committed
May 22, 2015
Y
Issue 24237: Raise PendingDeprecationWarning per PEP 479
Yury Selivanov committed
S
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka committed
S
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka committed
May 12, 2015
Y
Fix warnings for gen_get_iter()
Yury Selivanov committed
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
May 10, 2015
Y
Issue #22906: Do incref before SetCause/SetContext
Yury Selivanov committed
May 9, 2015
Y
Issue 22906: Increment refcount after PyException_SetContext
Yury Selivanov committed
Y
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov committed
April 26, 2015
A
July 8, 2014
A
Issue #21938: simplify gen_iternext()
Antoine Pitrou committed
June 16, 2014
V
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Victor Stinner committed
August 5, 2013
July 30, 2013
A
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou committed
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
April 10, 2013
B
don't run frame if it has no stack (closes #17669)
Benjamin Peterson committed
June 17, 2012
N
N
Issue #13783: the PEP 380 implementation no longer expands the public C API
Nick Coghlan committed
May 3, 2012
B
merge 3.2 (#14717)
Benjamin Peterson committed
B
close() doesn't take any args (closes #14717)
Benjamin Peterson committed
March 15, 2012
B
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
Benjamin Peterson committed
March 8, 2012
B
make gi_running a boolean
Benjamin Peterson committed
B
indicate we're not running as we leave this block
Benjamin Peterson committed
March 7, 2012
B
make delegating generators say they running (closes #14220)
Benjamin Peterson committed
January 13, 2012
A
Fix a crash when the return value of a subgenerator is a temporary
Amaury Forgeot d'Arc committed
N
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan committed
October 19, 2011
B
adjust braces a bit
Benjamin Peterson committed
October 18, 2011
A
Issue #13188: When called without an explicit traceback argument,
Antoine Pitrou committed