Kyle Stanley
|
e407013089
|
Fix and improve `asyncio.run()` docs (GH-16403)
|
2019-09-30 17:12:21 -07:00 |
Emmanuel Arias
|
17deb16883
|
bpo-38260: Add Docs on asyncio.run (GH-16337)
Add docs about return and raise exception on asyncio.run
https://bugs.python.org/issue38260
Automerge-Triggered-By: @asvetlov
|
2019-09-25 01:53:49 -07:00 |
Kyle Stanley
|
9fdc64cf12
|
bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735)
|
2019-09-19 15:47:22 +03:00 |
Yury Selivanov
|
416c1ebd98
|
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
|
2018-05-28 17:54:02 -04:00 |
Yury Selivanov
|
a4afcdfa55
|
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
|
2018-01-21 14:56:59 -05:00 |
Yury Selivanov
|
02a0a19206
|
bpo-32314: Implement asyncio.run() (#4852)
|
2017-12-14 09:42:21 -05:00 |