summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/sslproto.py
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5 (issue #28990)Yury Selivanov2016-12-161-0/+1
|\
| * Issue #28990: Fix SSL hanging if connection is closed before handshake comple...Yury Selivanov2016-12-161-0/+1
* | Merge 3.5 (issue #23749)Yury Selivanov2016-10-051-2/+5
|\ \ | |/
| * asyncio: Add "call_connection_made" arg to SSLProtocol.__init__Yury Selivanov2016-10-051-2/+5
* | Merge 3.5 (asyncio)Yury Selivanov2016-09-121-0/+6
|\ \ | |/
| * asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-121-0/+6
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-281-0/+1
|\ \ | |/
| * asyncio: Fix NameError in sslproto _fatal_error()Yury Selivanov2016-06-281-0/+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)Victor Stinner2016-04-011-1/+1
|\ \ | |/
| * asyncio: Don't log ConnectionAbortedErrorVictor Stinner2016-04-011-1/+1
* | Add a source parameter to warnings.warn()Victor Stinner2016-03-221-1/+2
|/
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-161-0/+3
* Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* 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