summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-task.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* Issue #21596: asyncio.wait(): mention that the sequence of futures must notVictor Stinner2014-06-101-0/+2
| | | | be empty.
* Issue #21601: Document asyncio.Task.cancel(). Initial patch written by VajraskyVictor Stinner2014-06-021-1/+21
| | | | Kok.
* Issue #21376: document asyncio.TimeoutErrorVictor Stinner2014-05-281-4/+17
|
* asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue ↵Yury Selivanov2014-02-201-2/+12
| | | | #20706
* Close #20652: asyncio doc: close the event loop in run_forever() example. FixVictor Stinner2014-02-171-3/+6
| | | | also typo. Patch written by Vajrasky Kok.
* mergeBrian Curtin2014-02-091-1/+1
|\
| * asyncio doc: fix gather() docVictor Stinner2014-02-091-1/+1
| |
* | Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.comBrian Curtin2014-02-091-2/+2
|/
* asyncio doc: document the granularity of the event loopVictor Stinner2014-02-011-0/+3
| | | | Improve also the "Logging" section
* asyncio: document iscoroutine(), iscoroutinefunction() and wait_for()Victor Stinner2014-01-291-2/+28
| | | | Mention that wait_for() now accepts None for the timeout.
* asyncio doc: close the loop at exitVictor Stinner2014-01-281-0/+3
|
* Clarify what the loop arguments means for functions listed in 18.5.2.5Eli Bendersky2014-01-201-0/+6
|
* Explain the 'result' argument in asyncio.sleepEli Bendersky2014-01-201-1/+2
|
* asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"Victor Stinner2014-01-161-16/+18
|
* asyncio: add a new "Develop with asyncio" section to the documentationVictor Stinner2014-01-161-0/+8
|
* Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.R David Murray2013-12-201-1/+1
|
* asyncio doc: explain where does the task come from.Victor Stinner2013-12-131-4/+6
|
* Add a sequence diagram for the chained coroutines exampleVictor Stinner2013-12-121-1/+10
|
* asyncio doc: simplify task exampleVictor Stinner2013-12-101-4/+4
|
* asyncio doc: don't document Task.cancel(), already documented in Future.cancel()Victor Stinner2013-12-101-4/+0
|
* asyncio: document Task.current_task()Victor Stinner2013-12-101-0/+8
|
* asyncio: don't document private functionsVictor Stinner2013-12-101-8/+0
|
* asyncio: fix 2nd task exampleVictor Stinner2013-12-101-16/+16
|
* assyncio doc: rewrite, improve and move coroutine, Future and Task examplesVictor Stinner2013-12-101-142/+152
|
* asyncio: another Future example using add_done_callback()Victor Stinner2013-12-091-2/+34
|
* asyncio doc: add an example with FutureVictor Stinner2013-12-091-0/+24
|
* asyncio doc: oh, asyncio module has its own Future classVictor Stinner2013-12-031-12/+103
| | | | | Improve also wait() documentation: mention that the first parameter is a sequence
* asyncio doc: add one more example of coroutinesVictor Stinner2013-12-031-1/+65
|
* asyncio doc: reorder methods; typoVictor Stinner2013-12-031-1/+1
|
* asyncio doc: move coroutine example to the Task pageVictor Stinner2013-12-031-0/+23
|
* Split asyncio documentation into subfilesVictor Stinner2013-12-031-0/+232