1. 1241ecc Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private by Victor Stinner · 10 years ago
  2. 47cd10d asyncio: sync with Tulip by Victor Stinner · 10 years ago
  3. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 10 years ago
  4. 2934262 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  5. 54a231d asyncio doc: document Protocol state machine by Victor Stinner · 10 years ago
  6. 47bbea7 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  7. 7b5a900 asyncio: BaseSubprocessTransport._kill_wait() now also call close() by Victor Stinner · 10 years ago
  8. fa73779 asyncio: Fix _SelectorSocketTransport constructor by Victor Stinner · 10 years ago
  9. f07801b asyncio: SSL transports now clear their reference to the waiter by Victor Stinner · 10 years ago
  10. b507cba asyncio: Fix SSLProtocol.eof_received() by Victor Stinner · 10 years ago
  11. ff018e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  12. 41063d2 asyncio, Tulip issue 204: Fix IocpProactor.recv() by Victor Stinner · 10 years ago
  13. 24dfa3c Issue #23095, asyncio: Fix _WaitHandleFuture.cancel() by Victor Stinner · 10 years ago
  14. e0fd157 Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine by Victor Stinner · 10 years ago
  15. 2a3f38f asyncio: PipeHandle.fileno() now raises an exception if the pipe is closed by Victor Stinner · 10 years ago
  16. a19b7b3 asyncio: Fix ProactorEventLoop.start_serving_pipe() by Victor Stinner · 10 years ago
  17. 9b524d5 Issue #23208, asyncio: Add BaseEventLoop._current_handle by Victor Stinner · 10 years ago
  18. 3d2256f Issue #23293, asyncio: Cleanup IocpProactor.close() by Victor Stinner · 10 years ago
  19. 2596dd0 asyncio: Close transports on error by Victor Stinner · 10 years ago
  20. 2b77c54 asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() by Victor Stinner · 10 years ago
  21. 7ffa2c5 Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() by Victor Stinner · 10 years ago
  22. 752aba7 asyncio: IocpProactor.close() doesn't cancel anymore futures which are already by Victor Stinner · 10 years ago
  23. 1ca9392 Issue #23095, asyncio: IocpProactor.close() must not cancel pending by Victor Stinner · 10 years ago
  24. 0c2e408 asyncio: BaseEventLoop._create_connection_transport() catchs any exception, not by Victor Stinner · 10 years ago
  25. d0a28de Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() by Victor Stinner · 10 years ago
  26. 442b0ad asyncio: pyflakes, remove unused import by Victor Stinner · 10 years ago
  27. cd0f7f9 asyncio: Enhance BaseProactorEventLoop._loop_self_reading() by Victor Stinner · 10 years ago
  28. 406204c Backout changeset 6ab2575bc12b by Victor Stinner · 10 years ago
  29. 922bc2c Closes #23219: cancelling asyncio.wait_for() now cancels the task by Victor Stinner · 10 years ago
  30. 4bf22e0 asyncio: Close the transport on subprocess creation failure by Victor Stinner · 10 years ago
  31. fcd58de asyncio: Fix _ProactorBasePipeTransport.close() by Victor Stinner · 10 years ago
  32. 79c93ba asyncio: Fix _ProactorBasePipeTransport.__repr__() by Victor Stinner · 10 years ago
  33. 41ed958 Issue #23243: Fix asyncio._UnixWritePipeTransport.close() by Victor Stinner · 10 years ago
  34. 7e222f4 SSLProtocol: set the _transport attribute in the constructor by Victor Stinner · 10 years ago
  35. 791009b Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocess by Victor Stinner · 10 years ago
  36. 72bdefb Issue #22560: Fix typo: call -> call_soon by Victor Stinner · 10 years ago
  37. 042dad7 Issue #22560: Fix SSLProtocol._on_handshake_complete() by Victor Stinner · 10 years ago
  38. e7a3571 StreamWriter: close() now clears the reference to the transport by Victor Stinner · 10 years ago
  39. 29ad011 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  40. b92626d Issue #23197: On SSL handshake failure on matching hostname, check if the by Victor Stinner · 10 years ago
  41. 177e9f0 Issue #23197, asyncio: On SSL handshake failure, check if the waiter is by Victor Stinner · 10 years ago
  42. f651a60 Python issue #23173: sync with Tulip by Victor Stinner · 10 years ago
  43. c2c12e4 Issue #23198: Reactor asyncio.StreamReader by Victor Stinner · 10 years ago
  44. 231b404 Issue #22560: New SSL implementation based on ssl.MemoryBIO by Victor Stinner · 10 years ago
  45. b86a968 Issue #22922: Fix ProactorEventLoop.close() by Victor Stinner · 10 years ago
  46. 587feb1 Issue #23209: Break some reference cycles in asyncio. Patch written by Martin by Victor Stinner · 10 years ago
  47. 70db9e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  48. 3531d90 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  49. 15cc678 asyncio: Truncate to 80 columns by Victor Stinner · 10 years ago
  50. 8d9c145 asyncio: _make_ssl_transport: make the waiter parameter optional by Victor Stinner · 10 years ago
  51. c447ba0 Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of by Victor Stinner · 10 years ago
  52. 8c1a4a2 Issue #23046: Expose the BaseEventLoop class in the asyncio namespace by Victor Stinner · 10 years ago
  53. 956de69 Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of by Victor Stinner · 10 years ago
  54. 952ec98 asyncio doc: update also Queue docstrings by Victor Stinner · 10 years ago
  55. 4d825b4 asyncio: IocpProactor.wait_for_handle() test now also checks the result of the by Victor Stinner · 10 years ago
  56. 1b9763d asyncio: sync with Tulip by Victor Stinner · 10 years ago
  57. 3a1c738 Issue #23074: asyncio.get_event_loop() now raises an exception if the thread by Victor Stinner · 10 years ago
  58. 1e40f10 asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3 by Victor Stinner · 10 years ago
  59. df75d5b asyncio, tulip issue 202: Add unit test of pause/resume writing for proactor by Victor Stinner · 10 years ago
  60. f3e2e09 Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the by Victor Stinner · 10 years ago
  61. 4c85ec9 Issue #22922: Fix ProactorEventLoop.close() by Victor Stinner · 10 years ago
  62. e80bf0d Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch by Victor Stinner · 10 years ago
  63. fe22e09 asyncio: Initialize more Future and Task attributes in the class definition to by Victor Stinner · 10 years ago
  64. d87de83 Closes #22475: asyncio doc, fix Task.get_stack() doc by Victor Stinner · 10 years ago
  65. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  66. 5ef586f Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader by Victor Stinner · 10 years ago
  67. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  68. 5e63120 asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling by Victor Stinner · 10 years ago
  69. 2d99d93 asyncio: Coroutine objects are now rejected with a TypeError by the following by Victor Stinner · 10 years ago
  70. 662fd5f asyncio: Fix formatting of the "Future exception was never retrieved" in by Victor Stinner · 10 years ago
  71. e36fcde - Issue #22841: Reject coroutines in asyncio add_signal_handler(). by Guido van Rossum · 10 years ago
  72. 004adb9 asyncio: Move loop attribute to _FlowControlMixin by Victor Stinner · 10 years ago
  73. fd39a89 Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. by Antoine Pitrou · 10 years ago
  74. f67f460 Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if by Victor Stinner · 10 years ago
  75. 0e34dc3 asyncio: enhance protocol representation by Victor Stinner · 10 years ago
  76. c8bd53f Issue #22601: run_forever() now consumes BaseException of the temporary task by Victor Stinner · 10 years ago
  77. 68da8fc Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed by Victor Stinner · 10 years ago
  78. 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 10 years ago
  79. 8c0e0ab asyncio.unix_events: Move import statement to match tulip code by Yury Selivanov · 10 years ago
  80. 8e069d5 Apply asyncio Task English fixes to docstrings as well. by R David Murray · 10 years ago
  81. 1b38bc6 asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 10 years ago
  82. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  83. d5aeccf9 asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_connect() by Victor Stinner · 10 years ago
  84. 59e0802 asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 10 years ago
  85. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
  86. b261475 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  87. 9c9f1f1 Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, by Victor Stinner · 10 years ago
  88. f2ed889 asyncio: Use the new os.set_blocking() function of Python 3.5 if available by Victor Stinner · 10 years ago
  89. 313a980 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  90. 42d3bde asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped by Victor Stinner · 10 years ago
  91. f21fcd0 Accept optional lock object in Condition ctor (tulip issue #198) by Andrew Svetlov · 10 years ago
  92. 51e44ea Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the by Victor Stinner · 10 years ago
  93. 65dd69a asyncio: sync with Tulip by Victor Stinner · 10 years ago
  94. 18a28dc asyncio: sync with Tulip by Victor Stinner · 10 years ago
  95. fea6a10 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  96. 5006b1f Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete sentence. by Victor Stinner · 10 years ago
  97. c4c4649 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  98. 31e7bfa asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine by Victor Stinner · 10 years ago
  99. be0a2d7 Fix asyncio.__all__: export also unix_events and windows_events symbols by Victor Stinner · 10 years ago
  100. fe5649c Python issue #21645, Tulip issue 192: Rewrite signal handling by Victor Stinner · 10 years ago