summaryrefslogtreecommitdiff
path: root/Lib/asyncio/base_events.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Merge 3.5 (issue #28652)Yury Selivanov2016-11-211-12/+10
|\
| * Issue #28652: Partially rollback previous changesYury Selivanov2016-11-211-12/+10
* | Merge 3.5 (issue #28652)Yury Selivanov2016-11-091-11/+45
|\ \ | |/
| * Issue #28652: Make loop methods reject socket kinds they do not support.Yury Selivanov2016-11-091-11/+45
* | Merge 3.5 (issue #28613)Yury Selivanov2016-11-041-2/+3
|\ \ | |/ |/|
| * Merge 3.5 (issue #28600)Yury Selivanov2016-11-031-21/+19
| |\
| * | Issue #28544: Implement asyncio.Task in C.Yury Selivanov2016-10-281-1/+1
| * | Merge 3.5 (issue #26796)Yury Selivanov2016-10-211-1/+5
| |\ \
| | * | Issue #28500: Fix asyncio to handle async gens GC from another thread.Yury Selivanov2016-10-211-0/+3
| | * | Merge 3.5 (issue #28371)Yury Selivanov2016-10-051-1/+2
| | |\ \
| | | * \ Misc asyncio improvements from upstream (merge 3.5->3.6)Guido van Rossum2016-09-301-1/+2
| | | |\ \
| | | | * \ Merge 3.5 (issue #28174)Yury Selivanov2016-09-151-1/+2
| | | | |\ \
| | | | | * \ Merge 3.5 (issue #27906)Yury Selivanov2016-09-151-1/+1
| | | | | |\ \
| | | | | * | | Merge 3.5 (asyncio)Yury Selivanov2016-09-151-8/+16
| | | | | * | | mergeRaymond Hettinger2016-09-091-1/+1
| | | | | |\ \ \
| | | | | * | | | Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-081-2/+55
| | | | | * | | | Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-2/+2
| | | | | * | | | Merge 3.5 (issue #27392)Yury Selivanov2016-07-121-1/+2
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge 3.5 (issue #27136, asyncio)Yury Selivanov2016-06-081-1/+2
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ Merge 3.5 (asyncio)Yury Selivanov2016-06-021-3/+19
| | | | | | | |\ \ \ \
| | | | | | | * \ \ \ \ Merge 3.5 (asyncio)Yury Selivanov2016-06-021-1/+2
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ Merge 3.5 (asyncio)Yury Selivanov2016-05-211-1/+2
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ Merge 3.5 (asyncio)Yury Selivanov2016-05-201-0/+5
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ \ Merge 3.5 (Issue #27041)Yury Selivanov2016-05-161-7/+11
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ Merge 3.5 (issue #27040)Yury Selivanov2016-05-161-1/+2
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ Merge 3.5 (asyncio)Victor Stinner2016-04-011-0/+6
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | Add a source parameter to warnings.warn()Victor Stinner2016-03-231-1/+2
* | | | | | | | | | | | | | | | | | Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-1/+6
* | | | | | | | | | | | | | | | | | asyncio: Sync with upstreamYury Selivanov2016-11-031-0/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Issue #28600: Optimize loop.call_soon().Yury Selivanov2016-11-031-21/+19
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Issue #26796: Don't configure the number of workers for default threadpool ex...Yury Selivanov2016-10-211-4/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.Yury Selivanov2016-10-051-0/+3
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Misc asyncio improvements from upstreamGuido van Rossum2016-09-301-18/+10
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)Yury Selivanov2016-09-151-12/+13
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-151-1/+1
* | | | | | | | | | | | Another asyncio sync.Yury Selivanov2016-09-151-4/+5
* | | | | | | | | | | | asyncio: Sync with the upstreamYury Selivanov2016-09-151-0/+60
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge asyncio upstream.Guido van Rossum2016-09-091-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-121-4/+24
|/ / / / / / / / /
* | | | | | | | | Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-081-69/+47
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | asyncio: Fix getaddrinfo to accept service names (for port)Yury Selivanov2016-06-021-3/+19
|/ / / / / / /
* | | | | | | asyncio: Support host=b'' for getaddrinfoYury Selivanov2016-06-021-1/+1
|/ / / / / /
* | | | | | asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info)Yury Selivanov2016-05-211-1/+1
| |_|_|_|/ |/| | | |
* | | | | asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' argYury Selivanov2016-05-201-0/+5
| |_|_|/ |/| | |
* | | | Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-161-7/+11
|/ / /
* | | Issue #27040: Add loop.get_exception_handler methodYury Selivanov2016-05-161-0/+5
| |/ |/|
* | asyncio: Don't log ConnectionAbortedErrorVictor Stinner2016-04-011-0/+6
|/
* asyncio: Remove duplicate bind addresses in create_server.Yury Selivanov2016-03-021-2/+5
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-161-39/+80