| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
Second pass for asyncio subprocess and sync docs.
https://bugs.python.org/issue33649
|
| |
|
|
|
| |
semapthores -> semaphores
|
|
|
|
|
| |
* Add test for 'with (yield from lock)'
* Deprecate with statement for asyncio locks
* Document the deprecation
|
| |
|
| |
|
|
|
|
| |
Original patch by James Edwards.
|
|
|
|
| |
coroutine
|
|
|
|
| |
Basically, s/thread/coroutine/.
|
| |
|
| |
|
|
|
|
| |
methods
|
| |
|
| |
|
|
|
|
| |
the lack of timeout parameter for locks and queues.
|
| |
|
|
|
|
| |
protocol".
|
| |
|
| |
|
|
|
|
| |
#20706
|
| |
|
| |
|
|
|
|
|
| |
Add also entries in the table of content for each synchronization primitive
class.
|
| |
|
| |
|
|
|
|
| |
Patch written by Vajrasky Kok.
|
|
|