1. 406204c Backout changeset 6ab2575bc12b by Victor Stinner · 11 years ago
  2. e7a3571 StreamWriter: close() now clears the reference to the transport by Victor Stinner · 11 years ago
  3. c2c12e4 Issue #23198: Reactor asyncio.StreamReader by Victor Stinner · 11 years ago
  4. 70db9e4 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  5. 31e7bfa asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine by Victor Stinner · 11 years ago
  6. acdb782 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  7. 770e48d asyncio: sync with Tulip by Victor Stinner · 11 years ago
  8. 896a25a asyncio: sync with Tulip by Victor Stinner · 11 years ago
  9. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 11 years ago
  10. 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
  11. e3e786c asyncio: Make tests pass on Windows. by Guido van Rossum · 11 years ago
  12. b057c52 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  13. f0020f5 asyncio.streams.StreamReader: Add 'at_eof()' method by Yury Selivanov · 12 years ago
  14. e694c97 asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data by Yury Selivanov · 12 years ago
  15. a849be9 asyncio: Fix misc whitespace issues. by Guido van Rossum · 12 years ago
  16. 4d62d0b asyncio: Refactor drain logic in streams.py to be reusable. by Guido van Rossum · 12 years ago
  17. 8dffc45 Update asyncio from the Tulip project by Victor Stinner · 12 years ago
  18. 183e347 asyncio (Tulip issue 110): StreamReader.read() and StreamReader.readline() now by Victor Stinner · 12 years ago
  19. 3eb45d3 asyncio: Fix open_connection() documentation, writer is a StreamWriter by Victor Stinner · 12 years ago
  20. efef9d3 asyncio: Tiny cleanup in streams.py. by Guido van Rossum · 12 years ago
  21. 6188bd4 Fix typo in asyncio/streams.py. by Guido van Rossum · 12 years ago
  22. 3845521 asyncio: Fix deadlock in readexactly(). Fixes issue #20154. by Guido van Rossum · 12 years ago
  23. 49c96fb asyncio: Add StreamReaderProtocol to __all__. by Guido van Rossum · 12 years ago
  24. 1540b16 asyncio: Add streams.start_server(), by Gustavo Carneiro. by Guido van Rossum · 12 years ago
  25. 355491d Write flow control for asyncio (includes asyncio.streams overhaul). by Guido van Rossum · 12 years ago
  26. 57497ad Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later(). by Guido van Rossum · 12 years ago
  27. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 12 years ago