Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docs] fix some asyncio.Barrier.wait docs grammar (GH-93552) | Thomas Grainger | 2022-06-06 | 1 | -2/+2 |
| | |||||
* | Remove action=None kwarg from Barrier docs (GH-93538) | Thomas Grainger | 2022-06-06 | 1 | -1/+1 |
| | |||||
* | asyncio.Barrier docs: Fix typo (#93371) | Omer Katz | 2022-06-06 | 1 | -1/+1 |
| | | | taks -> tasks | ||||
* | bpo-43352: Add a Barrier object in asyncio lib (GH-24903) | Duprat | 2022-03-25 | 1 | -0/+110 |
| | | | | Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) | Serhiy Storchaka | 2022-02-18 | 1 | -26/+10 |
| | |||||
* | bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) | Ken Jin | 2021-05-26 | 1 | -0/+31 |
| | | | | * Add deprecated-removed loop labels for all reelvant functions/classes in asyncio | ||||
* | BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) | Matt Fowler | 2020-12-23 | 1 | -5/+5 |
| | |||||
* | bpo-42392: Remove deprecated loop parameter from docs (GH-23552) | Yurii Karabas | 2020-11-29 | 1 | -24/+5 |
| | |||||
* | bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533) | Andrew Svetlov | 2020-02-01 | 1 | -2/+2 |
| | |||||
* | docs: Add asyncio source code links (GH-16640) | Kyle Stanley | 2019-10-10 | 1 | -0/+4 |
| | |||||
* | bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs ↵ | Emmanuel Arias | 2019-09-10 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | [locks] (GH-13920) This PR deprecate explicit loop parameters in all public asyncio APIs This issues is split to be easier to review. Third step: locks.py https://bugs.python.org/issue36373 | ||||
* | bpo-36794: Document that Lock.acquire is fair. (GH-13082) | Hrvoje Nikšić | 2019-05-29 | 1 | -0/+7 |
| | | | https://bugs.python.org/issue36794 | ||||
* | Fix typo (GH-12878) | Fredrik Averpil | 2019-04-20 | 1 | -1/+1 |
| | | | "sychronization" -> "synchronization" | ||||
* | Fix typo: equivalent code of `async with cond` (GH-11681) | Kevin Mai-Husan Chia | 2019-02-14 | 1 | -2/+2 |
| | |||||
* | bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) | Elvis Pranskevichus | 2018-09-17 | 1 | -7/+7 |
| | |||||
* | bpo-33649: Add high-level APIs cheat-sheet (GH-9319) | Yury Selivanov | 2018-09-14 | 1 | -0/+2 |
| | |||||
* | bpo-33649: Polish asyncio subprocess and sync docs (GH-9285) | Carol Willing | 2018-09-14 | 1 | -4/+4 |
| | | | | | | Second pass for asyncio subprocess and sync docs. https://bugs.python.org/issue33649 | ||||
* | bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192) | Yury Selivanov | 2018-09-12 | 1 | -171/+189 |
| | |||||
* | Fix typo in asyncio.BoundedSemaphore docs (GH-8882) | Jelle Zijlstra | 2018-08-24 | 1 | -1/+1 |
| | | | semapthores -> semaphores | ||||
* | bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) | Andrew Svetlov | 2017-12-09 | 1 | -42/+52 |
| | | | | | * Add test for 'with (yield from lock)' * Deprecate with statement for asyncio locks * Document the deprecation | ||||
* | Add the link to asyncio source code in the docs (GH-2373) | lf | 2017-07-25 | 1 | -0/+2 |
| | |||||
* | Fix typos in code comment and documentation | Martin Panter | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -3/+3 |
| | | | | Original patch by James Edwards. | ||||
* | Fix doc: asyncio.Semaphore.release() actually is a regular function, not ↵ | Andrew Svetlov | 2015-05-08 | 1 | -2/+1 |
| | | | | coroutine | ||||
* | Fix copy/paste errors. | Zachary Ware | 2015-05-07 | 1 | -4/+4 |
| | | | | Basically, s/thread/coroutine/. | ||||
* | asyncio doc: lock classes are not thread safe | Victor Stinner | 2015-02-26 | 1 | -3/+11 |
| | |||||
* | asyncio doc: move queues to a new page | Victor Stinner | 2015-02-25 | 1 | -166/+6 |
| | |||||
* | asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done | Victor Stinner | 2015-02-17 | 1 | -28/+36 |
| | | | | methods | ||||
* | asyncio doc: annotate coroutine on coroutine functions and methods | Victor Stinner | 2015-02-12 | 1 | -10/+10 |
| | |||||
* | asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull | Victor Stinner | 2015-02-03 | 1 | -6/+4 |
| | |||||
* | Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace | Victor Stinner | 2015-01-29 | 1 | -0/+23 |
| | | | | the lack of timeout parameter for locks and queues. | ||||
* | asyncio doc: Fix doc of get and put methods of Queue | Victor Stinner | 2014-12-22 | 1 | -8/+13 |
| | |||||
* | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 1 | -2/+2 |
| | | | | protocol". | ||||
* | Document lock parameter for asyncio.Condition() | Andrew Svetlov | 2014-07-26 | 1 | -2/+4 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -2/+27 |
| | |||||
* | asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue ↵ | Yury Selivanov | 2014-02-20 | 1 | -7/+7 |
| | | | | #20706 | ||||
* | asyncio doc: add "Concurrency and multithreading" section | Victor Stinner | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Document asyncio.QueueFull/Empty. | Guido van Rossum | 2014-01-26 | 1 | -2/+18 |
| | |||||
* | asyncio doc: move AbstractServer to the event loop page | Victor Stinner | 2014-01-24 | 1 | -0/+27 |
| | | | | | Add also entries in the table of content for each synchronization primitive class. | ||||
* | asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function" | Victor Stinner | 2014-01-16 | 1 | -8/+8 |
| | |||||
* | Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. | R David Murray | 2013-12-20 | 1 | -0/+1 |
| | |||||
* | asyncio: remove references to the Tulip project, rename Tulip to asyncio. | Victor Stinner | 2013-12-13 | 1 | -1/+1 |
| | | | | Patch written by Vajrasky Kok. | ||||
* | Split asyncio documentation into subfiles | Victor Stinner | 2013-12-03 | 1 | -0/+341 |