index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
test
/
test_asyncio
/
test_streams.py
Commit message (
Expand
)
Author
Age
*
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya
2025-04-12
*
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner
2025-03-13
*
gh-71339: Use new assertion methods in `test_asyncio` (#129051)
Serhiy Storchaka
2025-01-20
*
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya
2024-12-24
*
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya
2024-12-18
*
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon
2024-10-07
*
gh-124858: fix happy eyeballs refcyles (#124859)
Thomas Grainger
2024-10-02
*
GH-120804: Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatche...
Kumar Aditya
2024-06-21
*
gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)
Bruce Merry
2024-04-11
*
gh-81322: support multiple separators in StreamReader.readuntil (#16429)
Bruce Merry
2024-04-08
*
gh-116112: Fix `ResourceWarning` in `test_asyncio.test_stream` (#116371)
Nikita Sobolev
2024-03-06
*
gh-114914: Avoid keeping dead StreamWriter alive (#115661)
Pierre Ossman (ThinLinc team)
2024-02-27
*
gh-114099: Add test exclusions to support running the test suite on iOS (#114...
Russell Keith-Magee
2024-02-05
*
gh-113538: Don't error in stream reader protocol callback when task is cancel...
Guido van Rossum
2024-01-04
*
gh-112186: Improve test case `test_loop_is_closed_resource_warnings` (#112187)
DPR
2023-11-19
*
gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (...
DPR
2023-11-15
*
gh-111644: Fix asyncio test_unhandled_exceptions() (#111713)
Victor Stinner
2023-11-04
*
GH-110894: Call loop exception handler for exceptions in client_connected_cb ...
Kumar Aditya
2023-11-02
*
GH-106684: raise `ResourceWarning` when `asyncio.StreamWriter` is not closed ...
Kumar Aditya
2023-08-05
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
*
gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams...
Oleg Iarygin
2022-10-07
*
gh-93357: Port test cases to IsolatedAsyncioTestCase, part 2 (#97896)
Oleg Iarygin
2022-10-05
*
gh-93357: Start porting asyncio server test cases to IsolatedAsyncioTestCase ...
Oleg Iarygin
2022-10-04
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
Kumar Aditya
2022-08-29
*
Simplify testing the warning filename (GH-91868)
Serhiy Storchaka
2022-04-24
*
gh-79156: Add start_tls() method to streams API (#91453)
Oleg Iarygin
2022-04-15
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka
2021-12-20
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
*
bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
Christian Heimes
2021-04-12
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Zackery Spytz
2020-11-28
*
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Yurii Karabas
2020-11-26
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
*
bpo-38529: Fix asyncio stream warning (GH-17474)
Andrew Svetlov
2019-12-07
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov
2019-09-29
*
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Andrew Svetlov
2019-09-12
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
*
bpo-38066: Hide internal Stream methods (GH-15762)
Andrew Svetlov
2019-09-10
*
Replace deprecation warning with RuntimeError (GH-14397)
Andrew Svetlov
2019-06-27
*
Make asyncio stream sendfile fail on error (was hang) (GH-14025)
Andrew Svetlov
2019-06-12
*
bpo-37142: Make asyncio stream tests more robust again (GH-13804)
Andrew Svetlov
2019-06-04
*
Make StreamServer.close() tests more robust (GH-13790)
Andrew Svetlov
2019-06-04
*
bpo-37148: Fix asyncio test that check for warning when running the test suit...
Pablo Galindo
2019-06-04
*
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov
2019-05-27
*
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov
2019-05-16
*
bpo-36801: Temporarily fix regression in writer.drain() (#13330)
Andrew Svetlov
2019-05-15
*
bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313)
Andrew Svetlov
2019-05-14
*
bpo-36802: Drop awrite()/aclose(), support await write() and await close() in...
Andrew Svetlov
2019-05-09
[next]