summaryrefslogtreecommitdiff
path: root/Modules/overlapped.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489)Miss Islington (bot)2019-01-111-24/+54
* bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)Miss Islington (bot)2019-01-081-0/+2
* bpo-32622: Native sendfile on windows (GH-5565)Miss Islington (bot)2018-02-251-2/+62
* bpo-32622: Implement loop.sendfile() (#5271)Andrew Svetlov2018-01-271-0/+1
* Fix trailing whitespaces in C files. (#4130)Serhiy Storchaka2017-10-261-1/+1
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-191-58/+156
* bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...Oren Milman2017-08-201-2/+7
* fix grammr in error messages in overlapped.c (GH-3095)Oren Milman2017-08-151-2/+2
* Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-081-5/+5
* asyncio: sync overlapped.c with GitHubVictor Stinner2016-04-011-0/+6
* Fix usage of PyMem_Malloc() in overlapped.cVictor Stinner2016-03-161-3/+6
* asyncio, _overlapped.ConnectPipe(): release the GILVictor Stinner2015-01-261-0/+3
* asyncio, Tulip issue 204: Fix IocpProactor.recv()Victor Stinner2015-01-261-2/+2
* asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()Victor Stinner2015-01-221-2/+2
* Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()Victor Stinner2015-01-221-93/+22
* Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()Victor Stinner2015-01-211-0/+25
* overlapped.c: Fix usage of the unionVictor Stinner2014-01-301-9/+11
* asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).Guido van Rossum2013-10-301-0/+176
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+1202