index
:
cpython
3.10
3.11
3.12
3.13
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
/
asyncio
/
sslproto.py
Commit message (
Expand
)
Author
Age
*
gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is t...
Javad Shafique
2024-10-24
*
gh-109534: fix reference leak when SSL handshake fails (#114074)
Jamie Phan
2024-01-31
*
gh-95649: Document that asyncio contains uvloop code (#107536)
Alois Klink
2024-01-12
*
GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334)
Martijn Pieters
2023-12-20
*
gh-108903: Remove unneeded `lambda`s from `asyncio` (GH-108904)
Nikita Sobolev
2023-09-05
*
gh-98539: Make _SSLTransportProtocol.abort() safe to call when closed (#104474)
Sam Bull
2023-05-14
*
gh-99277: remove older version of `get_write_buffer_limits` (#99280)
Carlo
2022-11-10
*
GH-98539: fix ref cycle in `_SSLProtocolTransport` after close (#98540)
Kumar Aditya
2022-10-22
*
Remove trailing spaces (GH-31695)
Serhiy Storchaka
2022-03-05
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
*
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...
Emiya
2022-02-01
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
*
bpo-44011: Fix asyncio tests without ssl module (GH-25840)
Christian Heimes
2021-05-03
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-03
*
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner
2020-04-30
*
bpo-37035: Don't log OSError (GH-13548)
Andrew Svetlov
2019-05-27
*
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov
2019-05-27
*
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Fantix King
2019-03-17
*
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner
2019-01-10
*
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-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403)
Yury Selivanov
2018-06-05
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
*
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7...
Yury Selivanov
2018-05-29
*
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175)
Victor Stinner
2018-05-29
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov
2018-05-28
*
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)
Andrew Svetlov
2018-03-10
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
*
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-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov
2017-12-18
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
*
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov
2017-11-18
*
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
*
Break circular references when closing SSLTransport objects (#981)
Michaël Sghaïer
2017-06-09
*
Closing transport during handshake process leaks socket (#480)
Nikolay Kim
2017-06-09
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
*
bpo-29742: asyncio get_extra_info() throws exception (#525)
Nikolay Kim
2017-03-12
*
Merge 3.5 (issue #28990)
Yury Selivanov
2016-12-16
|
\
|
*
Issue #28990: Fix SSL hanging if connection is closed before handshake comple...
Yury Selivanov
2016-12-16
*
|
Merge 3.5 (issue #23749)
Yury Selivanov
2016-10-05
|
\
|
|
*
asyncio: Add "call_connection_made" arg to SSLProtocol.__init__
Yury Selivanov
2016-10-05
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-09-11
|
\
|
|
*
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-11
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-06-28
|
\
|
|
*
asyncio: Fix NameError in sslproto _fatal_error()
Yury Selivanov
2016-06-28
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
|
\
|
[next]