Guido van Rossum
|
02757ea7e9
|
asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders.
|
2014-01-10 13:30:04 -08:00 |
Guido van Rossum
|
4835f17c24
|
asyncio: Fix race in subprocess transport, by Victor Stinner.
|
2014-01-10 13:28:59 -08:00 |
Charles-François Natali
|
74e7cf3f46
|
Issue #19850: asyncio: Set SA_RESTART when registering a signal handler to
limit EINTR occurrences.
|
2013-12-05 22:47:19 +01:00 |
Guido van Rossum
|
2bcae708d8
|
asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).
|
2013-11-13 15:50:08 -08:00 |
Guido van Rossum
|
82e9f32f17
|
asyncio: Temporary fix by Victor Stinner for issue 19566.
|
2013-11-13 11:08:34 -08:00 |
Guido van Rossum
|
0b69fbc642
|
asyncio: Add close() back to Unix selector event loop, to remove all signal handlers. Should fix buildbot issues.
|
2013-11-06 20:25:50 -08:00 |
Guido van Rossum
|
0eaa5ac9b5
|
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
|
2013-11-04 15:50:46 -08:00 |
Guido van Rossum
|
5969128a86
|
asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk).
|
2013-10-30 14:52:03 -07:00 |
Guido van Rossum
|
934f6ea7fb
|
Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX hang).
|
2013-10-21 20:37:14 -07:00 |
Guido van Rossum
|
8da15cc218
|
asyncio: be more lenient if we don't understand status returned by waitpid().
This should have no effect, it's a "shouldn't happe" case.
Also tidied up some comments.
|
2013-10-21 15:00:44 -07:00 |
Charles-François Natali
|
5121debebf
|
Issue #19310: asyncio: fix child processes reaping logic.
|
2013-10-20 23:23:44 +02:00 |
Charles-François Natali
|
bcd76827f4
|
Issue #19309: asyncio: make waitpid() wait for all child processes, not only
those in the same process group.
|
2013-10-20 20:31:43 +02:00 |
Guido van Rossum
|
57497ad181
|
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later().
|
2013-10-18 07:58:20 -07:00 |
Guido van Rossum
|
fc29e0f37e
|
Rename the logger to plain "logger".
|
2013-10-17 15:39:45 -07:00 |
Guido van Rossum
|
27b7c7ebf1
|
Initial checkin of asyncio package (== Tulip, == PEP 3156).
|
2013-10-17 13:40:50 -07:00 |