Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio doc: mention that asyncio is not thread-safe | Victor Stinner | 2014-02-07 | 1 | -0/+6 |
* | Add missing word ("thread") to sentence about call_soon_threadsafe. | Guido van Rossum | 2014-02-04 | 1 | -1/+1 |
* | asyncio doc: add an example to schedule a coroutine from a different thread | Victor Stinner | 2014-02-04 | 1 | -5/+8 |
* | asyncio doc: add "asyncio-" prefix to references | Victor Stinner | 2014-02-02 | 1 | -1/+1 |
* | asyncio doc: add "Concurrency and multithreading" section | Victor Stinner | 2014-02-01 | 1 | -3/+27 |
* | asyncio doc: document the granularity of the event loop | Victor Stinner | 2014-02-01 | 1 | -6/+11 |
* | asyncio doc: close the loop at exit | Victor Stinner | 2014-01-28 | 1 | -0/+1 |
* | Fix grammar and add markup | Eli Bendersky | 2014-01-20 | 1 | -5/+6 |
* | asyncio: oops, add missing word :-) | Victor Stinner | 2014-01-17 | 1 | -2/+2 |
* | asyncio: add a new "Develop with asyncio" section to the documentation | Victor Stinner | 2014-01-16 | 1 | -0/+210 |