Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix from Anthony Baire for CPython issue 19566. | Guido van Rossum | 2013-11-13 | 1 | -27/+41 | |
| | ||||||
* | Add close() back to Unix selector event loop, to remove all signal handlers. | Guido van Rossum | 2013-11-06 | 1 | -0/+5 | |
| | ||||||
* | Refactor SIGCHLD handler, by Anthony Baire. Fixes issue 67. | Guido van Rossum | 2013-11-04 | 1 | -48/+348 | |
| | ||||||
* | Add support for running subprocesses on Windows with the IOCP event loop. | Richard Oudkerk | 2013-10-27 | 1 | -142/+3 | |
| | ||||||
* | Switch subprocess stdin to a socketpair, attempting to fix CPython issue ↵ | Guido van Rossum | 2013-10-21 | 1 | -4/+25 | |
| | | | | #19293 (AIX hang). | |||||
* | If waitpid() returns a weird status, the process is still dead. | Guido van Rossum | 2013-10-21 | 1 | -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 Rossum | 2013-10-20 | 1 | -17/+19 | |
| | ||||||
* | CPython issue #19309: make waitpid() wait for processes from all groups. | Guido van Rossum | 2013-10-20 | 1 | -1/+1 | |
| | ||||||
* | Merge | Guido van Rossum | 2013-10-18 | 1 | -2/+2 | |
| | ||||||
* | Merge | Guido van Rossum | 2013-10-17 | 1 | -8/+8 | |
| | ||||||
* | Merge | Guido van Rossum | 2013-10-16 | 1 | -12/+22 | |
| | ||||||
* | Merge _sig_chld() fix into asyncio branch. | Guido van Rossum | 2013-10-15 | 1 | -20/+17 | |
| | ||||||
* | Rename tulip package to asyncio. | Guido van Rossum | 2013-10-14 | 1 | -0/+534 | |