summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5 (issue #28176)Yury Selivanov2016-09-151-17/+10
|\
| * Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.Yury Selivanov2016-09-151-17/+10
* | Merge 3.5 (asyncio, issue #26909)Yury Selivanov2016-09-151-15/+12
|\ \ | |/
| * Issue #26909: Fix slow pipes IO in asyncio.Yury Selivanov2016-09-151-15/+12
* | Merge 3.5 (issue #26654)Yury Selivanov2016-09-152-14/+15
|\ \ | |/
| * Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-152-14/+15
* | Merge 3.5 (issue #28174)Yury Selivanov2016-09-151-12/+13
|\ \ | |/
| * Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)Yury Selivanov2016-09-151-12/+13
* | Merge 3.5 (issue #27906)Yury Selivanov2016-09-153-35/+42
|\ \ | |/
| * Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-153-35/+42
| * Another asyncio sync.Yury Selivanov2016-09-152-5/+11
| * asyncio: Sync with the upstreamYury Selivanov2016-09-152-0/+64
* | asyncio: Drop debug codeYury Selivanov2016-09-151-4/+1
* | Merge 3.5 (asyncio)Yury Selivanov2016-09-151-8/+16
* | Issue #26182: Raise DeprecationWarning for improper use of async/await keywordsYury Selivanov2016-09-151-1/+6
* | Merge 3.5 (issue #27456)Yury Selivanov2016-09-121-0/+16
|\ \ | |/
| * Issue #27456: asyncio: Set TCP_NODELAY by default.Yury Selivanov2016-09-121-0/+16
* | Merge 3.5 (asyncio)Yury Selivanov2016-09-126-0/+44
|\ \ | |/
| * asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-126-0/+44
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-4/+4
* | mergeRaymond Hettinger2016-09-094-13/+25
|\ \ | |/
| * Merge asyncio upstream.Guido van Rossum2016-09-094-13/+25
* | Rename Future._blocking to _asyncio_future_blocking.Guido van Rossum2016-09-092-5/+14
|\ \ | |/
| * Rename Future._blocking to _asyncio_future_blocking.Guido van Rossum2016-09-092-5/+14
| * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* | Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-093-3/+63
* | Merge asyncio from 3.5Guido van Rossum2016-08-311-10/+21
|\ \ | |/
| * Fix ordering issues in UNIX read/write pipe transport constructors.Guido van Rossum2016-08-311-6/+17
| * Don't select for read on character devices in _UnixWritePipeTransport.Guido van Rossum2016-08-311-4/+4
* | Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-2/+2
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* | In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in...Guido van Rossum2016-08-231-1/+1
|\ \ | |/
| * In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in...Guido van Rossum2016-08-231-1/+1
* | Merge 3.5 (issue #27392)Yury Selivanov2016-07-121-4/+24
|\ \ | |/
| * Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-121-4/+24
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-281-1/+2
|\ \ | |/
| * asyncio: Use socket specs for getaddrinfo() in sock_connect()Yury Selivanov2016-06-281-1/+2
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-281-0/+1
|\ \ | |/
| * asyncio: Fix NameError in sslproto _fatal_error()Yury Selivanov2016-06-281-0/+1
* | Merge 3.5 (issue #22970)Yury Selivanov2016-06-111-1/+7
|\ \ | |/
| * Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.Yury Selivanov2016-06-111-1/+7
* | Merge 3.5 (issue #27223)Yury Selivanov2016-06-111-0/+11
|\ \ | |/
| * Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.Yury Selivanov2016-06-111-0/+11
* | Merge 3.5 (issue #27243)Yury Selivanov2016-06-092-0/+7
|\ \ | |/
| * Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-092-0/+7
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-081-53/+0
|\ \ | |/
| * asyncio: Remove asyncio.timeout() context manager.Yury Selivanov2016-06-081-53/+0
* | Merge 3.5 (issue #27136, asyncio)Yury Selivanov2016-06-083-87/+62
|\ \ | |/
| * Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-083-87/+62
* | Merge typo fixes from 3.5Martin Panter2016-06-041-1/+1
|\ \ | |/