1. 3f438a9 asyncio: Remove asyncio/compat.py (#4606) by Victor Stinner · 7 years ago
  2. 43605e6 bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409 by Yury Selivanov · 7 years ago
  3. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 7 years ago
  4. 3e56ff0 Issue #28370: Speedup asyncio.StreamReader.readexactly by Yury Selivanov · 8 years ago
  5. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  6. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  7. 3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received by Yury Selivanov · 8 years ago
  8. b461791 asyncio/streams: Fix code style; delete LimitOverrunError.message attr by Yury Selivanov · 8 years ago
  9. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  10. 32dae3d asyncio: Break reference cycle in StreamReaderProtocol.connection_lost by Yury Selivanov · 8 years ago
  11. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 9 years ago
  12. dddc781 asyncio: Sync with github by Yury Selivanov · 9 years ago
  13. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 9 years ago
  14. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  15. c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. by Guido van Rossum · 9 years ago
  16. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  17. eaf16ab asyncio: sync with github by Victor Stinner · 9 years ago
  18. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 9 years ago
  19. d08c363 Sync asyncio code from default branch. by Yury Selivanov · 9 years ago
  20. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 10 years ago
  21. 406204c Backout changeset 6ab2575bc12b by Victor Stinner · 10 years ago
  22. e7a3571 StreamWriter: close() now clears the reference to the transport by Victor Stinner · 10 years ago
  23. c2c12e4 Issue #23198: Reactor asyncio.StreamReader by Victor Stinner · 10 years ago
  24. 70db9e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  25. 31e7bfa asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine by Victor Stinner · 10 years ago
  26. acdb782 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  27. 770e48d asyncio: sync with Tulip by Victor Stinner · 10 years ago
  28. 896a25a asyncio: sync with Tulip by Victor Stinner · 10 years ago
  29. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago
  30. bf88ffb asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit. by Guido van Rossum · 10 years ago
  31. e3e786c asyncio: Make tests pass on Windows. by Guido van Rossum · 11 years ago
  32. b057c52 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  33. f0020f5 asyncio.streams.StreamReader: Add 'at_eof()' method by Yury Selivanov · 11 years ago
  34. e694c97 asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data by Yury Selivanov · 11 years ago
  35. a849be9 asyncio: Fix misc whitespace issues. by Guido van Rossum · 11 years ago
  36. 4d62d0b asyncio: Refactor drain logic in streams.py to be reusable. by Guido van Rossum · 11 years ago
  37. 8dffc45 Update asyncio from the Tulip project by Victor Stinner · 11 years ago
  38. 183e347 asyncio (Tulip issue 110): StreamReader.read() and StreamReader.readline() now by Victor Stinner · 11 years ago
  39. 3eb45d3 asyncio: Fix open_connection() documentation, writer is a StreamWriter by Victor Stinner · 11 years ago
  40. efef9d3 asyncio: Tiny cleanup in streams.py. by Guido van Rossum · 11 years ago
  41. 6188bd4 Fix typo in asyncio/streams.py. by Guido van Rossum · 11 years ago
  42. 3845521 asyncio: Fix deadlock in readexactly(). Fixes issue #20154. by Guido van Rossum · 11 years ago
  43. 49c96fb asyncio: Add StreamReaderProtocol to __all__. by Guido van Rossum · 11 years ago
  44. 1540b16 asyncio: Add streams.start_server(), by Gustavo Carneiro. by Guido van Rossum · 11 years ago
  45. 355491d Write flow control for asyncio (includes asyncio.streams overhaul). by Guido van Rossum · 11 years ago
  46. 57497ad Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later(). by Guido van Rossum · 11 years ago
  47. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago