Commit message (Collapse) | 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 |
| | | | | See https://github.com/python/asyncio/pull/291 for details. | ||||
* | 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 |
| | | | | | | | | | * Fix ResourceWarning warnings in test_streams * Return True from StreamReader.eof_received() to fix http://bugs.python.org/issue24539 (but still needs a unittest). Add StreamReader.__repr__() for easy debugging. * remove unused imports * Issue #234: Drop JoinableQueue on Python 3.5+ | ||||
* | asyncio: Add asyncio.compat module | Victor Stinner | 2015-07-25 | 1 | -7/+3 |
| | | | | | Move compatibility helpers for the different Python versions to a new asyncio.compat module. | ||||
* | asyncio: Move loop attribute to _FlowControlMixin | Victor Stinner | 2014-11-05 | 1 | -1/+3 |
| | | | | | | | | | Move the _loop attribute from the constructor of _SelectorTransport, _ProactorBasePipeTransport and _UnixWritePipeTransport classes to the constructor of the _FlowControlMixin class. Add also an assertion to explicit that the parent class must ensure that the loop is defined (not None) | ||||
* | 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 ↵ | Guido van Rossum | 2013-10-18 | 1 | -3/+3 |
| | | | | timeout in test_call_later(). | ||||
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+186 |