index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
library
/
asyncio-task.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Explain the 'result' argument in asyncio.sleep
Eli Bendersky
2014-01-20
1
-1
/
+2
*
asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"
Victor Stinner
2014-01-16
1
-16
/
+18
*
asyncio: add a new "Develop with asyncio" section to the documentation
Victor Stinner
2014-01-16
1
-0
/
+8
*
Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.
R David Murray
2013-12-20
1
-1
/
+1
*
asyncio doc: explain where does the task come from.
Victor Stinner
2013-12-13
1
-4
/
+6
*
Add a sequence diagram for the chained coroutines example
Victor Stinner
2013-12-12
1
-1
/
+10
*
asyncio doc: simplify task example
Victor Stinner
2013-12-10
1
-4
/
+4
*
asyncio doc: don't document Task.cancel(), already documented in Future.cancel()
Victor Stinner
2013-12-10
1
-4
/
+0
*
asyncio: document Task.current_task()
Victor Stinner
2013-12-10
1
-0
/
+8
*
asyncio: don't document private functions
Victor Stinner
2013-12-10
1
-8
/
+0
*
asyncio: fix 2nd task example
Victor Stinner
2013-12-10
1
-16
/
+16
*
assyncio doc: rewrite, improve and move coroutine, Future and Task examples
Victor Stinner
2013-12-10
1
-142
/
+152
*
asyncio: another Future example using add_done_callback()
Victor Stinner
2013-12-09
1
-2
/
+34
*
asyncio doc: add an example with Future
Victor Stinner
2013-12-09
1
-0
/
+24
*
asyncio doc: oh, asyncio module has its own Future class
Victor Stinner
2013-12-03
1
-12
/
+103
*
asyncio doc: add one more example of coroutines
Victor Stinner
2013-12-03
1
-1
/
+65
*
asyncio doc: reorder methods; typo
Victor Stinner
2013-12-03
1
-1
/
+1
*
asyncio doc: move coroutine example to the Task page
Victor Stinner
2013-12-03
1
-0
/
+23
*
Split asyncio documentation into subfiles
Victor Stinner
2013-12-03
1
-0
/
+232
[prev]