1. 70d28a1 Remove unused imports. by Serhiy Storchaka · 9 years ago
  2. 5cb0c09 Merge 3.5 (issue #28652) by Yury Selivanov · 9 years ago
  3. dab0584 Issue #28652: Partially rollback previous changes by Yury Selivanov · 9 years ago
  4. 954c7dd Merge 3.5 (issue #28652) by Yury Selivanov · 9 years ago
  5. a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. by Yury Selivanov · 9 years ago
  6. 69312fa Merge 3.5 (issue #28613) by Yury Selivanov · 9 years ago
  7. 600a349 Issue #28613: Fix get_event_loop() to return the current loop by Yury Selivanov · 9 years ago
  8. c542049 asyncio: Sync with upstream by Yury Selivanov · 9 years ago
  9. a6fbcd1 Merge 3.5 (issue #28600) by Yury Selivanov · 9 years ago
  10. 491a912 Issue #28600: Optimize loop.call_soon(). by Yury Selivanov · 9 years ago
  11. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 9 years ago
  12. 6330f2a Merge 3.5 (issue #26796) by Yury Selivanov · 9 years ago
  13. e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 9 years ago
  14. ed05406 Issue #28500: Fix asyncio to handle async gens GC from another thread. by Yury Selivanov · 9 years ago
  15. d2c5fab Merge 3.5 (issue #28371) by Yury Selivanov · 9 years ago
  16. 0de3de6 Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. by Yury Selivanov · 9 years ago
  17. 0035be3 Misc asyncio improvements from upstream (merge 3.5->3.6) by Guido van Rossum · 9 years ago
  18. e3c65a7 Misc asyncio improvements from upstream by Guido van Rossum · 9 years ago
  19. 1b984ff Merge 3.5 (issue #28174) by Yury Selivanov · 9 years ago
  20. 5587d7c Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) by Yury Selivanov · 9 years ago
  21. d070154 Merge 3.5 (issue #27906) by Yury Selivanov · 9 years ago
  22. a1b0e7d Issue #27906: Fix socket accept exhaustion during high TCP traffic. by Yury Selivanov · 9 years ago
  23. 4357cf6 Another asyncio sync. by Yury Selivanov · 9 years ago
  24. 0a91d48 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  25. f6d991d asyncio: Sync with the upstream by Yury Selivanov · 9 years ago
  26. f1024f7 merge by Raymond Hettinger · 9 years ago
  27. 7b3b3dc Merge asyncio upstream. by Guido van Rossum · 9 years ago
  28. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 9 years ago
  29. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 9 years ago
  30. e824315 Merge 3.5 (issue #27392) by Yury Selivanov · 9 years ago
  31. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 9 years ago
  32. 552bf94 Merge 3.5 (issue #27136, asyncio) by Yury Selivanov · 9 years ago
  33. f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo by Yury Selivanov · 9 years ago
  34. 1f56e5f Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  35. a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 9 years ago
  36. 642afb3 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  37. a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 9 years ago
  38. 72005f1 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  39. f0200e0 asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info) by Yury Selivanov · 9 years ago
  40. 010f361 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  41. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 9 years ago
  42. 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 9 years ago
  43. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 9 years ago
  44. 7c3ac2d Merge 3.5 (issue #27040) by Yury Selivanov · 9 years ago
  45. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 9 years ago
  46. 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  47. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 9 years ago
  48. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 9 years ago
  49. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 9 years ago
  50. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 10 years ago
  51. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 10 years ago
  52. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 10 years ago
  53. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 10 years ago
  54. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 10 years ago
  55. 996083d asyncio: Sync with mainstream by Yury Selivanov · 10 years ago
  56. e8944cb asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 10 years ago
  57. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 10 years ago
  58. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 10 years ago
  59. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 10 years ago
  60. a87501f asyncio: BaseEventLoop: rename _owner to _thread_id by Victor Stinner · 11 years ago
  61. 2fc2313 asyncio: Only call _check_resolved_address() in debug mode by Victor Stinner · 11 years ago
  62. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 11 years ago
  63. ff018e4 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  64. 9b524d5 Issue #23208, asyncio: Add BaseEventLoop._current_handle by Victor Stinner · 11 years ago
  65. 2596dd0 asyncio: Close transports on error by Victor Stinner · 11 years ago
  66. 0c2e408 asyncio: BaseEventLoop._create_connection_transport() catchs any exception, not by Victor Stinner · 11 years ago
  67. 442b0ad asyncio: pyflakes, remove unused import by Victor Stinner · 11 years ago
  68. 29ad011 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  69. 15cc678 asyncio: Truncate to 80 columns by Victor Stinner · 11 years ago
  70. 8d9c145 asyncio: _make_ssl_transport: make the waiter parameter optional by Victor Stinner · 11 years ago
  71. 8c1a4a2 Issue #23046: Expose the BaseEventLoop class in the asyncio namespace by Victor Stinner · 11 years ago
  72. 956de69 Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of by Victor Stinner · 11 years ago
  73. 3a1c738 Issue #23074: asyncio.get_event_loop() now raises an exception if the thread by Victor Stinner · 11 years ago
  74. f3e2e09 Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the by Victor Stinner · 11 years ago
  75. e80bf0d Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch by Victor Stinner · 11 years ago
  76. 2d99d93 asyncio: Coroutine objects are now rejected with a TypeError by the following by Victor Stinner · 11 years ago
  77. c8bd53f Issue #22601: run_forever() now consumes BaseException of the temporary task by Victor Stinner · 11 years ago
  78. 68da8fc Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed by Victor Stinner · 11 years ago
  79. 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 11 years ago
  80. b261475 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  81. 5006b1f Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete sentence. by Victor Stinner · 11 years ago
  82. acdb782 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  83. e912e65 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  84. 8ebeb03 asyncio: improve the documentation of servers by Victor Stinner · 11 years ago
  85. b28dbac asyncio, Tulip issue 180: Make Server attributes and methods private by Victor Stinner · 11 years ago
  86. 770e48d asyncio: sync with Tulip by Victor Stinner · 11 years ago
  87. c39ba7d asyncio: sync with Tulip by Victor Stinner · 11 years ago
  88. bfff45d asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits by Victor Stinner · 11 years ago
  89. 896a25a asyncio: sync with Tulip by Victor Stinner · 11 years ago
  90. 98b6391 Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() by Victor Stinner · 11 years ago
  91. b75380f asyncio: sync with Tulip by Victor Stinner · 11 years ago
  92. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 11 years ago
  93. 80f53aa asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and by Victor Stinner · 11 years ago
  94. 751c7c0 asyncio: Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop() by Victor Stinner · 11 years ago
  95. f328c7d asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the by Victor Stinner · 11 years ago
  96. 1580fe3 asyncio, Tulip issue 172: only log selector timing in debug mode by Victor Stinner · 11 years ago
  97. 7b7120e asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG by Victor Stinner · 11 years ago
  98. d6de5d8 asyncio: BaseEventLoop._assert_is_current_event_loop() now only raises an by Victor Stinner · 11 years ago
  99. 0e6f52a asyncio, Tulip issue 105: in debug mode, log callbacks taking more than 100 ms by Victor Stinner · 11 years ago
  100. d143209 Tulip issue 83: document more asyncio functions in docstrings by Victor Stinner · 11 years ago