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
/
unix_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).
Guido van Rossum
2013-11-13
1
-28/+41
*
asyncio: Temporary fix by Victor Stinner for issue 19566.
Guido van Rossum
2013-11-13
1
-2/+3
*
asyncio: Add close() back to Unix selector event loop, to remove all signal h...
Guido van Rossum
2013-11-07
1
-0/+5
*
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Guido van Rossum
2013-11-04
1
-48/+348
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
1
-142/+3
*
Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX ...
Guido van Rossum
2013-10-22
1
-4/+25
*
asyncio: be more lenient if we don't understand status returned by waitpid().
Guido van Rossum
2013-10-21
1
-13/+13
*
Issue #19310: asyncio: fix child processes reaping logic.
Charles-François Natali
2013-10-20
1
-17/+19
*
Issue #19309: asyncio: make waitpid() wait for all child processes, not only
Charles-François Natali
2013-10-20
1
-1/+1
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
1
-2/+2
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
1
-8/+8
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+541