summaryrefslogtreecommitdiff
path: root/tests/test_sslproto.py
Commit message (Expand)AuthorAgeFilesLines
* Python issue #23243: test_sslproto: Close explicitly transportsVictor Stinner2015-01-291-4/+3
* Fix SSLProtocol.eof_received()Victor Stinner2015-01-281-11/+29
* test_sslproto: skip test if ssl module is missingVictor Stinner2015-01-271-0/+5
* Close transports in testsVictor Stinner2015-01-151-0/+4
* Python issue #23197: On SSL handshake failure, check if the waiter is cancelledVictor Stinner2015-01-141-0/+45