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
/
test
/
test_asyncio
/
test_transports.py
Commit message (
Expand
)
Author
Age
*
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya
2024-12-18
*
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...
Andrew Svetlov
2022-02-10
*
bpo-38148: Add slots to asyncio transports (GH-16077)
Andrew Svetlov
2019-09-13
*
Improve test coverage (#4924)
Andrew Svetlov
2017-12-19
*
asyncio: Move loop attribute to _FlowControlMixin
Victor Stinner
2014-11-05
*
asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method
Victor Stinner
2014-08-26
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
*
asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol
Yury Selivanov
2014-02-19
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
asyncio: Improve default writelines().
Guido van Rossum
2013-12-02
*
Make various asyncio test files individually runnable
Antoine Pitrou
2013-10-20
*
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