summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-queue.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-33649: Backport asyncio docs from 'master' to 3.7 (GH-9377)Yury Selivanov2018-09-171-82/+122
* 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