| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
not reliable
|
| |
|
|
|
|
|
| |
Use "from unittest import mock". It should simplify my work to merge new tests
in Trollius, because Trollius uses "mock" backport for Python 2.
|
| |
|
|
|
|
| |
Thanks to Vajrasky Kok for discovering some of them.
|
| |
|
| |
|
|
|
|
|
| |
call_at() and run_in_executor() now raise a TypeError if the callback is a
coroutine function.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch written by Vajrasky Kok.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|