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
/
transports.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol
Yury Selivanov
2014-02-19
1
-2/+6
*
asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin
Yury Selivanov
2014-02-18
1
-0/+70
*
asyncio: make PY34 symbol private (rename it to _PY34)
Victor Stinner
2014-01-02
1
-2/+2
*
asyncio: Export all abstract protocol and transport classes. Fixes issue #20029.
Guido van Rossum
2013-12-20
1
-1/+3
*
asyncio: Improve default writelines().
Guido van Rossum
2013-12-03
1
-4/+12
*
asyncio: Use Interface instead of ABC. Fixes issue 19726.
Guido van Rossum
2013-11-30
1
-5/+5
*
Fix typo.
Guido van Rossum
2013-11-23
1
-1/+1
*
Fix transport docstrings
Antoine Pitrou
2013-11-23
1
-5/+5
*
Write flow control for asyncio (includes asyncio.streams overhaul).
Guido van Rossum
2013-10-18
1
-0/+25
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
1
-3/+3
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+186