COMMITS
/ Lib/asyncio/sslproto.py October 24, 2024
J
gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (#118960)
Javad Shafique committed
February 1, 2024
J
gh-109534: fix reference leak when SSL handshake fails (#114074)
Jamie Phan committed
January 12, 2024
A
gh-95649: Document that asyncio contains uvloop code (#107536)
Alois Klink committed
December 20, 2023
M
GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334)
Martijn Pieters committed
September 5, 2023
N
gh-108903: Remove unneeded `lambda`s from `asyncio` (GH-108904)
Nikita Sobolev committed
May 14, 2023
S
November 10, 2022
C
October 22, 2022
K
GH-98539: fix ref cycle in `_SSLProtocolTransport` after close (#98540)
Kumar Aditya committed
March 5, 2022
S
Remove trailing spaces (GH-31695)
Serhiy Storchaka committed
February 15, 2022
K
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya committed
February 1, 2022
May 3, 2021
P
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo committed
C
bpo-44011: Fix asyncio tests without ssl module (GH-25840)
Christian Heimes committed
May 2, 2021
A
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov committed
April 30, 2020
V
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner committed
May 27, 2019
A
bpo-37035: Don't log OSError (GH-13548)
Andrew Svetlov committed
Y
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov committed
March 17, 2019
F
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Fantix King committed
January 10, 2019
V
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner committed
June 8, 2018
V
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner committed
June 7, 2018
V
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner committed
June 5, 2018
Y
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403)
Yury Selivanov committed
June 4, 2018
Y
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov committed
May 29, 2018
Y
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7194)
Yury Selivanov committed
May 28, 2018
V
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175)
Victor Stinner committed
Y
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov committed
March 10, 2018
A
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)
Andrew Svetlov committed
January 27, 2018
A
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov committed
C
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes committed
December 20, 2017
A
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov committed
December 19, 2017
N
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall committed
December 18, 2017
Y
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
November 18, 2017
A
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov committed
October 19, 2017
J
bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)
jlacoline committed
June 11, 2017
June 10, 2017
N
June 9, 2017
M
Break circular references when closing SSLTransport objects (#981)
Michaël Sghaïer committed
N
Closing transport during handshake process leaks socket (#480)
Nikolay Kim committed
April 25, 2017
I
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki committed
March 12, 2017
N
bpo-29742: asyncio get_extra_info() throws exception (#525)
Nikolay Kim committed
December 16, 2016
Y
Merge 3.5 (issue #28990)
Yury Selivanov committed
Y
Issue #28990: Fix SSL hanging if connection is closed before handshake completed.
Yury Selivanov committed
October 5, 2016
Y
Merge 3.5 (issue #23749)
Yury Selivanov committed
Y
asyncio: Add "call_connection_made" arg to SSLProtocol.__init__
Yury Selivanov committed
September 12, 2016
Y
Merge 3.5 (asyncio)
Yury Selivanov committed
Y
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov committed
June 28, 2016
Y
Merge 3.5 (asyncio)
Yury Selivanov committed
Y
asyncio: Fix NameError in sslproto _fatal_error()
Yury Selivanov committed
May 26, 2016
M
Issue #27076: Merge spelling from 3.5
Martin Panter committed