aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/sslproto.py
Commit message (Expand)AuthorAge
* bpo-32069: Drop legacy SSL transport (#4451)Andrew Svetlov2017-11-18
* bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)jlacoline2017-10-19
* Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with...Yury Selivanov2017-06-11
* bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...Nikolay Kim2017-06-10
* Break circular references when closing SSLTransport objects (#981)Michaël Sghaïer2017-06-09
* Closing transport during handshake process leaks socket (#480)Nikolay Kim2017-06-09
* bpo-29617: Remove Python 3.3 support from asyncio (GH-232)INADA Naoki2017-04-25
* bpo-29742: asyncio get_extra_info() throws exception (#525)Nikolay Kim2017-03-12
* Merge 3.5 (issue #28990)Yury Selivanov2016-12-16
|\
| * Issue #28990: Fix SSL hanging if connection is closed before handshake comple...Yury Selivanov2016-12-16
* | Merge 3.5 (issue #23749)Yury Selivanov2016-10-05
|\|
| * asyncio: Add "call_connection_made" arg to SSLProtocol.__init__Yury Selivanov2016-10-05
* | Merge 3.5 (asyncio)Yury Selivanov2016-09-11
|\|
| * asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-11
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-28
|\|
| * asyncio: Fix NameError in sslproto _fatal_error()Yury Selivanov2016-06-28
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-26
|\|
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-26
* | Merge 3.5 (asyncio)Victor Stinner2016-04-01
|\|
| * asyncio: Don't log ConnectionAbortedErrorVictor Stinner2016-04-01
* | Add a source parameter to warnings.warn()Victor Stinner2016-03-23
|/
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-16
* Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-02
* Issue #25114, asyncio: add ssl_object extra info to SSL transportsVictor Stinner2015-09-21
* asyncio: Make sure BaseException is re-raised in SSLProtocolYury Selivanov2015-08-05
* asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-04
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-29
* asyncio: SSL transports now clear their reference to the waiterVictor Stinner2015-01-29
* asyncio: Fix SSLProtocol.eof_received()Victor Stinner2015-01-29
* asyncio: sync with TulipVictor Stinner2015-01-28
* SSLProtocol: set the _transport attribute in the constructorVictor Stinner2015-01-15
* Issue #22560: Fix typo: call -> call_soonVictor Stinner2015-01-15
* Issue #22560: Fix SSLProtocol._on_handshake_complete()Victor Stinner2015-01-15
* Issue #23197, asyncio: On SSL handshake failure, check if the waiter isVictor Stinner2015-01-14
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-14