Antoine Pitrou
|
a7a150c7c6
|
Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok.
|
2013-10-20 23:26:23 +02: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
|
32e46850a1
|
(Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6 support.
This should supersede revision e3ec6b17260c (but please test before removing that).
|
2013-10-19 17:04:25 -07:00 |
Antoine Pitrou
|
d20afad7d4
|
Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0
|
2013-10-20 01:51:25 +02:00 |
Antoine Pitrou
|
4ca7355901
|
Issue #19299: fix refleak test failures in test_asyncio
|
2013-10-20 00:54:10 +02:00 |
Guido van Rossum
|
f19a6ef2c9
|
Verify hostname if verify_mode is CERT_OPTIONAL too.
|
2013-10-19 09:52:09 -07:00 |
Guido van Rossum
|
355491dc47
|
Write flow control for asyncio (includes asyncio.streams overhaul).
|
2013-10-18 15:17:11 -07:00 |
Guido van Rossum
|
2546a17765
|
Important race condition fix for Tulip.
|
2013-10-18 10:10:36 -07: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 |