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
/
unix_events.py
Commit message (
Expand
)
Author
Age
*
asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTrans...
Victor Stinner
2014-01-29
*
Merge latest Tulip into asyncio
Andrew Svetlov
2014-01-26
*
asyncio: Fix race in FastChildWatcher (by its original author, Anthony Baire).
Guido van Rossum
2014-01-25
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders.
Guido van Rossum
2014-01-10
*
asyncio: Fix race in subprocess transport, by Victor Stinner.
Guido van Rossum
2014-01-10
*
Issue #19850: asyncio: Set SA_RESTART when registering a signal handler to
Charles-François Natali
2013-12-05
*
asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).
Guido van Rossum
2013-11-13
*
asyncio: Temporary fix by Victor Stinner for issue 19566.
Guido van Rossum
2013-11-13
*
asyncio: Add close() back to Unix selector event loop, to remove all signal h...
Guido van Rossum
2013-11-06
*
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Guido van Rossum
2013-11-04
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
*
Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX ...
Guido van Rossum
2013-10-21
*
asyncio: be more lenient if we don't understand status returned by waitpid().
Guido van Rossum
2013-10-21
*
Issue #19310: asyncio: fix child processes reaping logic.
Charles-François Natali
2013-10-20
*
Issue #19309: asyncio: make waitpid() wait for all child processes, not only
Charles-François Natali
2013-10-20
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
*
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