summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-queue.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)Serhiy Storchaka2022-02-181-7/+3
* bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)Ken Jin2021-05-261-0/+7
* bpo-42392: Remove deprecated loop parameter from docs (GH-23552)Yurii Karabas2020-11-291-4/+1
* docs: Add asyncio source code links (GH-16640)Kyle Stanley2019-10-101-0/+4
* bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queu...Emmanuel Arias2019-09-101-0/+4
* Fixes typo in asyncio.queue doc (GH-11581)Slam2019-01-171-1/+1
* bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)Elvis Pranskevichus2018-09-171-3/+3
* bpo-33649: Add high-level APIs cheat-sheet (GH-9319)Yury Selivanov2018-09-141-0/+2
* bpo-33649: Refresh asyncio docs landing page (GH-9322)Yury Selivanov2018-09-141-0/+1
* bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306)Carol Willing2018-09-141-1/+1
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-111-80/+117
* bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)Andrew Svetlov2017-12-111-1/+1
* Add the link to asyncio source code in the docs (GH-2373)lf2017-07-251-0/+2
* #23464: remove JoinableQueue that was deprecated in 3.4.4.R David Murray2015-04-121-11/+0
* asyncio doc: changes on the Queue API missed Python 3.4.3 releaseVictor Stinner2015-03-101-4/+4
* asyncio: add a note about (non) thread safety in each classVictor Stinner2015-02-251-0/+2
* asyncio doc: move queues to a new pageVictor Stinner2015-02-251-0/+167