index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
streams.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
1
-5/+9
*
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Yurii Karabas
2020-11-26
1
-28/+9
*
bpo-38529: Fix asyncio stream warning (GH-17474)
Andrew Svetlov
2019-12-07
1
-18/+1
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov
2019-09-30
1
-1161/+91
*
bpo-36889: Document Stream class and add docstrings (GH-14488)
Xtreak
2019-09-13
1
-0/+21
*
bpo-38066: Hide internal Stream methods (GH-15762)
Andrew Svetlov
2019-09-10
1
-6/+43
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-2/+2
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
Replace deprecation warning with RuntimeError (GH-14397)
Andrew Svetlov
2019-06-27
1
-4/+2
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [str...
Emmanuel Arias
2019-06-05
1
-0/+16
*
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov
2019-05-27
1
-142/+1094
*
bpo-36801: Temporarily fix regression in writer.drain() (#13330)
Andrew Svetlov
2019-05-14
1
-3/+1
*
bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313)
Andrew Svetlov
2019-05-14
1
-1/+10
*
bpo-36802: Drop awrite()/aclose(), support await write() and await close() in...
Andrew Svetlov
2019-05-09
1
-8/+27
*
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13...
Andrew Svetlov
2019-05-07
1
-8/+13
*
Forbid creating of stream objects outside of asyncio (#13101)
Andrew Svetlov
2019-05-07
1
-16/+51
*
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
Vincent Michel
2018-11-08
1
-6/+0
*
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Andrew Svetlov
2018-09-13
1
-1/+9
*
bpo-34638: Store a weak reference to stream reader to break strong references...
Andrew Svetlov
2018-09-12
1
-10/+81
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-40/+8
*
bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200)
Victor Stinner
2018-05-29
1
-1/+1
*
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
Andrew Svetlov
2018-01-24
1
-9/+27
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
1
-21/+20
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-08
1
-45/+33
*
Fix asyncio.streams.FlowControlMixin docstring typo. (#4578)
John Chen
2017-12-01
1
-1/+1
*
asyncio: Remove asyncio/compat.py (#4606)
Victor Stinner
2017-11-28
1
-1/+0
*
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409
Yury Selivanov
2017-11-15
1
-0/+6
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-17/+9
*
Issue #28370: Speedup asyncio.StreamReader.readexactly
Yury Selivanov
2016-10-05
1
-19/+17
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
1
-0/+6
*
asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received
Yury Selivanov
2016-05-20
1
-0/+7
*
asyncio/streams: Fix code style; delete LimitOverrunError.message attr
Yury Selivanov
2016-05-16
1
-33/+34
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
1
-2/+2
*
asyncio: Break reference cycle in StreamReaderProtocol.connection_lost
Yury Selivanov
2016-05-13
1
-4/+7
*
Issue #26050: Add asyncio.StreamReader.readuntil() method.
Yury Selivanov
2016-01-11
1
-38/+187
*
asyncio: Sync with github
Yury Selivanov
2015-12-11
1
-0/+3
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
1
-1/+1
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
Issue #25441: asyncio: Raise error from drain() when socket is closed.
Guido van Rossum
2015-10-19
1
-0/+9
*
Fix StreamReader.__repr__
Andrew Svetlov
2015-09-29
1
-1/+1
*
asyncio: sync with github
Victor Stinner
2015-07-25
1
-1/+19
*
asyncio: Add asyncio.compat module
Victor Stinner
2015-07-25
1
-2/+2
*
Sync asyncio code from default branch.
Yury Selivanov
2015-05-13
1
-0/+14
*
Issue #23456: Add missing @coroutine decorators in asyncio
Victor Stinner
2015-03-18
1
-0/+1
*
Backout changeset 6ab2575bc12b
Victor Stinner
2015-01-15
1
-21/+4
*
StreamWriter: close() now clears the reference to the transport
Victor Stinner
2015-01-15
1
-4/+21
*
Issue #23198: Reactor asyncio.StreamReader
Victor Stinner
2015-01-13
1
-25/+22
*
asyncio: sync with Tulip
Victor Stinner
2015-01-09
1
-3/+7
*
asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine
Victor Stinner
2014-07-22
1
-19/+18
[next]