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