1. bca4939 bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) by Serhiy Storchaka · 7 years ago
  2. de34cbe bpo-31061: fix crash in asyncio speedup module (GH-2966) by Alexander Mohr · 7 years ago
  3. 833a3b0 bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569) by Yury Selivanov · 7 years ago
  4. 7ce1c6f bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) by Yury Selivanov · 7 years ago
  5. 991adca bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097) by INADA Naoki · 7 years ago
  6. 84af903 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 7 years ago
  7. 8d26aa9 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 7 years ago
  8. b6ed57d Use _PyObject_CallMethodIdObjArgs() in _asyncio by Victor Stinner · 8 years ago
  9. f17c3de Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  10. a5ed5f0 Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  11. 7bfb42d Issue #28858: Remove _PyObject_CallArg1() macro by Victor Stinner · 8 years ago
  12. de4ae3d Backed out changeset b9c9691c72c5 by Victor Stinner · 8 years ago
  13. edfe886 Merge 3.6 (issue #28843) by Yury Selivanov · 8 years ago
  14. 27580c1 Replace PyObject_CallFunctionObjArgs() with fastcall by Victor Stinner · 8 years ago
  15. 996fc1f correctly emulate error semantics of gen.throw in FutureIter_throw by Benjamin Peterson · 8 years ago
  16. 692796a Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. by Yury Selivanov · 8 years ago
  17. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  18. f94d1ee Issue #28544: Fix inefficient call to _PyObject_CallMethodId() by Victor Stinner · 8 years ago
  19. 684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` by Yury Selivanov · 8 years ago
  20. 1aea8fb Issue #28544: Fix _asynciomodule.c on Windows by Victor Stinner · 8 years ago
  21. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 8 years ago
  22. 74c1753 Issue #28430: Fix iterator of C implemented asyncio.Future doesn't by INADA Naoki · 8 years ago
  23. 53478f8 Issue #28493: Fix typos in _asynciomodule.c by Yury Selivanov · 8 years ago
  24. a4b884f Issue #28492: Fix how StopIteration is raised in _asyncio.Future by Yury Selivanov · 8 years ago
  25. c411a7d Issue #28452: Remove _asyncio._init_module function by INADA Naoki · 8 years ago
  26. 9f2ce25 Issue #28428: Rename _futures module to _asyncio. by INADA Naoki · 8 years ago[Renamed (96%) from Modules/_futuresmodule.c]
  27. 1be427b Issue #28405: Fix compile error for _futuresmodule.c on Cygwin. by INADA Naoki · 8 years ago
  28. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago