summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/sslproto.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25114, asyncio: add ssl_object extra info to SSL transportsVictor Stinner2015-09-211-0/+4
* asyncio: Make sure BaseException is re-raised in SSLProtocolYury Selivanov2015-08-051-1/+6
* asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-041-2/+2
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-291-0/+13
* asyncio: SSL transports now clear their reference to the waiterVictor Stinner2015-01-281-7/+13
* asyncio: Fix SSLProtocol.eof_received()Victor Stinner2015-01-281-0/+4
* asyncio: sync with TulipVictor Stinner2015-01-271-1/+0
* SSLProtocol: set the _transport attribute in the constructorVictor Stinner2015-01-151-0/+1
* Issue #22560: Fix typo: call -> call_soonVictor Stinner2015-01-151-1/+1
* Issue #22560: Fix SSLProtocol._on_handshake_complete()Victor Stinner2015-01-151-2/+6
* Issue #23197, asyncio: On SSL handshake failure, check if the waiter isVictor Stinner2015-01-141-2/+3
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-131-0/+640