index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
windows_events.py
Commit message (
Expand
)
Author
Age
...
*
asyncio: sync with Tulip
Victor Stinner
2014-08-25
*
asyncio: sync with Tulip
Victor Stinner
2014-07-29
*
asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped
Victor Stinner
2014-07-28
*
Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the
Victor Stinner
2014-07-26
*
asyncio: sync with Tulip
Victor Stinner
2014-07-25
*
asyncio: sync with Tulip
Victor Stinner
2014-07-25
*
asyncio: sync with Tulip
Victor Stinner
2014-07-25
*
asyncio: sync with Tulip
Victor Stinner
2014-07-12
*
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-29
*
asyncio/windows_events.py: use more revelant names to overlapped callbacks
Victor Stinner
2014-02-26
*
asyncio: remove unused imports and unused variables noticed by pyflakes
Victor Stinner
2014-02-20
*
asyncio: Fix spelling and typos.
Yury Selivanov
2014-02-18
*
asyncio: New error handling API. Issue #20681.
Yury Selivanov
2014-02-18
*
asyncio: Remove more relics of resolution/granularity.
Guido van Rossum
2014-02-08
*
Issue #20455: Add a resolution attribute to IocpProactor (1 ms)
Victor Stinner
2014-01-31
*
Issue #20455: asyncio: use the same code to round a timeout than the selectors
Victor Stinner
2014-01-31
*
asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor.
Victor Stinner
2014-01-29
*
Merge latest Tulip into asyncio
Andrew Svetlov
2014-01-26
*
Cleanup properly proactor event loop
Victor Stinner
2014-01-11
*
Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired.
Richard Oudkerk
2013-11-24
*
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Guido van Rossum
2013-11-04
*
asyncio: Various style nits.
Guido van Rossum
2013-11-01
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
*
asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
Guido van Rossum
2013-10-30
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
[prev]