summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/tools.py
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-135371: Fix asyncio introspection output to include internal corout...Miss Islington (bot)2025-06-151-67/+95
* [3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...Pablo Galindo Salgado2025-05-251-2/+6
* [3.14] gh-134451: Converted `asyncio.tools.CycleFoundException` from dataclas...Miss Islington (bot)2025-05-231-3/+9
* gh-91048: Add filename:line_no information to `asyncio pstree` (#133478)Ɓukasz Langa2025-05-051-3/+11
* GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...Adam Turner2025-05-051-1/+1
* gh-91048: Add filename and line number to external inspection routines (GH-13...Pablo Galindo Salgado2025-05-041-0/+2
* GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)Pablo Galindo Salgado2025-05-041-0/+212