summaryrefslogtreecommitdiff
path: root/Lib/asyncio/protocols.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33694: Fix typo in helper function name (GH-7522)Miss Islington (bot)2018-06-081-1/+1
* bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499)Miss Islington (bot)2018-06-081-0/+19
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Miss Islington (bot)2018-05-281-5/+5
* [3.7] Fix duplicating words words. (GH-6296) (GH-6297)Serhiy Storchaka2018-03-281-1/+1
* bpo-32251: Fix docs (#5408)Yury Selivanov2018-01-281-1/+1
* bpo-32251: Implement asyncio.BufferedProtocol. (#4755)Yury Selivanov2018-01-281-1/+56
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-101-3/+5
* asyncio doc: document Protocol state machineVictor Stinner2015-01-291-0/+5
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-181-1/+1
* asyncio: Export all abstract protocol and transport classes. Fixes issue #20029.Guido van Rossum2013-12-201-1/+2
* asyncio: Use Interface instead of ABC. Fixes issue 19726.Guido van Rossum2013-11-301-4/+4
* asyncio: Replace connection_refused() with error_received().Guido van Rossum2013-11-151-5/+7
* Write flow control for asyncio (includes asyncio.streams overhaul).Guido van Rossum2013-10-181-0/+28
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+98