summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_sslproto.py
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)...Andrew Svetlov2018-03-101-19/+36
* bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#...Miss Islington (bot)2017-10-191-0/+8
* Revert "[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling clos...Yury Selivanov2017-06-111-34/+0
* [3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with c...Yury Selivanov2017-06-101-0/+34
* Closing transport during handshake process leaks socket (#480) (#2044)Yury Selivanov2017-06-091-0/+15
* bpo-29742: asyncio get_extra_info() throws exception (#525) (#645)Yury Selivanov2017-03-121-0/+12
* 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-121-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-281-11/+29
* asyncio: sync with TulipVictor Stinner2015-01-271-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