COMMITS
/ Modules/overlapped.c April 2, 2026
S
GH-145247: Use _PyTuple_FromPair in Modules (part 2) (#148003)
Sergey Miryanov committed
March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
February 6, 2026
D
gh-144493: Improve error message in _overlapped.BindLocal() (#144495)
David Lechner committed
January 13, 2026
Y
gh-143249: Fix buffer leak when overlapped operation fails to start on windows (#143250)
Yongtao Huang committed
April 16, 2025
C
GH-131296: Remove unused variable from overlapped.c (GH-131590)
Chris Eibl committed
February 20, 2025
B
gh-111178: fix UBSan failures in `Modules/overlapped.c` (GH-129786)
Bénédikt Tran committed
January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 30, 2025
V
gh-129354: Use PyErr_FormatUnraisable() function (#129435)
Victor Stinner committed
June 27, 2024
V
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 23, 2024
E
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma committed
March 20, 2024
J
October 20, 2023
S
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka committed
September 3, 2023
S
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
V
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
May 31, 2023
V
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner committed
October 30, 2022
C
gh-98793: Fix typecheck in `overlapped.c` (#98835)
Charlie Zhao committed
August 1, 2022
O
gh-95417: Quick fix for "ULONG_PTR differs in levels of indirection from void *" (GH-95538)
Oleg Iarygin committed
July 28, 2022
O
gh-94512: Fix forced arg format in AC-processed overlapped (GH-94516)
Oleg Iarygin committed
June 29, 2022
E
gh-94401: Remove unneeded overlapped module state (#94403)
Erlend Egeberg Aasland committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
March 13, 2022
A
bpo-47003: Cleanup _overlapped module (GH-31848)
Andrew Svetlov committed
A
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm committed
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