summaryrefslogtreecommitdiff
path: root/paste/debug/watchthreads.py
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing spacesVictor Stinner2015-04-211-4/+4
* Python 3: fix more submodulesVictor Stinner2014-03-191-2/+2
* Handle case when environ doesn't exist (request starting up)ianb2007-05-301-0/+4
* revert accidental commit of a printianb2007-03-171-1/+0
* fix some typos, from pythyianb2007-03-171-0/+1
* Major threadpool features to add threads temporarily, kill threads, monitor t...ianb2007-03-101-15/+25
* Add tracebacks of each thread under Python 2.5 (thanks to Alexander Schremmer...ianb2007-02-211-4/+58
* In debug.watchthreads: better time formatting; fix expanding environ bugianb2007-02-151-7/+21
* rewrite watchthreads to use the new paste.util.templateianb2007-01-311-65/+80
* Allow killing of errant threads through the web application (also add a modul...ianb2007-01-301-37/+118
* Add app to monitor and summarize the status of any wedged threads. Also a ha...ianb2007-01-301-0/+169