summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-sync.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-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-261-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