summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-dev.rst
Commit message (Expand)AuthorAgeFilesLines
* asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUGVictor Stinner2014-02-201-1/+0
* asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.Victor Stinner2014-02-191-4/+6
* Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon.Victor Stinner2014-02-181-1/+1
* Various formatting & grammar fixes in asyncio* docs.Eli Bendersky2014-02-091-1/+1
* asyncio doc: mention that asyncio is not thread-safeVictor Stinner2014-02-071-0/+6
* Add missing word ("thread") to sentence about call_soon_threadsafe.Guido van Rossum2014-02-041-1/+1
* asyncio doc: add an example to schedule a coroutine from a different threadVictor Stinner2014-02-041-5/+8
* asyncio doc: add "asyncio-" prefix to referencesVictor Stinner2014-02-021-1/+1
* asyncio doc: add "Concurrency and multithreading" sectionVictor Stinner2014-02-011-3/+27
* asyncio doc: document the granularity of the event loopVictor Stinner2014-02-011-6/+11
* asyncio doc: close the loop at exitVictor Stinner2014-01-281-0/+1
* Fix grammar and add markupEli Bendersky2014-01-201-5/+6
* asyncio: oops, add missing word :-)Victor Stinner2014-01-171-2/+2
* asyncio: add a new "Develop with asyncio" section to the documentationVictor Stinner2014-01-161-0/+210