| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes typo in asyncio.queue doc (GH-11581) | Miss Islington (bot) | 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. (cherry picked from commit 97e12996f31f6ada4173e2cd4b6807c98ba379a4) Co-authored-by: Slam <3lnc.slam@gmail.com> | ||||
| * | bpo-33649: Backport asyncio docs from 'master' to 3.7 (GH-9377) | Yury Selivanov | 2018-09-17 | 1 | -82/+122 |
| | | |||||
| * | 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 |
