index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
overlapped.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-09
1
-1/+2
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov
2019-05-28
1
-16/+356
*
bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...
Tony Roberts
2019-02-02
1
-0/+2
*
bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489)
Victor Stinner
2019-01-11
1
-24/+54
*
bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
Victor Stinner
2019-01-08
1
-0/+2
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-1/+1
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
1
-2/+62
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
1
-0/+1
*
Fix trailing whitespaces in C files. (#4130)
Serhiy Storchaka
2017-10-26
1
-1/+1
*
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou
2017-10-19
1
-58/+156
*
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...
Oren Milman
2017-08-20
1
-2/+7
*
fix grammr in error messages in overlapped.c (GH-3095)
Oren Milman
2017-08-15
1
-2/+2
*
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-5/+5
*
asyncio: sync overlapped.c with GitHub
Victor Stinner
2016-04-01
1
-0/+6
*
Fix usage of PyMem_Malloc() in overlapped.c
Victor Stinner
2016-03-16
1
-3/+6
*
asyncio, _overlapped.ConnectPipe(): release the GIL
Victor Stinner
2015-01-26
1
-0/+3
*
asyncio, Tulip issue 204: Fix IocpProactor.recv()
Victor Stinner
2015-01-26
1
-2/+2
*
asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()
Victor Stinner
2015-01-22
1
-2/+2
*
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
Victor Stinner
2015-01-22
1
-93/+22
*
Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()
Victor Stinner
2015-01-21
1
-0/+25
*
overlapped.c: Fix usage of the union
Victor Stinner
2014-01-30
1
-9/+11
*
asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
Guido van Rossum
2013-10-30
1
-0/+176
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+1202