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
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
1
-3/+33
*
Fix typo introduced in GH-7217 (#7230)
Elvis Pranskevichus
2018-05-30
1
-1/+1
*
bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217)
Elvis Pranskevichus
2018-05-29
1
-0/+3
*
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Elvis Pranskevichus
2018-05-29
1
-1/+8
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Yury Selivanov
2018-05-29
1
-0/+4
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov
2018-05-28
1
-2/+5
*
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
Yury Selivanov
2018-05-23
1
-2/+17
*
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
Elvis Pranskevichus
2018-05-20
1
-1/+1
*
asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946)
Yury Selivanov
2018-05-17
1
-0/+2
*
Fix docs markup for asyncio current_task() and all_tasks() (#6089)
Andrew Svetlov
2018-03-12
1
-2/+2
*
Fix missing coroutine declaration in the asyncio documentation. (#5964)
Joongi Kim
2018-03-03
1
-1/+1
*
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
Yury Selivanov
2017-12-23
1
-0/+6
*
bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
Andrew Svetlov
2017-12-16
1
-0/+22
*
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov
2017-12-15
1
-4/+21
*
bpo-32314: Implement asyncio.run() (#4852)
Yury Selivanov
2017-12-14
1
-9/+22
*
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov
2017-12-11
1
-6/+6
*
bpo-32272: Remove asyncio.async() function. (#4784)
Yury Selivanov
2017-12-11
1
-6/+0
*
bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319)
Antoine Pitrou
2017-11-07
1
-1/+1
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
Add the link to asyncio source code in the docs (GH-2373)
lf
2017-07-25
1
-0/+4
*
bpo-24755: Document asyncio.wrap_future (GH-603)
adisbladis
2017-06-09
1
-0/+5
*
Issue #29441: Update examples to use async and await keywords in asyncio-task...
Berker Peksag
2017-02-07
1
-17/+4
*
Issue #29407: Remove redundant ensure_future() calls in factorial example
Berker Peksag
2017-02-01
1
-8/+7
*
Issue #19795: Improved more markups of True/False.
Serhiy Storchaka
2016-10-19
1
-2/+2
*
Issue #28348: Fix typo in asyncio.Task() documentation
Berker Peksag
2016-10-04
1
-1/+1
*
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
Guido van Rossum
2016-08-08
1
-11/+11
*
Use asyncio.gather instead of asyncio.wait in example.
Andrew Svetlov
2016-08-08
1
-1/+1
*
asyncio: Remove asyncio.timeout() context manager.
Yury Selivanov
2016-06-08
1
-16/+0
*
Fix typo
Zachary Ware
2016-06-01
1
-1/+1
*
docs: Update asyncio docs & whatsnew
Yury Selivanov
2016-05-16
1
-0/+2
*
Document None as timeout for asyncio.timeout()
Andrew Svetlov
2016-03-29
1
-0/+2
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-1/+1
*
Fix versionadded to use 3.5.1 only for 3.5 branch
Andrew Svetlov
2016-01-11
1
-1/+1
*
merge 3.4
Andrew Svetlov
2016-01-11
1
-48/+64
|
\
|
*
Document asyncio.timeout()
Andrew Svetlov
2016-01-11
1
-46/+63
*
|
docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs
Yury Selivanov
2015-12-15
1
-1/+4
*
|
Merge 3.4
Yury Selivanov
2015-11-18
1
-1/+1
|
\
\
|
|
/
|
*
asyncio.docs: Fix versionadded
Yury Selivanov
2015-11-18
1
-1/+1
*
|
Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3....
Guido van Rossum
2015-10-05
1
-0/+39
|
\
\
|
|
/
|
*
Docs and one small improvement for issue #25304, by Vincent Michel.
Guido van Rossum
2015-10-05
1
-0/+39
*
|
Issue #24487: Rename async() -> ensure_future() in asyncio docs.
Yury Selivanov
2015-07-01
1
-3/+3
*
|
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov
2015-06-24
1
-32/+54
|
/
*
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
[next]