index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
asyncio-task.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document asyncio.timeout()
Andrew Svetlov
2016-01-11
1
-46/+63
*
asyncio.docs: Fix versionadded
Yury Selivanov
2015-11-18
1
-1/+1
*
Docs and one small improvement for issue #25304, by Vincent Michel.
Guido van Rossum
2015-10-05
1
-0/+39
*
docs/asyncio: Document new ensure_future() and deprecated async()
Yury Selivanov
2015-05-11
1
-6/+14
*
Issue #23219: Update asyncio.wait_for() documentation
Victor Stinner
2015-04-03
1
-0/+5
*
asyncio: add a note about (non) thread safety in each class
Victor Stinner
2015-02-25
1
-0/+4
*
asyncio doc: annotate coroutine on coroutine functions and methods
Victor Stinner
2015-02-12
1
-3/+5
*
Closes #22475: asyncio doc, fix Task.get_stack() doc
Victor Stinner
2014-12-02
1
-1/+1
*
Close #22473: asyncio doc: rephrase Future with run_forever() example
Victor Stinner
2014-12-02
1
-8/+3
*
asyncio doc: explain how to pass keywords to callbacks (functools.partial)
Victor Stinner
2014-11-28
1
-0/+5
*
asyncio doc: write simpler examples to introduce asyncio
Victor Stinner
2014-10-15
1
-13/+43
*
asyncio doc: more explicit doc for async()
Victor Stinner
2014-10-12
1
-1/+2
*
asyncio doc: cleanup Hello World examples
Victor Stinner
2014-10-11
1
-2/+3
*
Revert #22251
Berker Peksag
2014-09-27
1
-1/+0
*
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
1
-0/+1
*
Improve English phrasing in asyncio task docs.
R David Murray
2014-09-24
1
-9/+9
*
Issue #22112, asyncio doc: replace loop.create_task(coro) with
Victor Stinner
2014-08-10
1
-12/+16
*
Englich grammar nit.
Terry Jan Reedy
2014-07-24
1
-1/+1
*
Update asyncio documentation
Victor Stinner
2014-07-08
1
-17/+42
*
Closes #21921: Fix ResourceWarning in the asyncio examples: close the event
Victor Stinner
2014-07-05
1
-1/+4
*
Issue #21596: asyncio.wait(): mention that the sequence of futures must not
Victor Stinner
2014-06-10
1
-0/+2
*
Issue #21601: Document asyncio.Task.cancel(). Initial patch written by Vajrasky
Victor Stinner
2014-06-02
1
-1/+21
*
Issue #21376: document asyncio.TimeoutError
Victor Stinner
2014-05-28
1
-4/+17
*
asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #...
Yury Selivanov
2014-02-20
1
-2/+12
*
Close #20652: asyncio doc: close the event loop in run_forever() example. Fix
Victor Stinner
2014-02-17
1
-3/+6
*
merge
Brian Curtin
2014-02-09
1
-1/+1
|
\
|
*
asyncio doc: fix gather() doc
Victor Stinner
2014-02-09
1
-1/+1
*
|
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
Brian Curtin
2014-02-09
1
-2/+2
|
/
*
asyncio doc: document the granularity of the event loop
Victor Stinner
2014-02-01
1
-0/+3
*
asyncio: document iscoroutine(), iscoroutinefunction() and wait_for()
Victor Stinner
2014-01-29
1
-2/+28
*
asyncio doc: close the loop at exit
Victor Stinner
2014-01-28
1
-0/+3
*
Clarify what the loop arguments means for functions listed in 18.5.2.5
Eli Bendersky
2014-01-20
1
-0/+6
*
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
[next]