COMMITS
/ Lib/asyncio/base_events.py April 27, 2022
A
Fix missing `f` prefix on f-strings (GH-91910)
Alexander Shadchin committed
March 14, 2022
A
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (GH-31837)
Andrew Svetlov committed
March 8, 2022
S
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
Stefan Zabka committed
February 20, 2022
A
Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442)
Andrew Svetlov committed
February 15, 2022
K
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya committed
December 26, 2021
K
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
Kumar Aditya committed
December 12, 2021
J
Re-add `reuse_address` parameter to `create_server` (GH-29733)
Jim Crist-Harif committed
December 6, 2021
K
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sense (GH-29894)
Kumar Aditya committed
September 8, 2021
H
bpo-45129 Remove deprecated reuse_address (GH-28207)
Hugo van Kemenade committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
July 1, 2021
I
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-24540)
Illia Volochii committed
May 3, 2021
P
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo committed
May 2, 2021
A
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov committed
November 28, 2020
Y
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
Yurii Karabas committed
November 26, 2020
A
bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533)
Alex Grönholm committed
February 27, 2020
M
bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18458)
Markus Mohrhard committed
January 7, 2020
A
bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863)
Andrew Svetlov committed
January 4, 2020
A
Fix #39191: Don't spawn a task before failing (#17796)
Andrew Svetlov committed
December 9, 2019
K
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)
Kyle Stanley committed
September 19, 2019
K
bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735)
Kyle Stanley committed
June 15, 2019
A
Use threadpool for reading from file in sendfile fallback mode (#14076)
Andrew Svetlov committed
A
bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075)
Andrew Svetlov committed
June 4, 2019
Ł
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802)
Łukasz Langa committed
June 3, 2019
V
bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)
Victor Stinner committed
May 29, 2019
May 27, 2019
S
Y
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530)
Yury Selivanov committed
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
May 17, 2019
E
bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)
Erwan Le Pape committed
May 7, 2019
V
bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
Vincent Michel committed
May 5, 2019
T
bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)
twisteroid ambassador committed
April 9, 2019
Q
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
Quentin Dawans committed
February 5, 2019
I
asyncio: use dict instead of OrderedDict (GH-11710)
Inada Naoki committed
January 10, 2019
V
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner committed
December 3, 2018
A
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov committed
November 15, 2018
S
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
October 9, 2018
T
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
twisteroid ambassador committed
September 30, 2018
A
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH-9641)
Andrew Svetlov committed
September 12, 2018
A
bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169)
Andrew Svetlov committed
September 11, 2018
A
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov committed
August 8, 2018
A
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm committed
July 31, 2018
M
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
MartinAltmayer committed
July 30, 2018
E
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533)
Elvis Pranskevichus committed
June 29, 2018
Y
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov committed
June 8, 2018
Y
bpo-30805: Avoid race condition with debug logging (GH-7545)
Yury Selivanov 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-33674: Pause the transport as early as possible (#7192)
Yury Selivanov committed
May 28, 2018
Y
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)
Yury Selivanov committed