index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
test_sslproto.py
Commit message (
Expand
)
Author
Age
*
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya
2024-12-18
*
gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is t...
Javad Shafique
2024-10-24
*
GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334)
Martijn Pieters
2023-12-20
*
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner
2023-09-07
*
bpo-46198: Fix `test_asyncio.test_sslproto` (GH-31801)
Alex Waygood
2022-03-10
*
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
Nikita Sobolev
2022-03-10
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka
2021-12-20
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Serhiy Storchaka
2021-08-26
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-03
*
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Yurii Karabas
2020-11-26
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
*
bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562)
Victor Stinner
2019-12-10
*
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
Victor Stinner
2019-12-10
*
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
Victor Stinner
2019-10-16
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
*
bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188)
Ned Deily
2019-06-18
*
bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)
Victor Stinner
2019-06-17
*
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...
Andrew Svetlov
2019-06-14
*
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov
2019-05-27
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Paul Monson
2019-05-15
*
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Fantix King
2019-03-17
*
bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011)
Pablo Galindo
2018-10-29
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
*
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner
2018-06-08
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner
2018-06-08
*
bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460)
Victor Stinner
2018-06-07
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-01
*
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7...
Yury Selivanov
2018-05-29
*
bpo-32458: Further tune start_tls tests (#7166)
Yury Selivanov
2018-05-28
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov
2018-05-28
*
bpo-33618: Enable TLS 1.3 in tests (GH-7079)
Christian Heimes
2018-05-23
*
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)
Andrew Svetlov
2018-03-10
*
bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409)
Yury Selivanov
2018-01-29
*
bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054)
Yury Selivanov
2017-12-30
*
bpo-23749: Implement loop.start_tls() (#5039)
Yury Selivanov
2017-12-30
*
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov
2017-12-20
*
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall
2017-12-19
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
*
bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)
jlacoline
2017-10-19
*
Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with...
Yury Selivanov
2017-06-11
*
bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...
Nikolay Kim
2017-06-10
*
Closing transport during handshake process leaks socket (#480)
Nikolay Kim
2017-06-09
*
bpo-29742: asyncio get_extra_info() throws exception (#525)
Nikolay Kim
2017-03-12
*
Issue #28990: Fix SSL hanging if connection is closed before handshake comple...
Yury Selivanov
2016-12-16
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
[next]