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
/
Lib
/
asyncio
/
windows_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine
Victor Stinner
2015-01-26
1
-21/+18
*
asyncio: Fix ProactorEventLoop.start_serving_pipe()
Victor Stinner
2015-01-26
1
-1/+13
*
Issue #23293, asyncio: Cleanup IocpProactor.close()
Victor Stinner
2015-01-26
1
-6/+1
*
asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()
Victor Stinner
2015-01-22
1
-24/+17
*
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
Victor Stinner
2015-01-22
1
-17/+26
*
asyncio: IocpProactor.close() doesn't cancel anymore futures which are already
Victor Stinner
2015-01-22
1
-3/+7
*
Issue #23095, asyncio: IocpProactor.close() must not cancel pending
Victor Stinner
2015-01-21
1
-0/+6
*
Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()
Victor Stinner
2015-01-21
1
-34/+134
*
asyncio: Close the transport on subprocess creation failure
Victor Stinner
2015-01-15
1
-1/+6
*
asyncio: Truncate to 80 columns
Victor Stinner
2015-01-08
1
-1/+2
*
asyncio: IocpProactor.wait_for_handle() test now also checks the result of the
Victor Stinner
2014-12-19
1
-0/+5
*
asyncio: sync with Tulip
Victor Stinner
2014-12-18
1
-1/+1
*
asyncio: sync with Tulip
Victor Stinner
2014-08-25
1
-6/+25
*
asyncio: sync with Tulip
Victor Stinner
2014-07-29
1
-30/+54
*
asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped
Victor Stinner
2014-07-27
1
-15/+38
*
Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the
Victor Stinner
2014-07-25
1
-5/+11
*
asyncio: sync with Tulip
Victor Stinner
2014-07-25
1
-0/+5
*
asyncio: sync with Tulip
Victor Stinner
2014-07-25
1
-21/+50
*
asyncio: sync with Tulip
Victor Stinner
2014-07-24
1
-20/+46
*
asyncio: sync with Tulip
Victor Stinner
2014-07-12
1
-0/+12
*
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-28
1
-5/+6
*
asyncio/windows_events.py: use more revelant names to overlapped callbacks
Victor Stinner
2014-02-26
1
-10/+10
*
asyncio: remove unused imports and unused variables noticed by pyflakes
Victor Stinner
2014-02-20
1
-1/+0
*
asyncio: Fix spelling and typos.
Yury Selivanov
2014-02-19
1
-1/+1
*
asyncio: New error handling API. Issue #20681.
Yury Selivanov
2014-02-18
1
-2/+6
*
asyncio: Remove more relics of resolution/granularity.
Guido van Rossum
2014-02-09
1
-1/+0
*
Issue #20455: Add a resolution attribute to IocpProactor (1 ms)
Victor Stinner
2014-01-31
1
-0/+1
*
Issue #20455: asyncio: use the same code to round a timeout than the selectors
Victor Stinner
2014-01-31
1
-4/+9
*
asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor.
Victor Stinner
2014-01-29
1
-1/+1
*
Merge latest Tulip into asyncio
Andrew Svetlov
2014-01-26
1
-3/+0
*
Cleanup properly proactor event loop
Victor Stinner
2014-01-10
1
-4/+13
*
Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired.
Richard Oudkerk
2013-11-24
1
-2/+9
*
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Guido van Rossum
2013-11-04
1
-2/+15
*
asyncio: Various style nits.
Guido van Rossum
2013-11-01
1
-0/+16
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
1
-5/+29
*
asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
Guido van Rossum
2013-10-30
1
-0/+40
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
1
-3/+3
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+375