COMMITS
/ Modules/_asynciomodule.c September 3, 2017
S
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka committed
August 2, 2017
A
bpo-31061: fix crash in asyncio speedup module (GH-2966)
Alexander Mohr committed
July 5, 2017
Y
bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569)
Yury Selivanov committed
June 11, 2017
Y
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
Yury Selivanov committed
May 11, 2017
I
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)
INADA Naoki committed
March 3, 2017
Y
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408)
Yury Selivanov committed
Y
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
Yury Selivanov committed
December 9, 2016
V
Use _PyObject_CallMethodIdObjArgs() in _asyncio
Victor Stinner committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
V
Use _PyObject_CallNoArg()
Victor Stinner committed
December 5, 2016
V
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
Y
Merge 3.6 (issue #28843)
Yury Selivanov committed
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 14, 2016
B
correctly emulate error semantics of gen.throw in FutureIter_throw
Benjamin Peterson committed
November 9, 2016
Y
Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw.
Yury Selivanov committed
November 6, 2016
S
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka committed
October 29, 2016
V
Issue #28544: Fix inefficient call to _PyObject_CallMethodId()
Victor Stinner committed
October 28, 2016
Y
Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*`
Yury Selivanov committed
V
Issue #28544: Fix _asynciomodule.c on Windows
Victor Stinner committed
Y
Issue #28544: Implement asyncio.Task in C.
Yury Selivanov committed
October 25, 2016
I
Issue #28430: Fix iterator of C implemented asyncio.Future doesn't
INADA Naoki committed
October 20, 2016
Y
Issue #28493: Fix typos in _asynciomodule.c
Yury Selivanov committed
Y
Issue #28492: Fix how StopIteration is raised in _asyncio.Future
Yury Selivanov committed
October 18, 2016
I
Issue #28452: Remove _asyncio._init_module function
INADA Naoki committed
October 15, 2016
I
Issue #28428: Rename _futures module to _asyncio.
INADA Naoki committed