1. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  2. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  3. 72005f1 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  4. f0200e0 asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info) by Yury Selivanov · 8 years ago
  5. 010f361 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  6. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 8 years ago
  7. f4049ee Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  8. 3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received by Yury Selivanov · 8 years ago
  9. 2292edf Merge 3.5 (issue #26741) by Victor Stinner · 8 years ago
  10. b0d43ce asyncio: fix ResourceWarning related to subprocesses by Victor Stinner · 8 years ago
  11. 63063af Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  12. b461791 asyncio/streams: Fix code style; delete LimitOverrunError.message attr by Yury Selivanov · 8 years ago
  13. 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 8 years ago
  14. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  15. 7c3ac2d Merge 3.5 (issue #27040) by Yury Selivanov · 8 years ago
  16. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  17. 2e413f7 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  18. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 8 years ago
  19. 8308db5 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  20. 32dae3d asyncio: Break reference cycle in StreamReaderProtocol.connection_lost by Yury Selivanov · 8 years ago
  21. 059320b Merge 3.5 (issue #26848) by Yury Selivanov · 8 years ago
  22. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  23. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  24. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  25. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  26. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  27. 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 8 years ago
  28. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 8 years ago
  29. 89d3f53 Merge 3.5 (asyncio) by Victor Stinner · 8 years ago
  30. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 8 years ago
  31. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 8 years ago
  32. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 8 years ago
  33. 1bd0307 asyncio: Prevent StopIteration from being thrown into a Future by Yury Selivanov · 8 years ago
  34. dce63234 asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) by Yury Selivanov · 8 years ago
  35. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  36. 3e72309 Fix error message in asyncio.selector_events. by Victor Stinner · 8 years ago
  37. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 8 years ago
  38. 9d976fa Sync with asyncio by Andrew Svetlov · 8 years ago
  39. c07b16b Sync with asyncio repo by Andrew Svetlov · 8 years ago
  40. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 9 years ago
  41. 0ac3a0c asyncio: Make Tasks check if Futures are attached to the same event loop by Yury Selivanov · 9 years ago
  42. dddc781 asyncio: Sync with github by Yury Selivanov · 9 years ago
  43. 0f3c976 asyncio: Fix with github by Yury Selivanov · 9 years ago
  44. d59bba8 asyncio: Drop "value" parameter from Task._step method. by Yury Selivanov · 9 years ago
  45. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 9 years ago
  46. b3dd6d7 asyncio: Error if awaiting in parallel on the same coroutine by Yury Selivanov · 9 years ago
  47. 5d7e3b6 asyncio: Cleanup Future API by Yury Selivanov · 9 years ago
  48. 0013cce asyncio: Sync with github by Yury Selivanov · 9 years ago
  49. a4afc48 asyncio: Optimize Task._wakeup by Yury Selivanov · 9 years ago
  50. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 9 years ago
  51. ade0412 asyncio: Optimize asyncio.sleep(0) by Yury Selivanov · 9 years ago
  52. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  53. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  54. c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. by Guido van Rossum · 9 years ago
  55. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  56. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  57. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  58. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  59. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  60. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  61. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 9 years ago
  62. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  63. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 9 years ago
  64. 2339833 Issue #24867: Fix Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  65. 159fbdd Issue #23812: Fix getter-cancellation with many pending getters code path by Yury Selivanov · 9 years ago
  66. 8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol by Yury Selivanov · 9 years ago
  67. 3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  68. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 9 years ago
  69. 996083d asyncio: Sync with mainstream by Yury Selivanov · 9 years ago
  70. 4c0a09a Revert da29a94367b2 by Yury Selivanov · 9 years ago
  71. 6b3f29c asyncio: Fix code style by Yury Selivanov · 9 years ago
  72. 6fb1e74 Fix ResourceWarning in asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  73. eaf16ab asyncio: sync with github by Victor Stinner · 9 years ago
  74. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 9 years ago
  75. e6ecea5 asyncio: sync with github asyncio by Victor Stinner · 9 years ago
  76. 09e6058 Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper by Yury Selivanov · 9 years ago
  77. 339d5e7 Fix asyncio unittests in debug mode by Yury Selivanov · 9 years ago
  78. 29a602a Issue #24400: Fix CoroWrapper for 'async def' coroutines by Yury Selivanov · 9 years ago
  79. dfbd27f asyncio: Merge changes from issue #24400. by Yury Selivanov · 9 years ago
  80. 70adad2 Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines by Yury Selivanov · 9 years ago
  81. a316085 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  82. 1ad08a5 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  83. c58cca5 asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5) by Yury Selivanov · 9 years ago
  84. d08c363 Sync asyncio code from default branch. by Yury Selivanov · 9 years ago
  85. e8944cb asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 9 years ago
  86. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  87. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  88. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  89. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  90. 0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. by Guido van Rossum · 9 years ago
  91. c9d11c3 Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect() by Victor Stinner · 9 years ago
  92. 79fd962 asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed by Victor Stinner · 9 years ago
  93. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 9 years ago
  94. 7a82afe asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet by Victor Stinner · 9 years ago
  95. ce8c768 Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  96. 4cb814c asyncio, Tulip issue 220: Merge JoinableQueue with Queue. by Victor Stinner · 9 years ago
  97. 4e82fb9 asyncio: BaseSubprocessTransport: repr() mentions when the child process is by Victor Stinner · 9 years ago
  98. 8e36812 asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it by Victor Stinner · 9 years ago
  99. a87501f asyncio: BaseEventLoop: rename _owner to _thread_id by Victor Stinner · 9 years ago
  100. 2fc2313 asyncio: Only call _check_resolved_address() in debug mode by Victor Stinner · 9 years ago