1. 0baa72f bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) by Andrew Svetlov · 7 years ago
  2. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 7 years ago
  3. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 7 years ago
  4. 99279ad Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232) by Yury Selivanov · 8 years ago
  5. 5d97b7b bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) by Yury Selivanov · 8 years ago
  6. 65a3470 Fix senfile typo (#6265) by Sam Dunster · 8 years ago
  7. 3d4dbd8 Implement TimerHandle.when() (#5473) by Andrew Svetlov · 8 years ago
  8. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 8 years ago
  9. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 8 years ago
  10. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 8 years ago
  11. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 8 years ago
  12. 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 8 years ago
  13. ffcb4c0 bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052) by Andrew Svetlov · 8 years ago
  14. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 8 years ago
  15. f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 8 years ago
  16. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 8 years ago
  17. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 8 years ago
  18. f74ef45 bpo-32311: Implement asyncio.create_task() shortcut (#4848) by Andrew Svetlov · 8 years ago
  19. a70232f bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827) by Yury Selivanov · 8 years ago
  20. abae67e Add asyncio.get_running_loop() function. (#4782) by Yury Selivanov · 8 years ago
  21. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 8 years ago
  22. 5f841b5 bpo-32193: Convert asyncio to async/await usage (#4753) by Andrew Svetlov · 8 years ago
  23. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 8 years ago
  24. 921e943 bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) by Antoine Pitrou · 8 years ago
  25. 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 8 years ago
  26. fe4ea9c bpo-31245: Asyncio unix socket datagram (#3164) by Quentin Dawans · 8 years ago
  27. 525f40d bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) by Antoine Pitrou · 8 years ago
  28. 80bbe6a7 bpo-31350: Optimize get_event_loop and _get_running_loop (#3347) by jimmylai · 8 years ago
  29. 3e2ad8e bpo-29617: Remove Python 3.3 support from asyncio (GH-232) by INADA Naoki · 9 years ago
  30. 902e9c5 asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop by Yury Selivanov · 9 years ago
  31. ba7e1f9 bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) by Yury Selivanov · 9 years ago
  32. 6ea2b8f Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop() by Yury Selivanov · 9 years ago
  33. 600a349 Issue #28613: Fix get_event_loop() to return the current loop by Yury Selivanov · 9 years ago
  34. 491a912 Issue #28600: Optimize loop.call_soon(). by Yury Selivanov · 9 years ago
  35. 45dccda Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. by Yury Selivanov · 9 years ago
  36. f6d991d asyncio: Sync with the upstream by Yury Selivanov · 9 years ago
  37. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 10 years ago
  38. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 10 years ago
  39. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 10 years ago
  40. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 10 years ago
  41. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 10 years ago
  42. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 11 years ago
  43. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 11 years ago
  44. 3a1c738 Issue #23074: asyncio.get_event_loop() now raises an exception if the thread by Victor Stinner · 11 years ago
  45. 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 11 years ago
  46. 1b38bc6 asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 11 years ago
  47. 313a980 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  48. f68bd88 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  49. 896a25a asyncio: sync with Tulip by Victor Stinner · 11 years ago
  50. 80f53aa asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and by Victor Stinner · 11 years ago
  51. 17b53f1 asyncio: Handle error handler: enhance formatting of the callback by Victor Stinner · 11 years ago
  52. 975735f asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle by Victor Stinner · 11 years ago
  53. 307bccc asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) by Victor Stinner · 11 years ago
  54. f9e49dd Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio by Victor Stinner · 12 years ago
  55. a5b257a Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc by Victor Stinner · 12 years ago
  56. 94ba146 asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. by Guido van Rossum · 12 years ago
  57. b4c9388 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 12 years ago
  58. 0f3e6bc asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 12 years ago
  59. dec1a45 asyncio: Fix spelling and typos. by Yury Selivanov · 12 years ago
  60. 569efa2 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 12 years ago
  61. b057c52 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 12 years ago
  62. b131778 asyncio.events: Use __slots__ in Handle and TimerHandle by Yury Selivanov · 12 years ago
  63. dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 12 years ago
  64. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 12 years ago
  65. 9204af4 asyncio: Use Interface instead of ABC. Fixes issue 19726. by Guido van Rossum · 12 years ago
  66. cced076 asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop. By Anthony Baire. by Guido van Rossum · 12 years ago
  67. 0eaa5ac asyncio: Refactor SIGCHLD handling. By Anthony Baire. by Guido van Rossum · 12 years ago
  68. e3f52ef asyncio: Document EventLoop.close(). by Guido van Rossum · 12 years ago
  69. 21c85a7 asyncio: Add server_hostname as create_connection() argument, with secure default. by Guido van Rossum · 12 years ago
  70. ec7922c asyncio: Update some comments. by Guido van Rossum · 12 years ago
  71. fc29e0f Rename the logger to plain "logger". by Guido van Rossum · 12 years ago
  72. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 12 years ago