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
/
Lib
/
asyncio
/
tools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner
2025-12-08
1
-1/+1
*
Drop three unused imports (#141875)
yihong
2025-11-23
1
-1/+1
*
Improve permission error messages in pdb and asyncio.tools (#134290)
ivonastojanovic
2025-09-12
1
-0/+16
*
gh-134861: revert "Add CSV and BSV output formats to asyncio ps" (#138187)
Kumar Aditya
2025-08-28
1
-48/+9
*
gh-134861: Add đSV output format to ``python -m asyncio ps`` (#137486)
Daniele Parmeggiani
2025-08-06
1
-0/+5
*
gh-134861: Add CSV output format to ``python -m asyncio ps`` (#134862)
Daniele Parmeggiani
2025-08-06
1
-9/+43
*
gh-135371: Fix asyncio introspection output to include internal coroutine cha...
Pablo Galindo Salgado
2025-06-14
1
-67/+95
*
gh-91048: Refactor and optimize remote debugging module (#134652)
Pablo Galindo Salgado
2025-05-25
1
-2/+6
*
gh-134451: Converted `asyncio.tools.CycleFoundException` from dataclass to a ...
Evgeny Demchenko
2025-05-23
1
-3/+9
*
gh-91048: Add filename:line_no information to `asyncio pstree` (#133478)
Ĺukasz Langa
2025-05-05
1
-3/+11
*
GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...
Adam Turner
2025-05-05
1
-1/+1
*
gh-91048: Add filename and line number to external inspection routines (GH-13...
Pablo Galindo Salgado
2025-05-04
1
-0/+2
*
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
Pablo Galindo Salgado
2025-05-04
1
-0/+212