]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - Lib/asyncio/sslproto.py
gh-109534: fix reference leak when SSL handshake fails (#114074)
[thirdparty/Python/cpython.git] / Lib / asyncio / sslproto.py
2024-02-01  Jamie Phangh-109534: fix reference leak when SSL handshake fails...
2024-01-12  Alois Klinkgh-95649: Document that asyncio contains uvloop code...
2023-12-20  Martijn PietersGH-113214: Fix SSLProto exception handling in SSL-over...
2023-09-05  Nikita Sobolevgh-108903: Remove unneeded `lambda`s from `asyncio...
2023-05-14  Sam Bullgh-98539: Make _SSLTransportProtocol.abort() safe to...
2022-11-10  Carlogh-99277: remove older version of `get_write_buffer_lim...
2022-10-22  Kumar AdityaGH-98539: fix ref cycle in `_SSLProtocolTransport`...
2022-03-05  Serhiy StorchakaRemove trailing spaces (GH-31695)
2022-02-15  Kumar Adityabpo-44011: New asyncio ssl implementation (#31275)
2022-02-01  Emiyabpo-46487: Add `get_write_buffer_limits` to Write and...
2021-05-03  Pablo Galindobpo-44011: Revert "New asyncio ssl implementation ...
2021-05-03  Christian Heimesbpo-44011: Fix asyncio tests without ssl module (GH...
2021-05-02  Andrew Svetlovbpo-44011: New asyncio ssl implementation (#17975)
2020-04-30  Victor Stinnerbpo-40443: Remove unused imports in the stdlib (GH...
2019-05-27  Andrew Svetlovbpo-37035: Don't log OSError (GH-13548)
2019-05-27  Yury Selivanovbpo-32528: Make asyncio.CancelledError a BaseException...
2019-03-17  Fantix Kingbpo-34745: Fix asyncio sslproto memory issues (GH-12386)
2019-01-10  Victor Stinnerasyncio: __del__() keep reference to warnings.warn...
2018-06-08  Victor Stinnerbpo-33694: Fix typo in helper function name (GH-7522)
2018-06-07  Victor Stinnerbpo-33694: Fix race condition in asyncio proactor ...
2018-06-05  Yury Selivanovbpo-33769: start_tls: Fix error message; cancel callbac...
2018-06-04  Yury Selivanovbpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
2018-05-29  Yury Selivanovbpo-33654: Support protocol type switching in SSLTransp...
2018-05-28  Victor Stinnerbpo-33674: asyncio: Fix SSLProtocol race (GH-7175)
2018-05-28  Yury Selivanovbpo-33654: Support BufferedProtocol in set_protocol...
2018-03-10  Andrew Svetlovbpo-33037: Skip sending/receiving after SSL transport...
2018-01-27  Andrew Svetlovbpo-32622: Implement loop.sendfile() (#5271)
2018-01-27  Christian Heimesbpo-31399: Let OpenSSL verify hostname and IP address...
2017-12-20  Andrew Svetlovbpo-29970: Make ssh_handshake_timeout None by default...
2017-12-19  Neil Aspinallbpo-29970: Add timeout for SSL handshake in asyncio
2017-12-18  Yury Selivanovbpo-32356: idempotent pause_/resume_reading; new is_rea...
2017-12-10  Yury Selivanovbpo-32262: Fix codestyle; use f-strings formatting...
2017-11-18  Andrew Svetlovbpo-32069: Drop legacy SSL transport (#4451)
2017-10-19  jlacolinebpo-31632: fix set_protocol() in _SSLProtocolTransport...
2017-06-11  Yury SelivanovRevert "bpo-29406: asyncio SSL contexts leak sockets...
2017-06-10  Nikolay Kimbpo-29406: asyncio SSL contexts leak sockets after...
2017-06-09  Michaël SghaïerBreak circular references when closing SSLTransport...
2017-06-09  Nikolay KimClosing transport during handshake process leaks socket...
2017-04-25  INADA Naokibpo-29617: Remove Python 3.3 support from asyncio ...
2017-03-12  Nikolay Kimbpo-29742: asyncio get_extra_info() throws exception...
2017-02-10  Łukasz LangaMerge 3.5 (fix #29519)
2017-02-09  Nick CoghlanMerge issue #26355 fix from Python 3.5
2017-02-07  Berker PeksagIssue #29441: Merge from 3.5
2017-02-07  Mariatta WijayaIssue #29314: Merge with 3.5
2017-02-07  Mariatta WijayaIssue #29371: merge with 3.5
2017-02-06  Steve DowerIncludes ensurepip and venv packages in nuget package.
2017-02-04  Steve DowerIssue #29319: Prevent RunMainFromImporter overwriting...
2017-02-04  Steve DowerIssue #29392: Prevent crash when passing invalid argume...
2017-02-04  Steve DowerIssue #29416: Prevent infinite loop in pathlib.Path...
2017-02-04  Serhiy StorchakaIssue #29444: Fixed out-of-bounds buffer access in...
2017-02-04  Serhiy StorchakaIssue #27867: Silenced may-be-used-uninitialized warnin...
2017-02-04  Berker PeksagIssue #29198: Merge from 3.5
2017-02-04  Berker PeksagIssue #29198: Merge from 3.5
2017-02-02  Vinay SajipFixes #29213: merged fix from 3.5.
2017-02-02  Vinay SajipFixes #24875: Merged fix from 3.5.
2017-02-02  Victor StinnerMerge 3.5
2017-02-01  Berker PeksagIssue #29407: Merge from 3.5
2017-02-01  doko@ubuntu.comMerge 3.5
2017-02-01  Benjamin Petersonmerge 3.5 (#29398)
2017-01-31  doko@ubuntu.commerge 3.5
2017-01-31  doko@ubuntu.commerge 3.5
2017-01-29  Martin PanterIssues #11670: Merge configparser doc from 3.5
2017-01-29  Martin PanterIssues #29349: Merge Py 2.6+ compatibility from 3.5
2017-01-29  Martin PanterIssues #29349: Merge Py 2 fix 3.5
2017-01-29  Martin PanterIssues #12067: Merge hash recommendation from 3.5
2017-01-27  Vinay SajipFixes #29308: Merged fix from 3.5.
2017-01-25  Serhiy StorchakaIssue #27867: Function PySlice_GetIndicesEx() is replac...
2017-01-24  Serhiy StorchakaIssue #29083: Fixed the declaration of some public...
2017-01-24  Serhiy StorchakaIssue #29337: Fixed possible BytesWarning when compare...
2017-01-24  Martin PanterIssues #29189: Merge indentation fixes from 3.5
2017-01-23  Martin PanterIssues #29273: Merge test___all__ from 3.5
2017-01-23  Serhiy StorchakaIssue #26729: Fixed __text_signature__ for sorted().
2017-01-23  Gregory P. SmithSkip the test requiring ctypes if ctypes is unavailable.
2017-01-23  Gregory P. Smithtypo fix, extra '.' on MacOS :)
2017-01-23  Guido van RossumIssue #28556: Allow defining methods in NamedTuple...
2017-01-23  Guido van RossumIssue #28556: various style fixes for typing.py (3...
2017-01-23  Gregory P. SmithIssue #29335: Fix subprocess.Popen.wait() when the...
2017-01-22  Xiang ZhangIssue #29290: Merge 3.5.
2017-01-22  Xiang ZhangIssue #29092: Sync os.stat's doc and docstring on path...
2017-01-21  Serhiy StorchakaIssue #28735: Fixed the comparison of mock.MagickMock...
2017-01-20  Xiang ZhangIssue #29292: Merge 3.5.
2017-01-20  Larry HastingsNull merge from 3.5.
2017-01-18  Guido van RossumIssue #29198: add AsyncGenerator (Jelle Zijlstra) ...
2017-01-18  Guido van RossumIssue #28556: allow default values in class form of...
2017-01-18  Martin PanterIssue 29274: Merge doc fixes from 3.5
2017-01-18  Guido van RossumIssue #28556: merge 5 more typing changes from upstream...
2017-01-17  Larry HastingsMerge from 3.5.
2017-01-17  Larry HastingsMerge from 3.4.
2017-01-17  Raymond Hettingermerge
2017-01-16  Benjamin Petersonmerge 3.5
2017-01-14  Martin PanterMerge doc fixes from 3.5
2017-01-14  Martin PanterMerge tests from 3.5
2017-01-13  Vinay SajipFixes #29261: merged fix from 3.5.
2017-01-13  Serhiy StorchakaIssue #29219: Fixed infinite recursion in the repr...
2017-01-13  Serhiy StorchakaPy_SIZE() was misused for dict.
2017-01-12  Serhiy StorchakaNull merge
2017-01-12  Vinay SajipIssue #22343: Merged change from 3.5.
2017-01-12  Serhiy StorchakaIssue #28969: Fixed race condition in C implementation...
2017-01-12  Victor StinnerMerge 3.5
2017-01-11  Serhiy StorchakaMerge with 3.5.
next