| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.13] gh-124433: fix docs for `asyncio.Queue.task_done` (GH-128669) (#128671) | Miss Islington (bot) | 2025-01-09 | 1 | -3/+3 |
| | | | | | | | gh-124433: fix docs for `asyncio.Queue.task_done` (GH-128669) (cherry picked from commit 4322a318ea98ceeb95d88b7ae6b5cfa3572d2069) Co-authored-by: Kumar Aditya <kumaraditya@python.org> | ||||
| * | [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) ↵ | Wei-Hsiang (Matt) Wang | 2024-09-02 | 1 | -1/+1 |
| | | | | | (GH-123577) | ||||
| * | gh-96471: Correct documentation for asyncio queue shutdown (#117621) | Laurie O | 2024-04-08 | 1 | -3/+4 |
| | | |||||
| * | gh-96471: Add asyncio queue shutdown (#104228) | Laurie O | 2024-04-06 | 1 | -0/+31 |
| | | | | Co-authored-by: Duprat <yduprat@gmail.com> | ||||
| * | bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) | Serhiy Storchaka | 2022-02-18 | 1 | -7/+3 |
| | | |||||
| * | bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) | Ken Jin | 2021-05-26 | 1 | -0/+7 |
| | | | | | * Add deprecated-removed loop labels for all reelvant functions/classes in asyncio | ||||
| * | bpo-42392: Remove deprecated loop parameter from docs (GH-23552) | Yurii Karabas | 2020-11-29 | 1 | -4/+1 |
| | | |||||
| * | 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/+4 |
| | | | | | | | | | | | | | | | | [queue] (GH-13950) This PR deprecate explicit loop parameters in all public asyncio APIs This issues is split to be easier to review. fourth step: queue.py https://bugs.python.org/issue36373 | ||||
| * | Fixes typo in asyncio.queue doc (GH-11581) | Slam | 2019-01-17 | 1 | -1/+1 |
| | | | | | | | | Typo fix for method doc, I'm pretty sure coro is meant, because there's no consumer threads for thread-unsafe queue. Most probably this piece of doc was copied from `queue.Queue` There's not BPO bug for this, afaik. | ||||
| * | bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) | Elvis Pranskevichus | 2018-09-17 | 1 | -3/+3 |
| | | |||||
| * | bpo-33649: Add high-level APIs cheat-sheet (GH-9319) | Yury Selivanov | 2018-09-14 | 1 | -0/+2 |
| | | |||||
| * | bpo-33649: Refresh asyncio docs landing page (GH-9322) | Yury Selivanov | 2018-09-14 | 1 | -0/+1 |
| | | |||||
| * | bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306) | Carol Willing | 2018-09-14 | 1 | -1/+1 |
| | | | | | | | | | * small clarification * edits to protocols doc * Edit async queue doc | ||||
| * | bpo-33649: First asyncio docs improvement pass (GH-9142) | Yury Selivanov | 2018-09-11 | 1 | -80/+117 |
| | | | | | | | | | | | | | | Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms | ||||
| * | bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) | Andrew Svetlov | 2017-12-11 | 1 | -1/+1 |
| | | | | | | | * Replace 'yield from' to 'await' in asyncio docs * Fix docstrings | ||||
| * | Add the link to asyncio source code in the docs (GH-2373) | lf | 2017-07-25 | 1 | -0/+2 |
| | | |||||
| * | #23464: remove JoinableQueue that was deprecated in 3.4.4. | R David Murray | 2015-04-12 | 1 | -11/+0 |
| | | | | | Patch by A. Jesse Jiryu Davis. | ||||
| * | asyncio doc: changes on the Queue API missed Python 3.4.3 release | Victor Stinner | 2015-03-10 | 1 | -4/+4 |
| | | |||||
| * | asyncio: add a note about (non) thread safety in each class | Victor Stinner | 2015-02-25 | 1 | -0/+2 |
| | | |||||
| * | asyncio doc: move queues to a new page | Victor Stinner | 2015-02-25 | 1 | -0/+167 |
