summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio-sync.rst
Commit message (Expand)AuthorAgeFilesLines
* 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 [loc...Emmanuel Arias2019-09-101-0/+18
* bpo-36794: Document that Lock.acquire is fair. (GH-13082)Hrvoje Nikšić2019-05-291-0/+7
* Fix typo (GH-12878)Fredrik Averpil2019-04-201-1/+1
* Fix typo: equivalent code of `async with cond` (GH-11681)Kevin Mai-Husan Chia2019-02-131-2/+2
* bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)Elvis Pranskevichus2018-09-171-7/+7
* bpo-33649: Add high-level APIs cheat-sheet (GH-9319)Yury Selivanov2018-09-141-0/+2
* bpo-33649: Polish asyncio subprocess and sync docs (GH-9285)Carol Willing2018-09-131-4/+4
* bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)Yury Selivanov2018-09-111-171/+189
* Fix typo in asyncio.BoundedSemaphore docs (GH-8882)Jelle Zijlstra2018-08-231-1/+1
* bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)Andrew Svetlov2017-12-091-42/+52
* Add the link to asyncio source code in the docs (GH-2373)lf2017-07-251-0/+2
* Fix typos in code comment and documentationMartin Panter2016-06-041-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-3/+3
* Fix doc: asyncio.Semaphore.release() actually is a regular function, not coro...Andrew Svetlov2015-05-081-2/+1
* Fix copy/paste errors.Zachary Ware2015-05-061-4/+4
* asyncio doc: lock classes are not thread safeVictor Stinner2015-02-261-3/+11
* asyncio doc: move queues to a new pageVictor Stinner2015-02-251-166/+6
* asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_doneVictor Stinner2015-02-171-28/+36
* asyncio doc: annotate coroutine on coroutine functions and methodsVictor Stinner2015-02-121-10/+10
* asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFullVictor Stinner2015-02-031-6/+4
* Issue #21962, asyncio doc: Suggest the usage of wait_for() to replaceVictor Stinner2015-01-301-0/+23
* asyncio doc: Fix doc of get and put methods of QueueVictor Stinner2014-12-221-8/+13
* Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-101-2/+2
* Document lock parameter for asyncio.Condition()Andrew Svetlov2014-07-261-2/+4
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-2/+27
* asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #...Yury Selivanov2014-02-201-7/+7
* asyncio doc: add "Concurrency and multithreading" sectionVictor Stinner2014-02-011-1/+1
* Document asyncio.QueueFull/Empty.Guido van Rossum2014-01-251-2/+18
* asyncio doc: move AbstractServer to the event loop pageVictor Stinner2014-01-241-0/+27
* asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"Victor Stinner2014-01-161-8/+8
* Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.R David Murray2013-12-201-0/+1
* asyncio: remove references to the Tulip project, rename Tulip to asyncio.Victor Stinner2013-12-131-1/+1
* Split asyncio documentation into subfilesVictor Stinner2013-12-031-0/+341