index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
streams.py
Commit message (
Expand
)
Author
Age
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-09
*
Fix asyncio.streams.FlowControlMixin docstring typo. (#4578)
John Chen
2017-12-01
*
asyncio: Remove asyncio/compat.py (#4606)
Victor Stinner
2017-11-28
*
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409
Yury Selivanov
2017-11-15
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
*
Issue #28370: Speedup asyncio.StreamReader.readexactly
Yury Selivanov
2016-10-05
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
*
asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received
Yury Selivanov
2016-05-20
*
asyncio/streams: Fix code style; delete LimitOverrunError.message attr
Yury Selivanov
2016-05-16
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
*
asyncio: Break reference cycle in StreamReaderProtocol.connection_lost
Yury Selivanov
2016-05-13
*
Issue #26050: Add asyncio.StreamReader.readuntil() method.
Yury Selivanov
2016-01-11
*
asyncio: Sync with github
Yury Selivanov
2015-12-11
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
*
Issue #25441: asyncio: Raise error from drain() when socket is closed.
Guido van Rossum
2015-10-19
*
Fix StreamReader.__repr__
Andrew Svetlov
2015-09-29
*
asyncio: sync with github
Victor Stinner
2015-07-25
*
asyncio: Add asyncio.compat module
Victor Stinner
2015-07-25
*
Sync asyncio code from default branch.
Yury Selivanov
2015-05-13
*
Issue #23456: Add missing @coroutine decorators in asyncio
Victor Stinner
2015-03-18
*
Backout changeset 6ab2575bc12b
Victor Stinner
2015-01-15
*
StreamWriter: close() now clears the reference to the transport
Victor Stinner
2015-01-15
*
Issue #23198: Reactor asyncio.StreamReader
Victor Stinner
2015-01-14
*
asyncio: sync with Tulip
Victor Stinner
2015-01-09
*
asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine
Victor Stinner
2014-07-22
*
asyncio: sync with Tulip
Victor Stinner
2014-07-14
*
asyncio: sync with Tulip
Victor Stinner
2014-07-11
*
asyncio: sync with Tulip
Victor Stinner
2014-07-08
*
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-29
*
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...
Guido van Rossum
2014-05-12
*
asyncio: Make tests pass on Windows.
Guido van Rossum
2014-02-18
*
asyncio: Add support for UNIX Domain Sockets.
Yury Selivanov
2014-02-18
*
asyncio.streams.StreamReader: Add 'at_eof()' method
Yury Selivanov
2014-02-06
*
asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data
Yury Selivanov
2014-02-05
*
asyncio: Fix misc whitespace issues.
Guido van Rossum
2014-01-30
*
asyncio: Refactor drain logic in streams.py to be reusable.
Guido van Rossum
2014-01-29
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
asyncio (Tulip issue 110): StreamReader.read() and StreamReader.readline() now
Victor Stinner
2014-01-23
*
asyncio: Fix open_connection() documentation, writer is a StreamWriter
Victor Stinner
2014-01-23
*
asyncio: Tiny cleanup in streams.py.
Guido van Rossum
2014-01-10
*
Fix typo in asyncio/streams.py.
Guido van Rossum
2014-01-07
*
asyncio: Fix deadlock in readexactly(). Fixes issue #20154.
Guido van Rossum
2014-01-06
*
asyncio: Add StreamReaderProtocol to __all__.
Guido van Rossum
2013-11-25
*
asyncio: Add streams.start_server(), by Gustavo Carneiro.
Guido van Rossum
2013-11-19
*
Write flow control for asyncio (includes asyncio.streams overhaul).
Guido van Rossum
2013-10-18
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17