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
/
test
/
test_asyncio
/
test_transports.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38148: Add slots to asyncio transports (GH-16077)
Andrew Svetlov
2019-09-13
1
-4/+9
*
Improve test coverage (#4924)
Andrew Svetlov
2017-12-19
1
-0/+1
*
asyncio: Move loop attribute to _FlowControlMixin
Victor Stinner
2014-11-05
1
-1/+2
*
asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method
Victor Stinner
2014-08-25
1
-0/+2
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
1
-3/+3
*
asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol
Yury Selivanov
2014-02-19
1
-0/+23
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
1
-7/+7
*
asyncio: Improve default writelines().
Guido van Rossum
2013-12-03
1
-2/+8
*
Make various asyncio test files individually runnable
Antoine Pitrou
2013-10-20
1
-0/+4
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
1
-2/+2
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+55