summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/overlapped.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-98793: Fix typecheck in `overlapped.c` (#98835)Charlie Zhao2022-10-301-1/+9
* gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...Serhiy Storchaka2022-10-031-3/+3
* gh-90928: Improve static initialization of keywords tuple in AC (#95907)Erlend E. Aasland2022-08-131-18/+8
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-111-2/+41
* gh-95417: Quick fix for "ULONG_PTR differs in levels of indirection from void...Oleg Iarygin2022-08-011-3/+3
* gh-94512: Fix forced arg format in AC-processed overlapped (GH-94516)Oleg Iarygin2022-07-281-53/+318
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-121-9/+1
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-031-23/+23
* bpo-47003: Cleanup _overlapped module (GH-31848)Andrew Svetlov2022-03-131-21/+46
* bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)Alex Grönholm2022-03-131-1/+39
* bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)Zackery Spytz2020-07-101-0/+908