| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix paste.debug.fsdiff.Snapshot._ignore_file() | Victor Stinner | 2015-04-22 | 1 | -7/+0 |
* | Port paste.debug.debugapp to Python 3 | Victor Stinner | 2015-04-22 | 1 | -1/+1 |
* | Remove UserDict24 | Victor Stinner | 2015-04-22 | 1 | -6/+2 |
* | Remove subprocess24 | Victor Stinner | 2015-04-22 | 2 | -8/+2 |
* | Strip trailing spaces | Victor Stinner | 2015-04-21 | 6 | -17/+17 |
* | Python 3: fix more submodules | Victor Stinner | 2014-03-19 | 4 | -16/+16 |
* | Python 3: use six.reraise() to re-raise an exception with the traceback | Cyril Roelandt | 2014-03-18 | 1 | -1/+2 |
* | Python 3: add parenthesis to print() to support Python 2 and Python 3 | Cyril Roelandt | 2014-03-18 | 1 | -2/+2 |
* | Python 3: Replace basestring with six.string_types | Cyril Roelandt | 2014-03-18 | 1 | -1/+2 |
* | Python 3: use new names of standard library modules | Cyril Roelandt | 2014-03-18 | 2 | -4/+14 |
* | avoid deprecation warnings when using wdg_validate | Ian Bicking | 2010-09-02 | 1 | -6/+6 |
* | Apply patch to fix some problems with wdg_validate middleware | ianb | 2009-01-29 | 1 | -4/+8 |
* | Make paste.debug.prints work with appengine, which replaces stdout on every r... | ianb | 2008-07-31 | 1 | -3/+11 |
* | Keep paste.debug.profile from breaking when there is no Content-Type, from Ku... | ianb | 2008-03-26 | 1 | -2/+2 |
* | keep wdg_validate working when no content-type is set; also look for some oth... | ianb | 2007-10-10 | 1 | -2/+3 |
* | Handle case when environ doesn't exist (request starting up) | ianb | 2007-05-30 | 1 | -0/+4 |
* | o make ProfileMiddleware close the consumed app_iter if applicable | pjenvey | 2007-05-04 | 1 | -2/+7 |
* | 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 |
* | convert old-style classes to new-style classes | pjenvey | 2007-01-05 | 1 | -2/+2 |
* | Revert r5958, for more threadsafe profiling -- the feature it used is only av... | ianb | 2006-12-18 | 1 | -13/+22 |
* | Remove sys.stdout patching, in favor of directly capturing output | ianb | 2006-12-01 | 1 | -22/+13 |
* | A big commit, primarily aesthetic/whitespace in nature. This is the result o... | ianb | 2006-10-20 | 3 | -8/+8 |
* | Several name problems, small bugs, extra imports caught by pyflakes | ianb | 2006-10-20 | 1 | -1/+1 |
* | Add docstring for all the entry points | ianb | 2006-10-20 | 1 | -0/+4 |
* | Moved wdg_validate to new entry point | ianb | 2006-10-20 | 1 | -0/+13 |
* | Moved profile entry point | ianb | 2006-10-20 | 1 | -6/+16 |
* | Set Content-length to a string value, not int | ianb | 2006-09-10 | 1 | -2/+2 |
* | Removed Paste Deploy dependencies in many places | ianb | 2006-08-19 | 1 | -2/+6 |
* | Avoid a weird upstream traceback in certain failure situations | ianb | 2006-07-11 | 1 | -1/+1 |
* | Added support for the exc_info keyword arg to ProfileMiddleware | pjenvey | 2006-06-17 | 1 | -2/+2 |
* | Added copyright header to a bunch of files | ianb | 2006-06-13 | 4 | -0/+8 |
* | some improvements to controlling where the output of paste.debug.prints goes | ianb | 2006-05-26 | 1 | -6/+6 |
* | Added a way of overriding where the prints get outputed to | ianb | 2006-05-26 | 1 | -3/+19 |
* | Added entry points for debug apps | ianb | 2006-05-24 | 1 | -0/+10 |
* | Added some more hooks for capturing output | ianb | 2006-02-22 | 1 | -5/+12 |
* | Move (copy) some of the file testing stuff from paste.fixture into a new (mor... | ianb | 2006-02-21 | 1 | -0/+407 |
* | Allow printdebug to be suppressed dynamically | ianb | 2006-01-26 | 1 | -3/+8 |
* | - added paste.progress : a request upload progress monitor, partially complet... | cce | 2006-01-11 | 1 | -0/+63 |
* | moving httpserver from util sub-package up a level | cce | 2006-01-09 | 1 | -1/+1 |
* | Added a little argument to profile.profile_decorator, to allow conditional pr... | ianb | 2006-01-07 | 1 | -0/+7 |
* | Added docstrings to some modules | ianb | 2006-01-04 | 3 | -0/+13 |
* | Added a bunch of module docstrings so the module index looks nicer; also mark... | ianb | 2005-12-30 | 1 | -1/+3 |
* | Remove deprecated calls to wsgilib | ianb | 2005-12-21 | 1 | -2/+3 |