Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strip trailing spaces | Victor Stinner | 2015-04-21 | 1 | -4/+4 |
* | Python 3: fix more submodules | Victor Stinner | 2014-03-19 | 1 | -2/+2 |
* | Handle case when environ doesn't exist (request starting up) | ianb | 2007-05-30 | 1 | -0/+4 |
* | revert accidental commit of a print | ianb | 2007-03-17 | 1 | -1/+0 |
* | fix some typos, from pythy | ianb | 2007-03-17 | 1 | -0/+1 |
* | Major threadpool features to add threads temporarily, kill threads, monitor t... | ianb | 2007-03-10 | 1 | -15/+25 |
* | Add tracebacks of each thread under Python 2.5 (thanks to Alexander Schremmer... | ianb | 2007-02-21 | 1 | -4/+58 |
* | In debug.watchthreads: better time formatting; fix expanding environ bug | ianb | 2007-02-15 | 1 | -7/+21 |
* | rewrite watchthreads to use the new paste.util.template | ianb | 2007-01-31 | 1 | -65/+80 |
* | Allow killing of errant threads through the web application (also add a modul... | ianb | 2007-01-30 | 1 | -37/+118 |
* | Add app to monitor and summarize the status of any wedged threads. Also a ha... | ianb | 2007-01-30 | 1 | -0/+169 |