| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548) | Eric Snow | 2024-10-16 | 1 | -2/+4 |
|
|
* | gh-108224: Fix asyncio doc inconsistency (#108230) | temach | 2023-08-21 | 1 | -1/+1 |
|
|
* | gh-106909: Use role :const: for referencing module constants (GH-106910) | Serhiy Storchaka | 2023-07-21 | 1 | -2/+2 |
|
|
* | gh-65046: Link to logging cookbook from asyncio docs (#98207) | Shantanu | 2022-10-12 | 1 | -1/+2 |
|
|
* | gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97... | C.A.M. Gerlach | 2022-09-27 | 1 | -1/+1 |
|
|
* | GH-65046: Fix docs about logging in `asyncio` (#97559) | Kumar Aditya | 2022-09-26 | 1 | -0/+4 |
|
|
* | [docs] Use full names for time units (GH-28611) | Serhiy Storchaka | 2021-09-29 | 1 | -1/+1 |
|
|
* | Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) | Roger Iyengar | 2020-08-29 | 1 | -0/+10 |
|
|
* | Improve asyncio.loop.call_soon() documentation (GH-20883) | Roger Iyengar | 2020-06-23 | 1 | -1/+1 |
|
|
* | bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) | Victor Stinner | 2020-01-24 | 1 | -1/+1 |
|
|
* | Fix grammar in asyncio-dev.rst (GH-15672) | Roger Iyengar | 2019-09-04 | 1 | -1/+1 |
|
|
* | Fix a typo in asyncio-dev.rst. (GH-10133) | Benjamin Peterson | 2018-10-26 | 1 | -1/+1 |
|
|
* | bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) | Elvis Pranskevichus | 2018-09-17 | 1 | -27/+26 |
|
|
* | bpo-33649: Fix asyncio-dev (GH-9324) | Yury Selivanov | 2018-09-14 | 1 | -316/+138 |
|
|
* | Grammar fix (GH-9318) | Grant | 2018-09-14 | 1 | -1/+1 |
|
|
* | Polish doc as part of asyncio doc improvement (GH-9185) | Carol Willing | 2018-09-13 | 1 | -18/+17 |
|
|
* | bpo-33649: First asyncio docs improvement pass (GH-9142) | Yury Selivanov | 2018-09-11 | 1 | -15/+16 |
|
|
* | bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) | Andrew Svetlov | 2017-12-11 | 1 | -34/+25 |
|
|
* | Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) | Ashley Camba | 2017-11-24 | 1 | -2/+2 |
|
|
* | bpo-32047: -X dev enables asyncio debug mode (#4418) | Victor Stinner | 2017-11-20 | 1 | -1/+8 |
|
|
* | Improve grammar in asyncio documentation (GH-2993) | Mike DePalatis | 2017-08-03 | 1 | -1/+1 |
|
|
* | Issue #21443: Show how to change log level for asyncio. | Guido van Rossum | 2016-10-13 | 1 | -0/+8 |
|
|
* | Issue #27700: Document AbstractEventLoop, not BaseEventLoop. | Guido van Rossum | 2016-08-08 | 1 | -11/+11 |
|
|
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -4/+12 |
|
|
* | Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.... | Guido van Rossum | 2015-10-05 | 1 | -3/+9 |
|\ |
|
| * | Docs and one small improvement for issue #25304, by Vincent Michel. | Guido van Rossum | 2015-10-05 | 1 | -3/+9 |
|
|
* | | Merge 3.4 -> 3.5 | Andrew Svetlov | 2015-09-24 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Fix #25208: Improve "Develop with asyncio" doc page. | Andrew Svetlov | 2015-09-24 | 1 | -5/+5 |
|
|
* | | Issue #24487: Rename async() -> ensure_future() in asyncio docs. | Yury Selivanov | 2015-07-01 | 1 | -6/+6 |
|/ |
|
* | docs/asyncio: Document new ensure_future() and deprecated async() | Yury Selivanov | 2015-05-11 | 1 | -13/+13 |
|
|
* | asyncio doc: close explicitly event loops | Victor Stinner | 2015-02-23 | 1 | -0/+2 |
|
|
* | asyncio doc: explain how to display ResourceWarning in the debug mode section | Victor Stinner | 2015-02-04 | 1 | -15/+24 |
|
|
* | asyncio doc: document the new ResourceWarning warnings | Victor Stinner | 2015-01-30 | 1 | -0/+11 |
|
|
* | asyncio doc: add a section about task cancellation | Victor Stinner | 2015-01-29 | 1 | -0/+37 |
|
|
* | asyncio doc: list limitations to run subprocesses from different threads | Victor Stinner | 2015-01-09 | 1 | -0/+5 |
|
|
* | Cosmetic fixes to the 'Develop with asyncio' page | Zachary Ware | 2015-01-06 | 1 | -8/+10 |
|
|
* | asyncio doc: update debug traces | Victor Stinner | 2014-10-12 | 1 | -16/+27 |
|
|
* | asyncio: update the doc | Victor Stinner | 2014-08-25 | 1 | -1/+9 |
|
|
* | Update asyncio documentation | Victor Stinner | 2014-07-08 | 1 | -29/+66 |
|
|
* | asyncio: document the debug mode | Victor Stinner | 2014-06-22 | 1 | -4/+27 |
|
|
* | asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG | Victor Stinner | 2014-02-20 | 1 | -1/+0 |
|
|
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 1 | -4/+6 |
|
|
* | Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. | Victor Stinner | 2014-02-18 | 1 | -1/+1 |
|
|
* | Various formatting & grammar fixes in asyncio* docs. | Eli Bendersky | 2014-02-09 | 1 | -1/+1 |
|
|
* | asyncio doc: mention that asyncio is not thread-safe | Victor Stinner | 2014-02-07 | 1 | -0/+6 |
|
|
* | Add missing word ("thread") to sentence about call_soon_threadsafe. | Guido van Rossum | 2014-02-04 | 1 | -1/+1 |
|
|
* | asyncio doc: add an example to schedule a coroutine from a different thread | Victor Stinner | 2014-02-04 | 1 | -5/+8 |
|
|
* | asyncio doc: add "asyncio-" prefix to references | Victor Stinner | 2014-02-02 | 1 | -1/+1 |
|
|
* | asyncio doc: add "Concurrency and multithreading" section | Victor Stinner | 2014-02-01 | 1 | -3/+27 |
|
|
* | asyncio doc: document the granularity of the event loop | Victor Stinner | 2014-02-01 | 1 | -6/+11 |
|
|