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_server.py
Commit message (
Expand
)
Author
Age
*
GH-79033: Fix asyncio.Server.wait_closed() (#98582)
Guido van Rossum
2022-11-24
*
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Yurii Karabas
2020-11-26
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
*
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov
2019-05-27
*
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') ...
Yury Selivanov
2019-05-27
*
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
xdegaye
2019-05-03
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-01
*
bpo-32662: Try making test_asyncio.test_server more reliable (#5338)
Yury Selivanov
2018-01-26
*
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
Yury Selivanov
2018-01-25