Victor Stinner
|
e6a537976e
|
asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is
not reliable
|
2014-03-06 01:00:36 +01:00 |
Victor Stinner
|
f5e37037cc
|
asyncio: Fix pyflakes warnings: remove unused variables and imports
|
2014-02-26 11:07:42 +01:00 |
Victor Stinner
|
24ba203504
|
asyncio: Replace "unittest.mock" with "mock" in unit tests
Use "from unittest import mock". It should simplify my work to merge new tests
in Trollius, because Trollius uses "mock" backport for Python 2.
|
2014-02-26 10:25:02 +01:00 |
Victor Stinner
|
da492a8c39
|
asyncio: remove unused imports and unused variables noticed by pyflakes
|
2014-02-20 10:37:27 +01:00 |
Yury Selivanov
|
b0b0e628ee
|
asyncio: Fix spelling and typos.
Thanks to Vajrasky Kok for discovering some of them.
|
2014-02-18 22:27:48 -05:00 |
Yury Selivanov
|
ff827f08ac
|
asyncio: New error handling API. Issue #20681.
|
2014-02-18 18:02:19 -05:00 |
Yury Selivanov
|
88a5bf0b2e
|
asyncio: Add support for UNIX Domain Sockets.
|
2014-02-18 12:15:06 -05:00 |
Victor Stinner
|
a125497ea3
|
asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),
call_at() and run_in_executor() now raise a TypeError if the callback is a
coroutine function.
|
2014-02-11 11:34:30 +01:00 |
Victor Stinner
|
06847d9c8c
|
Issue #20505: Fix TestLoop, set the clock resolution
|
2014-02-11 09:03:47 +01:00 |
Victor Stinner
|
dc62b7e261
|
asyncio: Tulip issue 112: Inline make_handle() into Handle constructor
|
2014-02-10 00:45:44 +01:00 |
Guido van Rossum
|
09f08fe248
|
asyncio: Remove more relics of resolution/granularity.
|
2014-02-08 19:44:02 -08:00 |
Victor Stinner
|
1c16537327
|
asyncio: Fix granularity of test_utils.TestLoop.
|
2014-01-30 16:05:07 -08:00 |
Victor Stinner
|
75a5ec88ff
|
Fix asyncio tests: define resolution
|
2014-01-25 15:31:06 +01:00 |
Victor Stinner
|
2748bc735e
|
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
Patch written by Vajrasky Kok.
|
2013-12-13 10:57:04 +01:00 |
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 |