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
*
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