aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/windows_events.py
Commit message (Expand)AuthorAge
* GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (#100959)Guido van Rossum2023-01-13
* gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raise...Dong Uk, Kang2022-11-22
* Bpo-41246: IOCP Proactor avoid callback code duplication (#21399)Tony Solomonik2022-10-13
* bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)Alex Grönholm2022-03-13
* bpo-46310: simplify `for` loop in `asyncio/windows_events` (GH-30334)Nikita Sobolev2022-01-11
* bpo-46239: improve error message when importing `asyncio.windows_events` (GH-...Nikita Sobolev2022-01-04
* bpo-46238: reuse `_winapi` constants in `asyncio.windows_events` (GH-30352)Nikita Sobolev2022-01-04
* bpo-39010: Fix errors logged on proactor loop restart (#22017)Ben Darnell2020-08-31
* bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)Victor Stinner2020-08-04
* bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)Chris Jerdonek2020-05-15
* bpo-29883: Asyncio proactor udp (GH-13440)Andrew Svetlov2019-05-28
* bpo-36889: Merge asyncio streams (GH-13251)Andrew Svetlov2019-05-27
* bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)Yury Selivanov2019-05-27
* bpo-11555: Enhance IocpProactor.close() log again (GH-11563)Victor Stinner2019-01-15
* bpo-34323: Enhance IocpProactor.close() log (GH-11555)Victor Stinner2019-01-15
* IocpProactor: prevent modification if closed (GH-11494)Victor Stinner2019-01-10
* bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274)Vladimir Matveev2019-01-05
* bpo-23057: add loop self socket as wakeup fd for signals (#11135)Vladimir Matveev2018-12-18
* bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)Victor Stinner2018-09-25
* bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)Andrew Svetlov2018-09-11
* bpo-33792: Add selector and proactor windows policies (GH-7487)Yury Selivanov2018-06-07
* bpo-32622: Native sendfile on windows (#5565)Andrew Svetlov2018-02-25
* bpo-32622: Implement loop.sendfile() (#5271)Andrew Svetlov2018-01-27
* Fix couple typos (#4839)Andrew Svetlov2017-12-13
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-10
* bpo-32193: Convert asyncio to async/await usage (#4753)Andrew Svetlov2017-12-09
* bpo-32154: Remove asyncio.selectors (#4605)Victor Stinner2017-11-28
* asyncio: use directly socket.socketpair() (#4597)Victor Stinner2017-11-28
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-19
* Issue #28448: Fix C implemented asyncio.Future didn't work on WindowsINADA Naoki2016-10-21
* Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-16
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-15
* asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-11
* Issue #23353, asyncio: Workaround CPython bug #23353Victor Stinner2015-02-02
* Issue #23347, asyncio: Make BaseSubprocessTransport.wait() privateVictor Stinner2015-01-30
* asyncio: sync with TulipVictor Stinner2015-01-30
* asyncio, Tulip issue 204: Fix IocpProactor.recv()Victor Stinner2015-01-26
* Issue #23095, asyncio: Fix _WaitHandleFuture.cancel()Victor Stinner2015-01-26
* Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutineVictor Stinner2015-01-26
* asyncio: Fix ProactorEventLoop.start_serving_pipe()Victor Stinner2015-01-26
* Issue #23293, asyncio: Cleanup IocpProactor.close()Victor Stinner2015-01-26
* asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()Victor Stinner2015-01-22
* Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()Victor Stinner2015-01-22
* asyncio: IocpProactor.close() doesn't cancel anymore futures which are alreadyVictor Stinner2015-01-22
* Issue #23095, asyncio: IocpProactor.close() must not cancel pendingVictor Stinner2015-01-22
* Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()Victor Stinner2015-01-21
* asyncio: Close the transport on subprocess creation failureVictor Stinner2015-01-15
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-09
* asyncio: IocpProactor.wait_for_handle() test now also checks the result of theVictor Stinner2014-12-19
* asyncio: sync with TulipVictor Stinner2014-12-18