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
*
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
Jamie Phan
2024-02-17
1
-0/+2
*
Remove trailing spaces (GH-31695)
Serhiy Storchaka
2022-03-05
1
-2/+2
*
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...
Emiya
2022-02-01
1
-0/+6
*
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
Cleber Rosa
2020-08-20
1
-2/+2
*
bpo-38148: Add slots to asyncio transports (GH-16077)
Andrew Svetlov
2019-09-13
1
-0/+14
*
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov
2019-05-27
1
-2/+6
*
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov
2017-12-18
1
-0/+4
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
1
-8/+11
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
1
-3/+1
*
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-12
1
-0/+8
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
1
-0/+4
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
asyncio: sync with github
Victor Stinner
2015-07-25
1
-2/+0
*
asyncio: Add asyncio.compat module
Victor Stinner
2015-07-25
1
-7/+3
*
asyncio: Move loop attribute to _FlowControlMixin
Victor Stinner
2014-11-05
1
-1/+3
*
asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method
Victor Stinner
2014-08-25
1
-0/+3
*
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