summaryrefslogtreecommitdiff
path: root/paste/debug
Commit message (Expand)AuthorAgeFilesLines
* Fix paste.debug.fsdiff.Snapshot._ignore_file()Victor Stinner2015-04-221-7/+0
* Port paste.debug.debugapp to Python 3Victor Stinner2015-04-221-1/+1
* Remove UserDict24Victor Stinner2015-04-221-6/+2
* Remove subprocess24Victor Stinner2015-04-222-8/+2
* Strip trailing spacesVictor Stinner2015-04-216-17/+17
* Python 3: fix more submodulesVictor Stinner2014-03-194-16/+16
* Python 3: use six.reraise() to re-raise an exception with the tracebackCyril Roelandt2014-03-181-1/+2
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-2/+2
* Python 3: Replace basestring with six.string_typesCyril Roelandt2014-03-181-1/+2
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-182-4/+14
* avoid deprecation warnings when using wdg_validateIan Bicking2010-09-021-6/+6
* Apply patch to fix some problems with wdg_validate middlewareianb2009-01-291-4/+8
* Make paste.debug.prints work with appengine, which replaces stdout on every r...ianb2008-07-311-3/+11
* Keep paste.debug.profile from breaking when there is no Content-Type, from Ku...ianb2008-03-261-2/+2
* keep wdg_validate working when no content-type is set; also look for some oth...ianb2007-10-101-2/+3
* Handle case when environ doesn't exist (request starting up)ianb2007-05-301-0/+4
* o make ProfileMiddleware close the consumed app_iter if applicablepjenvey2007-05-041-2/+7
* 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
* convert old-style classes to new-style classespjenvey2007-01-051-2/+2
* Revert r5958, for more threadsafe profiling -- the feature it used is only av...ianb2006-12-181-13/+22
* Remove sys.stdout patching, in favor of directly capturing outputianb2006-12-011-22/+13
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-203-8/+8
* Several name problems, small bugs, extra imports caught by pyflakesianb2006-10-201-1/+1
* Add docstring for all the entry pointsianb2006-10-201-0/+4
* Moved wdg_validate to new entry pointianb2006-10-201-0/+13
* Moved profile entry pointianb2006-10-201-6/+16
* Set Content-length to a string value, not intianb2006-09-101-2/+2
* Removed Paste Deploy dependencies in many placesianb2006-08-191-2/+6
* Avoid a weird upstream traceback in certain failure situationsianb2006-07-111-1/+1
* Added support for the exc_info keyword arg to ProfileMiddlewarepjenvey2006-06-171-2/+2
* Added copyright header to a bunch of filesianb2006-06-134-0/+8
* some improvements to controlling where the output of paste.debug.prints goesianb2006-05-261-6/+6
* Added a way of overriding where the prints get outputed toianb2006-05-261-3/+19
* Added entry points for debug appsianb2006-05-241-0/+10
* Added some more hooks for capturing outputianb2006-02-221-5/+12
* Move (copy) some of the file testing stuff from paste.fixture into a new (mor...ianb2006-02-211-0/+407
* Allow printdebug to be suppressed dynamicallyianb2006-01-261-3/+8
* - added paste.progress : a request upload progress monitor, partially complet...cce2006-01-111-0/+63
* moving httpserver from util sub-package up a levelcce2006-01-091-1/+1
* Added a little argument to profile.profile_decorator, to allow conditional pr...ianb2006-01-071-0/+7
* Added docstrings to some modulesianb2006-01-043-0/+13
* Added a bunch of module docstrings so the module index looks nicer; also mark...ianb2005-12-301-1/+3
* Remove deprecated calls to wsgilibianb2005-12-211-2/+3