Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3: Replace types.ClassType with six.class_types | Cyril Roelandt | 2014-03-18 | 1 | -2/+2 |
| | |||||
* | Coerce thread id to a long, might fix problems in Ubuntu: ↵ | Ian Bicking | 2010-09-02 | 1 | -3/+3 |
| | | | | http://trac.pythonpaste.org/pythonpaste/ticket/416 | ||||
* | disable killthread if ctypes lacks pythonapi | pjenvey | 2008-06-10 | 1 | -0/+3 |
| | | | | for pypy, and maybe one day other python vms | ||||
* | Allow killing of errant threads through the web application (also add a ↵ | ianb | 2007-01-30 | 1 | -0/+27 |
module to kill threads with ctypes, and a method to kill threads from the httpserver thread pool) |