COMMITS
/ Modules/overlapped.c February 2, 2019
T
bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789)
Tony Roberts committed
January 11, 2019
V
bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489)
Victor Stinner committed
January 8, 2019
V
bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar 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
October 26, 2017
S
Fix trailing whitespaces in C files. (#4130)
Serhiy Storchaka committed
October 19, 2017
A
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou committed
August 20, 2017
O
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119)
Oren Milman committed
August 15, 2017
O
fix grammr in error messages in overlapped.c (GH-3095)
Oren Milman committed
September 8, 2016
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
April 1, 2016
V
asyncio: sync overlapped.c with GitHub
Victor Stinner committed
March 16, 2016
V
Fix usage of PyMem_Malloc() in overlapped.c
Victor Stinner committed
January 26, 2015
V
asyncio, _overlapped.ConnectPipe(): release the GIL
Victor Stinner committed
V
asyncio, Tulip issue 204: Fix IocpProactor.recv()
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
January 21, 2015
V
Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()
Victor Stinner committed
January 30, 2014
V
overlapped.c: Fix usage of the union
Victor Stinner committed
October 30, 2013
G
asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
Guido van Rossum committed
October 17, 2013
G
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum committed