Victor Stinner
|
782b8e4b88
|
Remove a duplicated import
|
2013-12-07 15:02:09 +01:00 |
Guido van Rossum
|
1a605ed5a3
|
asyncio: Add Task.current_task() class method.
|
2013-12-06 12:57:40 -08:00 |
Christian Heimes
|
c9a87e6bbe
|
fix cert names for asyncio test
|
2013-12-06 02:58:23 +01:00 |
Charles-François Natali
|
b3330a0abf
|
Issue #19842: Refactor BaseSelector to make it an actual usable ABC.
|
2013-12-01 11:04:17 +01:00 |
Antoine Pitrou
|
a7a150c7c6
|
Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok.
|
2013-10-20 23:26:23 +02: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 |
Guido van Rossum
|
27b7c7ebf1
|
Initial checkin of asyncio package (== Tulip, == PEP 3156).
|
2013-10-17 13:40:50 -07:00 |