summaryrefslogtreecommitdiff
path: root/asyncio/unix_events.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix from Anthony Baire for CPython issue 19566.Guido van Rossum2013-11-131-27/+41
|
* Add close() back to Unix selector event loop, to remove all signal handlers.Guido van Rossum2013-11-061-0/+5
|
* Refactor SIGCHLD handler, by Anthony Baire. Fixes issue 67.Guido van Rossum2013-11-041-48/+348
|
* Add support for running subprocesses on Windows with the IOCP event loop.Richard Oudkerk2013-10-271-142/+3
|
* Switch subprocess stdin to a socketpair, attempting to fix CPython issue ↵Guido van Rossum2013-10-211-4/+25
| | | | #19293 (AIX hang).
* If waitpid() returns a weird status, the process is still dead.Guido van Rossum2013-10-211-13/+13
| | | | Also tidy up a few comment and replace functools.partial with lambda.
* CPython issue #19310: fix child processes reaping logic (CF Natali).Guido van Rossum2013-10-201-17/+19
|
* CPython issue #19309: make waitpid() wait for processes from all groups.Guido van Rossum2013-10-201-1/+1
|
* MergeGuido van Rossum2013-10-181-2/+2
|
* MergeGuido van Rossum2013-10-171-8/+8
|
* MergeGuido van Rossum2013-10-161-12/+22
|
* Merge _sig_chld() fix into asyncio branch.Guido van Rossum2013-10-151-20/+17
|
* Rename tulip package to asyncio.Guido van Rossum2013-10-141-0/+534