Victor Stinner
|
421e49b5c1
|
asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo
Carneiro.
|
2014-01-23 17:40:59 +01:00 |
|
Guido van Rossum
|
9ba75db3c5
|
asyncio: Clean up formatting.
|
2013-12-19 13:49:32 -08:00 |
|
Victor Stinner
|
4c3c699e62
|
Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in
Python 3.4 to log "uncatched" exceptions, instead of the dedicated
_TracebackLogger class.
|
2013-12-19 22:42:40 +01:00 |
|
Guido van Rossum
|
1a605ed5a3
|
asyncio: Add Task.current_task() class method.
|
2013-12-06 12:57:40 -08:00 |
|
Serhiy Storchaka
|
e048addedc
|
Issue #19589: Use specific asserts in asyncio tests.
|
2013-11-14 23:10:51 +02:00 |
|
Guido van Rossum
|
27b7c7ebf1
|
Initial checkin of asyncio package (== Tulip, == PEP 3156).
|
2013-10-17 13:40:50 -07:00 |
|