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