summaryrefslogtreecommitdiff
path: root/Lib/asyncio/selector_events.py
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5 (issue #28369)Yury Selivanov2016-10-051-48/+79
|\
| * Issue #28369: Raise an error when transport's FD is used with add_readerYury Selivanov2016-10-051-48/+79
* | 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 (issue #27906)Yury Selivanov2016-09-151-33/+40
|\ \ | |/
| * Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-151-33/+40
* | Merge 3.5 (issue #27456)Yury Selivanov2016-09-111-0/+16
|\ \ | |/
| * Issue #27456: asyncio: Set TCP_NODELAY by default.Yury Selivanov2016-09-111-0/+16
* | Merge 3.5 (asyncio)Yury Selivanov2016-09-111-1/+2
|\ \ | |/ |/|
| * Merge 3.5 (asyncio)Yury Selivanov2016-06-281-1/+2
| |\
| | * Merge 3.5 (issue #27223)Yury Selivanov2016-06-111-1/+2
| | |\
| | | * Merge 3.5 (issue #27136, asyncio)Yury Selivanov2016-06-081-1/+2
| | | |\
| | | | * Merge 3.5 (Issue #27041)Yury Selivanov2016-05-161-5/+5
| | | | |\
| | | | * \ Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-1/+2
| | | | |\ \
| | | | | * \ Merge 3.5 (asyncio)Victor Stinner2016-04-011-2/+1
| | | | | |\ \
| | | | | * | | Add a source parameter to warnings.warn()Victor Stinner2016-03-231-1/+2
* | | | | | | | asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-111-0/+6
|/ / / / / / /
* | | | | | | asyncio: Use socket specs for getaddrinfo() in sock_connect()Yury Selivanov2016-06-281-1/+2
|/ / / / / /
* | | | | | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.Yury Selivanov2016-06-111-0/+11
|/ / / / /
* | | | | Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-081-10/+14
| |_|_|/ |/| | |
* | | | Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-161-5/+5
|/ / /
* | | Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
| |/ |/|
* | asyncio: Don't log ConnectionAbortedErrorVictor Stinner2016-04-011-2/+1
|/
* Fix error message in asyncio.selector_events.Victor Stinner2016-02-011-6/+6
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-161-2/+1
* asyncio: Cleanup Future APIYury Selivanov2015-11-171-2/+4
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-161-0/+3
* Issue #25114, asyncio: add ssl_object extra info to SSL transportsVictor Stinner2015-09-211-0/+1
* asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-041-2/+2
* Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()Victor Stinner2015-04-071-8/+6
* asyncio: Fix _SelectorTransport.__repr__() if the event loop is closedVictor Stinner2015-03-271-1/+1
* asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-041-1/+2
* asyncio: BaseSelectorEventLoop uses directly the private _debug attributeVictor Stinner2015-02-041-5/+5
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-291-0/+16
* asyncio: sync with TulipVictor Stinner2015-01-291-6/+38
* asyncio: sync with TulipVictor Stinner2015-01-291-3/+10
* asyncio: Fix _SelectorSocketTransport constructorVictor Stinner2015-01-291-1/+3
* asyncio: SSL transports now clear their reference to the waiterVictor Stinner2015-01-291-11/+16
* asyncio: pyflakes, remove unused importVictor Stinner2015-01-211-1/+0
* asyncio: sync with TulipVictor Stinner2015-01-151-2/+3
* Issue #23197: On SSL handshake failure on matching hostname, check if theVictor Stinner2015-01-141-1/+2
* Issue #23197, asyncio: On SSL handshake failure, check if the waiter isVictor Stinner2015-01-141-1/+1
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-141-21/+24
* asyncio: sync with TulipVictor Stinner2015-01-091-1/+0
* asyncio: sync with TulipVictor Stinner2015-01-091-3/+3
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-091-3/+4
* asyncio: _make_ssl_transport: make the waiter parameter optionalVictor Stinner2015-01-081-2/+2
* Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-261-1/+1
* don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-1/+1
* asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before callingVictor Stinner2014-11-211-1/+3