1. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  2. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  3. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 8 years ago
  4. 63bf487 asyncio: Use socket specs for getaddrinfo() in sock_connect() by Yury Selivanov · 8 years ago
  5. 77bc04a asyncio: Fix NameError in sslproto _fatal_error() by Yury Selivanov · 8 years ago
  6. 5fc7c4d Issue #27136: Change test to use ::1 for better OS X Tiger compatibility by Martin Panter · 8 years ago
  7. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 8 years ago
  8. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 8 years ago
  9. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  10. f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo by Yury Selivanov · 8 years ago
  11. a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 8 years ago
  12. a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 8 years ago
  13. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  14. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 8 years ago
  15. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  16. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  17. f11352c asyncio/tests: Ensure a gc_collect for __del__ testing by Yury Selivanov · 8 years ago
  18. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 8 years ago
  19. 04eb87e asyncio: ease the cert failed regex by Yury Selivanov · 8 years ago
  20. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  21. c1b5786 Fix test_asyncio.test_timeout_disable() by Victor Stinner · 8 years ago
  22. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  23. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 9 years ago
  24. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 9 years ago
  25. 1bd0307 asyncio: Prevent StopIteration from being thrown into a Future by Yury Selivanov · 9 years ago
  26. dce63234 asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) by Yury Selivanov · 9 years ago
  27. 0c6a344 asyncio, selectors: Update to the upstream version by Yury Selivanov · 9 years ago
  28. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  29. 0df5313 test_asyncio: fix test_timeout_time() by Victor Stinner · 9 years ago
  30. a3a5833 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  31. c7b05a4 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  32. b4b8a0e Merge 3.4 (Issue #26050) by Yury Selivanov · 9 years ago
  33. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 9 years ago
  34. b86abb7 merge 3.4 by Andrew Svetlov · 9 years ago
  35. c07b16b Sync with asyncio repo by Andrew Svetlov · 9 years ago
  36. c4e27e2 Merge 3.4 by Yury Selivanov · 9 years ago
  37. ea4ce1c asyncio/tests: Fix a ResourceWarning due to unclosed loop by Yury Selivanov · 9 years ago
  38. 152c408 Merge 3.4 by Yury Selivanov · 9 years ago
  39. 3cd863c asyncio/tests: Fix ResourceWarnings related to unclosed transports by Yury Selivanov · 9 years ago
  40. bcf8afd Merge 3.4 by Yury Selivanov · 9 years ago
  41. 5f68ca6 asyncio/tests: Fix some ResourceWarnings by Yury Selivanov · 9 years ago
  42. e277a3d Merge 3.4 by Yury Selivanov · 9 years ago
  43. aa78adc asyncio/tests: Fix deprecation warning by Yury Selivanov · 9 years ago
  44. a3f82ba Merge 3.4 by Yury Selivanov · 9 years ago
  45. ec45226 Normalize whitespace by Yury Selivanov · 9 years ago
  46. 631546c Merge 3.4 by Yury Selivanov · 9 years ago
  47. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 9 years ago
  48. 1a316e8 Sync asyncio with upstream git repo (conditional import in test_pep492.py). by Guido van Rossum · 9 years ago
  49. d3ded40 Merge 3.4 by Yury Selivanov · 9 years ago
  50. 0ac3a0c asyncio: Make Tasks check if Futures are attached to the same event loop by Yury Selivanov · 9 years ago
  51. 7888e67 Merge 3.4 by Yury Selivanov · 9 years ago
  52. dddc781 asyncio: Sync with github by Yury Selivanov · 9 years ago
  53. 0f3c976 asyncio: Fix with github by Yury Selivanov · 9 years ago
  54. a211a7a asyncio.tests: Fix whitespace by Yury Selivanov · 9 years ago
  55. b485bb4 asyncio: Sync with github by Yury Selivanov · 9 years ago
  56. 875e4fb Merge 3.4 by Yury Selivanov · 9 years ago
  57. e342b8e Merge 3.4 by Yury Selivanov · 9 years ago
  58. abe6107 Merge 3.4 by Yury Selivanov · 9 years ago
  59. 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  60. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 9 years ago
  61. 576fe71 asyncio: Error if awaiting in parallel on the same coroutine by Yury Selivanov · 9 years ago
  62. 5498f2b Merge 3.4 by Yury Selivanov · 9 years ago
  63. 5d7e3b6 asyncio: Cleanup Future API by Yury Selivanov · 9 years ago
  64. 1334f83 Merge 3.4 by Yury Selivanov · 9 years ago
  65. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 9 years ago
  66. c73771a Merge 3.4 by Yury Selivanov · 9 years ago
  67. abe9625 asyncio: Fix sporadic failing unittests in debug mode by Yury Selivanov · 9 years ago
  68. 7931be4 Merge 3.4 by Yury Selivanov · 9 years ago
  69. ade0412 asyncio: Optimize asyncio.sleep(0) by Yury Selivanov · 9 years ago
  70. 25c578d Fix whitespace. by Guido van Rossum · 9 years ago
  71. 06d48db Fix whitespace. by Guido van Rossum · 9 years ago
  72. 030f489 Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  73. c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. by Guido van Rossum · 9 years ago
  74. 6090811 Issue #23972: Fix tests for Windows and Debian. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  75. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  76. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  77. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  78. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  79. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  80. 0d9bef9 Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  81. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  82. 43d71e2 asyncio: Make ensure_future() accept all kinds of awaitables. by Yury Selivanov · 9 years ago
  83. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  84. 28d982d Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  85. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  86. e4be3c2 Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  87. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  88. d2f1846 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  89. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 9 years ago
  90. e355604 Merge 3.4 (Issue #23630, fix test_asyncio) by Victor Stinner · 9 years ago
  91. 582b17c Issue #23630: Fix test_asyncio on Windows by Victor Stinner · 9 years ago
  92. e63f1a6 Merge 3.4 (test_asyncio) by Victor Stinner · 9 years ago
  93. 72e1eae Issue #25114: Fix test_asyncio by Victor Stinner · 9 years ago
  94. 7b58a2b Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  95. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  96. d1fcca8 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  97. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 9 years ago
  98. 7ca6c55 Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  99. 2339833 Issue #24867: Fix Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  100. 131426e Merge 3.4 (issues #24835, #24763) by Yury Selivanov · 9 years ago