summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_sslproto.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28990: Fix SSL hanging if connection is closed before handshake comple...Yury Selivanov2016-12-161-0/+10
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+1
* asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-111-0/+1
* asyncio: Fix NameError in sslproto _fatal_error()Yury Selivanov2016-06-281-0/+16
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-291-4/+3
* asyncio: Fix SSLProtocol.eof_received()Victor Stinner2015-01-291-11/+29
* asyncio: sync with TulipVictor Stinner2015-01-281-0/+5
* asyncio: Close transports in testsVictor Stinner2015-01-151-0/+4
* Issue #23197, asyncio: On SSL handshake failure, check if the waiter isVictor Stinner2015-01-141-0/+45