summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_sslproto.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)Yurii Karabas2020-11-261-20/+14
* bpo-40443: Remove unused imports in tests (GH-19804)Victor Stinner2020-04-301-1/+0
* bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)Victor Stinner2019-12-111-4/+7
* bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562)Victor Stinner2019-12-101-1/+2
* bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)Victor Stinner2019-12-101-1/+2
* bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)Victor Stinner2019-10-161-14/+10
* bpo-38107: Replace direct future and task contructor calls with factories in ...Andrew Svetlov2019-09-111-6/+6
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188)Ned Deily2019-06-181-2/+4
* bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)Victor Stinner2019-06-171-0/+6
* bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...Andrew Svetlov2019-06-141-18/+19
* bpo-36889: Merge asyncio streams (GH-13251)Andrew Svetlov2019-05-271-17/+20
* bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)Paul Monson2019-05-151-2/+2
* bpo-34745: Fix asyncio sslproto memory issues (GH-12386)Fantix King2019-03-171-0/+72
* bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011)Pablo Galindo2018-10-291-0/+7
* bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)Yury Selivanov2018-10-021-11/+9
* bpo-33694: Fix typo in helper function name (GH-7522)Victor Stinner2018-06-081-6/+6
* bpo-33694: Fix race condition in asyncio proactor (GH-7498)Victor Stinner2018-06-071-6/+7
* bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460)Victor Stinner2018-06-061-0/+5
* bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)Yury Selivanov2018-06-041-29/+211
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-021-0/+4
* bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7...Yury Selivanov2018-05-291-11/+36
* bpo-32458: Further tune start_tls tests (#7166)Yury Selivanov2018-05-281-4/+6
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-281-25/+152
* bpo-33618: Enable TLS 1.3 in tests (GH-7079)Christian Heimes2018-05-231-0/+2
* bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)Andrew Svetlov2018-03-101-20/+37
* bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409)Yury Selivanov2018-01-291-2/+10
* bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054)Yury Selivanov2017-12-301-2/+4
* bpo-23749: Implement loop.start_tls() (#5039)Yury Selivanov2017-12-301-0/+152
* bpo-29970: Make ssh_handshake_timeout None by default (#4939)Andrew Svetlov2017-12-201-0/+16
* bpo-29970: Add timeout for SSL handshake in asyncioNeil Aspinall2017-12-191-1/+13
* bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)Yury Selivanov2017-12-111-1/+1
* bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)jlacoline2017-10-191-0/+8
* Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with...Yury Selivanov2017-06-111-34/+0
* bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...Nikolay Kim2017-06-101-0/+34
* Closing transport during handshake process leaks socket (#480)Nikolay Kim2017-06-091-0/+15
* bpo-29742: asyncio get_extra_info() throws exception (#525)Nikolay Kim2017-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