1. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 10 years ago
  2. 4bd652a asyncio: Document Task.cancel() properly. by Victor Stinner · 10 years ago
  3. 93569c2 asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current by Victor Stinner · 10 years ago
  4. e6a5379 asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is by Victor Stinner · 10 years ago
  5. eeeebcd asyncio: Synchronize with Tulip by Victor Stinner · 10 years ago
  6. d74ac82 asyncio, Tulip issue 158: Task._step() now also sets self to None if an by Victor Stinner · 10 years ago
  7. c89c8a7 asyncio/windows_events.py: use more revelant names to overlapped callbacks by Victor Stinner · 10 years ago
  8. f5e3703 asyncio: Fix pyflakes warnings: remove unused variables and imports by Victor Stinner · 10 years ago
  9. 24ba203 asyncio: Replace "unittest.mock" with "mock" in unit tests by Victor Stinner · 10 years ago
  10. a90e8ed asyncio: _check_resolved_address() must also accept IPv6 without flow_info and by Victor Stinner · 10 years ago
  11. 013dece asyncio: Fix _check_resolved_address() for IPv6 address by Victor Stinner · 10 years ago
  12. da492a8 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 10 years ago
  13. 2c7203c asyncio: Fix _ProactorWritePipeTransport._pipe_closed() by Victor Stinner · 10 years ago
  14. cdb476b asyncio.subprocess: Fix a race condition in communicate() by Victor Stinner · 10 years ago
  15. 7ef60cd asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 10 years ago
  16. 2d01c0a asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol by Yury Selivanov · 10 years ago
  17. b41a42e asyncio: pep8-ify the code. by Yury Selivanov · 10 years ago
  18. b0b0e62 asyncio: Fix spelling and typos. by Yury Selivanov · 10 years ago
  19. 884e40b asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and by Victor Stinner · 10 years ago
  20. 065ca25 asyncio, Tulip issue 139: Improve error messages on "fatal errors" by Victor Stinner · 10 years ago
  21. c098241 asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin by Yury Selivanov · 10 years ago
  22. ff827f0 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 10 years ago
  23. 59a5533 asyncio: Make tests pass on Windows. by Guido van Rossum · 10 years ago
  24. 88a5bf0 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 10 years ago
  25. 2877346 ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 10 years ago
  26. b58f053 asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #20566. by Guido van Rossum · 10 years ago
  27. ee6dc42 asyncio.events: Use __slots__ in Handle and TimerHandle by Yury Selivanov · 10 years ago
  28. 2371e25 Issue #20505: Remove debug code by Victor Stinner · 10 years ago
  29. eb74876 asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if by Victor Stinner · 10 years ago
  30. 4e8d2f2 asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell by Victor Stinner · 10 years ago
  31. a125497 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), by Victor Stinner · 10 years ago
  32. 1db2ba3 Issue #20505: use also the monotonic time to decide if asyncio debug traces by Victor Stinner · 10 years ago
  33. 5d1ea04 Issue #20505: Oops, only print debug info if selector.select(timeout) took less by Victor Stinner · 10 years ago
  34. 7bff8e1 Issue #20505: Improve debug info in asyncio event loop by Victor Stinner · 10 years ago
  35. 06847d9 Issue #20505: Fix TestLoop, set the clock resolution by Victor Stinner · 10 years ago
  36. 6cf5c96 Issue #20505: BaseEventLoop uses again the resolution of the clock to decide if by Victor Stinner · 10 years ago
  37. 1c143b1 Issue #20505: Add debug info to analyze sporaric failures of by Victor Stinner · 10 years ago
  38. dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 10 years ago
  39. 09f08fe asyncio: Remove more relics of resolution/granularity. by Guido van Rossum · 10 years ago
  40. 0c3949c asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent by Victor Stinner · 10 years ago
  41. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 10 years ago
  42. 3e7cc03 Issue #20505: add debug info by Victor Stinner · 10 years ago
  43. 622be34 asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines by Yury Selivanov · 10 years ago
  44. f317cb7 asyncio.tasks.gather: Fix docstring by Yury Selivanov · 10 years ago
  45. f0020f5 asyncio.streams.StreamReader: Add 'at_eof()' method by Yury Selivanov · 10 years ago
  46. e694c97 asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data by Yury Selivanov · 10 years ago
  47. 83bdfa0 asyncio: Fix _ProactorWritePipeTransport._pipe_closed() by Victor Stinner · 10 years ago
  48. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 10 years ago
  49. 915bcb0 Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module by Victor Stinner · 10 years ago
  50. 1506df2 Issue #20455: Add a resolution attribute to IocpProactor (1 ms) by Victor Stinner · 11 years ago
  51. f2e1768 Issue #20455: asyncio: use the same code to round a timeout than the selectors by Victor Stinner · 11 years ago
  52. b60e9ca Issue #20455: asyncio: write a new write pipe transport class for proactor (on by Victor Stinner · 11 years ago
  53. 61b3c9b asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeError when the pipe is by Victor Stinner · 11 years ago
  54. 49d0f4e Issue #20452: Remove debug code, no more needed by Victor Stinner · 11 years ago
  55. 323748e asyncio: Fix error message in BaseEventLoop.subprocess_shell(). Patch written by Victor Stinner · 11 years ago
  56. dcd9740 Issue #20452: select and selectors round (again) timeout away from zero for by Victor Stinner · 11 years ago
  57. 31f6504 Issue #20452: Oops, fix debug code :-/ by Victor Stinner · 11 years ago
  58. 0278032 Issue #20452: add more info in case of test_asyncio failure to try to debug the by Victor Stinner · 11 years ago
  59. a849be9 asyncio: Fix misc whitespace issues. by Guido van Rossum · 11 years ago
  60. 1c16537 asyncio: Fix granularity of test_utils.TestLoop. by Victor Stinner · 11 years ago
  61. 9572898 asyncio: Future.set_exception(exc) should instantiate exc if it is a class. by Victor Stinner · 11 years ago
  62. e623a12 asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instead of assert. by Victor Stinner · 11 years ago
  63. 73f10fd asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor. by Victor Stinner · 11 years ago
  64. 48c66c3 asyncio: wait_for() now accepts None as timeout (Victor Stinner). by Guido van Rossum · 11 years ago
  65. 1e9a446 asyncio: Pass through pause/resume from subprocess pipe proto to subprocess proto. Also kill dummy eof_received(). by Guido van Rossum · 11 years ago
  66. 4d62d0b asyncio: Refactor drain logic in streams.py to be reusable. by Guido van Rossum · 11 years ago
  67. aaabc4f asyncio: Get rid of _try_connected(). by Victor Stinner · 11 years ago
  68. 47fb97e asyncio: Add write flow control to unix pipes. by Guido van Rossum · 11 years ago
  69. 3ccead1 asyncio: Refactoring: move write flow control to a subclass/mixin. by Guido van Rossum · 11 years ago
  70. 63b4d4b asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTransport shouldn't log BrokenPipeError nor ConnectionResetError. by Victor Stinner · 11 years ago
  71. 7aedea4 asyncio: remove temporary aliases by Victor Stinner · 11 years ago
  72. 0742cae Merge latest Tulip into asyncio by Andrew Svetlov · 11 years ago
  73. fef7098 asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them from queue.py. by Guido van Rossum · 11 years ago
  74. ab3c889 asyncio: Locks refactor: use a separate context manager; remove Semaphore._locked. by Guido van Rossum · 11 years ago
  75. ab27a9f asyncio: Fix race in FastChildWatcher (by its original author, Anthony Baire). by Guido van Rossum · 11 years ago
  76. 669eeaf Merge latest Tulip into asyncio by Victor Stinner · 11 years ago
  77. 128ee22 asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor by Victor Stinner · 11 years ago
  78. 8dffc45 Update asyncio from the Tulip project by Victor Stinner · 11 years ago
  79. 75a5ec8 Fix asyncio tests: define resolution by Victor Stinner · 11 years ago
  80. f67255a Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum by Victor Stinner · 11 years ago
  81. 421e49b asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo by Victor Stinner · 11 years ago
  82. 183e347 asyncio (Tulip issue 110): StreamReader.read() and StreamReader.readline() now by Victor Stinner · 11 years ago
  83. 3eb45d3 asyncio: Fix open_connection() documentation, writer is a StreamWriter by Victor Stinner · 11 years ago
  84. 4a2dbeb asyncio: Cleanup logging in BaseEventLoop._run_once() by Victor Stinner · 11 years ago
  85. 22463aa Close #20275: Optimize BaseEventLoop._run_once() by Victor Stinner · 11 years ago
  86. e1f5544 asyncio: Reincarnate CoroWrapper's docstring as a comment. by Guido van Rossum · 11 years ago
  87. bac7793 asyncio: Fix CoroWrapper (fix my previous commit) by Victor Stinner · 11 years ago
  88. 4d7a29c asyncio: Fix a typo in CoroWrapper by Victor Stinner · 11 years ago
  89. 7de2646 Cleanup properly proactor event loop by Victor Stinner · 11 years ago
  90. 02757ea asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders. by Guido van Rossum · 11 years ago
  91. 4835f17 asyncio: Fix race in subprocess transport, by Victor Stinner. by Guido van Rossum · 11 years ago
  92. efef9d3 asyncio: Tiny cleanup in streams.py. by Guido van Rossum · 11 years ago
  93. 2407f3b asyncio: Don't special-case GeneratorExit in Condition.wait(). by Guido van Rossum · 11 years ago
  94. 6188bd4 Fix typo in asyncio/streams.py. by Guido van Rossum · 11 years ago
  95. 3845521 asyncio: Fix deadlock in readexactly(). Fixes issue #20154. by Guido van Rossum · 11 years ago
  96. 6f055e7 asyncio: make PY34 symbol private (rename it to _PY34) by Victor Stinner · 11 years ago
  97. 68816ef Export asyncio.iscoroutine[function]. by Guido van Rossum · 11 years ago
  98. 68600c7 asyncio: Fix space in log message about poll time. by Guido van Rossum · 11 years ago
  99. e40c078 Issue #19967: Defer the formating of the traceback in asyncio.Future destructor by Victor Stinner · 11 years ago
  100. ac97bf4 asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. by Guido van Rossum · 11 years ago