COMMITS
/ Modules/overlapped.c February 2, 2022
K
Remove Python 3.3 compatibility code from overlapped.c (GH-31049)
Kumar Aditya committed
June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
September 7, 2020
M
bpo-1635741: Port _overlapped module to multi-phase init (GH-22051)
Mohamed Koubaa committed
July 15, 2020
Z
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686)
Zackery Spytz committed
July 10, 2020
S
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka committed
Z
bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)
Zackery Spytz committed
June 7, 2020
H
bpo-40898: Remove redundant if statements in tp_traverse (GH-20692)
Hai Shi committed
May 18, 2020
K
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Kjell Braden committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
March 24, 2020
D
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na committed
September 9, 2019
Z
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462)
Zackery Spytz committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 28, 2019
A
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov committed
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