summaryrefslogtreecommitdiff
path: root/paste/debug
Commit message (Expand)AuthorAgeFilesLines
* rewrite watchthreads to use the new paste.util.templateIan Bicking2007-01-311-65/+80
* Allow killing of errant threads through the web application (also add a modul...Ian Bicking2007-01-301-37/+118
* Add app to monitor and summarize the status of any wedged threads. Also a ha...Ian Bicking2007-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...Ian Bicking2006-12-181-13/+22
* Remove sys.stdout patching, in favor of directly capturing outputIan Bicking2006-12-011-22/+13
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...Ian Bicking2006-10-203-8/+8
* Several name problems, small bugs, extra imports caught by pyflakesIan Bicking2006-10-201-1/+1
* Add docstring for all the entry pointsIan Bicking2006-10-201-0/+4
* Moved wdg_validate to new entry pointIan Bicking2006-10-201-0/+13
* Moved profile entry pointIan Bicking2006-10-201-6/+16
* Set Content-length to a string value, not intIan Bicking2006-09-101-2/+2
* Removed Paste Deploy dependencies in many placesIan Bicking2006-08-191-2/+6
* Avoid a weird upstream traceback in certain failure situationsIan Bicking2006-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 filesIan Bicking2006-06-134-0/+8
* some improvements to controlling where the output of paste.debug.prints goesIan Bicking2006-05-261-6/+6
* Added a way of overriding where the prints get outputed toIan Bicking2006-05-261-3/+19
* Added entry points for debug appsIan Bicking2006-05-241-0/+10
* Added some more hooks for capturing outputIan Bicking2006-02-221-5/+12
* Move (copy) some of the file testing stuff from paste.fixture into a new (mor...Ian Bicking2006-02-211-0/+407
* Allow printdebug to be suppressed dynamicallyIan Bicking2006-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...Ian Bicking2006-01-071-0/+7
* Added docstrings to some modulesIan Bicking2006-01-043-0/+13
* Added a bunch of module docstrings so the module index looks nicer; also mark...Ian Bicking2005-12-301-1/+3
* Remove deprecated calls to wsgilibIan Bicking2005-12-211-2/+3
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-1/+0
* Moved wdg_validate and profile to debug packageIan Bicking2005-12-182-0/+300
* Moved paste.printdebug to paste.debug.printsIan Bicking2005-12-181-0/+103
* migrating tests to use util.httpserver rather than util.baseservercce2005-12-141-1/+1
* - redirects should include commentscce2005-12-131-6/+2
* Moved doctest_webapp; old location not deprecated because I think it is proba...Ian Bicking2005-12-131-0/+433
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...Ian Bicking2005-12-132-0/+98