| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|