| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) | Miss Islington (bot) | 2021-08-26 | 1 | -0/+3 |
|
|
* | bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) | Pablo Galindo | 2021-05-03 | 1 | -20/+15 |
|
|
* | bpo-44011: New asyncio ssl implementation (#17975) | Andrew Svetlov | 2021-05-02 | 1 | -15/+20 |
|
|
* | bpo-42392: Remove loop parameter from asyncio.streams (GH-23517) | Yurii Karabas | 2020-11-26 | 1 | -20/+14 |
|
|
* | bpo-40443: Remove unused imports in tests (GH-19804) | Victor Stinner | 2020-04-30 | 1 | -1/+0 |
|
|
* | bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) | Victor Stinner | 2019-12-11 | 1 | -4/+7 |
|
|
* | bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562) | Victor Stinner | 2019-12-10 | 1 | -1/+2 |
|
|
* | bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) | Victor Stinner | 2019-12-10 | 1 | -1/+2 |
|
|
* | bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) | Victor Stinner | 2019-10-16 | 1 | -14/+10 |
|
|
* | bpo-38107: Replace direct future and task contructor calls with factories in ... | Andrew Svetlov | 2019-09-11 | 1 | -6/+6 |
|
|
* | Remove unused imports in tests (GH-14518) | Victor Stinner | 2019-07-01 | 1 | -1/+0 |
|
|
* | bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) | Ned Deily | 2019-06-18 | 1 | -2/+4 |
|
|
* | bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148) | Victor Stinner | 2019-06-17 | 1 | -0/+6 |
|
|
* | bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-... | Andrew Svetlov | 2019-06-14 | 1 | -18/+19 |
|
|
* | bpo-36889: Merge asyncio streams (GH-13251) | Andrew Svetlov | 2019-05-27 | 1 | -17/+20 |
|
|
* | bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) | Paul Monson | 2019-05-15 | 1 | -2/+2 |
|
|
* | bpo-34745: Fix asyncio sslproto memory issues (GH-12386) | Fantix King | 2019-03-17 | 1 | -0/+72 |
|
|
* | bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) | Pablo Galindo | 2018-10-29 | 1 | -0/+7 |
|
|
* | bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661) | Yury Selivanov | 2018-10-02 | 1 | -11/+9 |
|
|
* | bpo-33694: Fix typo in helper function name (GH-7522) | Victor Stinner | 2018-06-08 | 1 | -6/+6 |
|
|
* | bpo-33694: Fix race condition in asyncio proactor (GH-7498) | Victor Stinner | 2018-06-07 | 1 | -6/+7 |
|
|
* | bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460) | Victor Stinner | 2018-06-06 | 1 | -0/+5 |
|
|
* | bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) | Yury Selivanov | 2018-06-04 | 1 | -29/+211 |
|
|
* | bpo-33562: Check the global asyncio event loop policy isn't set after any tes... | Brett Cannon | 2018-06-02 | 1 | -0/+4 |
|
|
* | bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7... | Yury Selivanov | 2018-05-29 | 1 | -11/+36 |
|
|
* | bpo-32458: Further tune start_tls tests (#7166) | Yury Selivanov | 2018-05-28 | 1 | -4/+6 |
|
|
* | bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) | Yury Selivanov | 2018-05-28 | 1 | -25/+152 |
|
|
* | bpo-33618: Enable TLS 1.3 in tests (GH-7079) | Christian Heimes | 2018-05-23 | 1 | -0/+2 |
|
|
* | bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) | Andrew Svetlov | 2018-03-10 | 1 | -20/+37 |
|
|
* | bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409) | Yury Selivanov | 2018-01-29 | 1 | -2/+10 |
|
|
* | bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054) | Yury Selivanov | 2017-12-30 | 1 | -2/+4 |
|
|
* | bpo-23749: Implement loop.start_tls() (#5039) | Yury Selivanov | 2017-12-30 | 1 | -0/+152 |
|
|
* | bpo-29970: Make ssh_handshake_timeout None by default (#4939) | Andrew Svetlov | 2017-12-20 | 1 | -0/+16 |
|
|
* | bpo-29970: Add timeout for SSL handshake in asyncio | Neil Aspinall | 2017-12-19 | 1 | -1/+13 |
|
|
* | bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) | Yury Selivanov | 2017-12-11 | 1 | -1/+1 |
|
|
* | bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817) | jlacoline | 2017-10-19 | 1 | -0/+8 |
|
|
* | Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with... | Yury Selivanov | 2017-06-11 | 1 | -34/+0 |
|
|
* | bpo-29406: asyncio SSL contexts leak sockets after calling close with certain... | Nikolay Kim | 2017-06-10 | 1 | -0/+34 |
|
|
* | Closing transport during handshake process leaks socket (#480) | Nikolay Kim | 2017-06-09 | 1 | -0/+15 |
|
|
* | bpo-29742: asyncio get_extra_info() throws exception (#525) | Nikolay Kim | 2017-03-12 | 1 | -0/+12 |
|
|
* | Issue #28990: Fix SSL hanging if connection is closed before handshake comple... | Yury Selivanov | 2016-12-16 | 1 | -0/+10 |
|
|
* | Issue #28613: Fix get_event_loop() to return the current loop | Yury Selivanov | 2016-11-04 | 1 | -0/+1 |
|
|
* | asyncio: Add set_protocol / get_protocol methods to Transports | Yury Selivanov | 2016-09-12 | 1 | -0/+1 |
|
|
* | asyncio: Fix NameError in sslproto _fatal_error() | Yury Selivanov | 2016-06-28 | 1 | -0/+16 |
|
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|
|
* | Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport | Victor Stinner | 2015-01-29 | 1 | -4/+3 |
|
|
* | asyncio: Fix SSLProtocol.eof_received() | Victor Stinner | 2015-01-28 | 1 | -11/+29 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-27 | 1 | -0/+5 |
|
|
* | asyncio: Close transports in tests | Victor Stinner | 2015-01-15 | 1 | -0/+4 |
|
|
* | Issue #23197, asyncio: On SSL handshake failure, check if the waiter is | Victor Stinner | 2015-01-14 | 1 | -0/+45 |
|
|