summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fix typos in code comment and documentationMartin Panter2016-06-041-1/+1
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-021-3/+19
|\ \ | |/
| * asyncio: Fix getaddrinfo to accept service names (for port)Yury Selivanov2016-06-021-3/+19
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-021-1/+1
|\ \ | |/
| * asyncio: Support host=b'' for getaddrinfoYury Selivanov2016-06-021-1/+1
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\ \ | |/
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-211-1/+1
|\ \ | |/
| * asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info)Yury Selivanov2016-05-211-1/+1
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-201-0/+5
|\ \ | |/
| * asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' argYury Selivanov2016-05-201-0/+5
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-201-0/+7
|\ \ | |/
| * asyncio: Fix an SSL warning in StreamReaderProtocol.eof_receivedYury Selivanov2016-05-201-0/+7
* | Merge 3.5 (issue #26741)Victor Stinner2016-05-201-0/+4
|\ \ | |/
| * asyncio: fix ResourceWarning related to subprocessesVictor Stinner2016-05-201-0/+4
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-161-33/+34
|\ \ | |/
| * asyncio/streams: Fix code style; delete LimitOverrunError.message attrYury Selivanov2016-05-161-33/+34
* | Merge 3.5 (Issue #27041)Yury Selivanov2016-05-1612-31/+44
|\ \ | |/
| * Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-1612-31/+44
* | Merge 3.5 (issue #27040)Yury Selivanov2016-05-162-0/+8
|\ \ | |/
| * Issue #27040: Add loop.get_exception_handler methodYury Selivanov2016-05-162-0/+8
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-131-4/+10
|\ \ | |/
| * asyncio: Fix unix pipe transport 'repr' methodsYury Selivanov2016-05-131-4/+10
* | Merge 3.5 (asyncio)Yury Selivanov2016-05-131-4/+7
|\ \ | |/
| * asyncio: Break reference cycle in StreamReaderProtocol.connection_lostYury Selivanov2016-05-131-4/+7
* | Merge 3.5 (issue #26848)Yury Selivanov2016-05-131-1/+1
|\ \ | |/
| * Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.Yury Selivanov2016-05-131-1/+1
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-1/+1
|\ \ | |/
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-151-1/+1
|\ \ | |/
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1