COMMITS
/ Lib/asyncio/windows_events.py March 13, 2022
A
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm committed
January 11, 2022
N
bpo-46310: simplify `for` loop in `asyncio/windows_events` (GH-30334)
Nikita Sobolev committed
January 4, 2022
N
bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353)
Nikita Sobolev committed
N
bpo-46238: reuse `_winapi` constants in `asyncio.windows_events` (GH-30352)
Nikita Sobolev committed
August 31, 2020
B
bpo-39010: Fix errors logged on proactor loop restart (#22017)
Ben Darnell committed
August 4, 2020
V
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
Victor Stinner committed
May 15, 2020
C
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek committed
May 28, 2019
A
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov committed
May 27, 2019
A
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov committed
Y
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov committed
January 15, 2019
V
bpo-11555: Enhance IocpProactor.close() log again (GH-11563)
Victor Stinner committed
V
bpo-34323: Enhance IocpProactor.close() log (GH-11555)
Victor Stinner committed
January 10, 2019
V
IocpProactor: prevent modification if closed (GH-11494)
Victor Stinner committed
January 5, 2019
V
bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274)
Vladimir Matveev committed
December 18, 2018
V
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Vladimir Matveev committed
September 25, 2018
V
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner committed
September 11, 2018
A
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov committed
June 8, 2018
Y
bpo-33792: Add selector and proactor windows policies (GH-7487)
Yury Selivanov committed
February 25, 2018
A
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov committed
January 27, 2018
A
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov committed
December 13, 2017
A
Fix couple typos (#4839)
Andrew Svetlov committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
December 8, 2017
A
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov committed
November 28, 2017
V
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner committed
V
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner committed
October 19, 2017
A
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou committed
October 21, 2016
I
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
INADA Naoki committed
May 16, 2016
Y
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov committed
April 15, 2016
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
May 11, 2015
Y
asyncio: async() function is deprecated in favour of ensure_future().
Yury Selivanov committed
February 2, 2015
V
Issue #23353, asyncio: Workaround CPython bug #23353
Victor Stinner committed
January 29, 2015
V
Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private
Victor Stinner committed
V
asyncio: sync with Tulip
Victor Stinner committed
January 26, 2015
V
asyncio, Tulip issue 204: Fix IocpProactor.recv()
Victor Stinner committed
V
Issue #23095, asyncio: Fix _WaitHandleFuture.cancel()
Victor Stinner committed
V
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine
Victor Stinner committed
V
asyncio: Fix ProactorEventLoop.start_serving_pipe()
Victor Stinner committed
V
Issue #23293, asyncio: Cleanup IocpProactor.close()
Victor Stinner committed
January 22, 2015
V
asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()
Victor Stinner committed
V
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
Victor Stinner committed
V
asyncio: IocpProactor.close() doesn't cancel anymore futures which are already
Victor Stinner committed
January 21, 2015
V
Issue #23095, asyncio: IocpProactor.close() must not cancel pending
Victor Stinner committed
V
Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()
Victor Stinner committed
January 15, 2015
V
asyncio: Close the transport on subprocess creation failure
Victor Stinner committed
January 8, 2015
V
asyncio: Truncate to 80 columns
Victor Stinner committed
December 19, 2014
V
asyncio: IocpProactor.wait_for_handle() test now also checks the result of the
Victor Stinner committed
December 18, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
August 25, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
July 29, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
July 27, 2014
V
asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped
Victor Stinner committed