| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 ↵ | ianb | 2008-07-31 | 1 | -3/+11 |
| | | | | | request, so our patching isn't persistent | ||||
| * | Keep paste.debug.profile from breaking when there is no Content-Type, from ↵ | ianb | 2008-03-26 | 1 | -2/+2 |
| | | | | | Kumar McMillan (#233) | ||||
| * | keep wdg_validate working when no content-type is set; also look for some ↵ | ianb | 2007-10-10 | 1 | -2/+3 |
| | | | | | other xhtml content types | ||||
| * | 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 |
| | | | | | | fixes "Error: app_iter.close() was not called when finishing WSGI request." o spelling | ||||
| * | 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 ↵ | ianb | 2007-03-10 | 1 | -15/+25 |
| | | | | | the killed threads, and notify the administrator about problems. Also updates to watchthreads to see this new information. | ||||
| * | Add tracebacks of each thread under Python 2.5 (thanks to Alexander ↵ | ianb | 2007-02-21 | 1 | -4/+58 |
| | | | | | Schremmer for pointing out the technique) | ||||
| * | 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 ↵ | ianb | 2007-01-30 | 1 | -37/+118 |
| | | | | | module to kill threads with ctypes, and a method to kill threads from the httpserver thread pool) | ||||
| * | Add app to monitor and summarize the status of any wedged threads. Also a ↵ | ianb | 2007-01-30 | 1 | -0/+169 |
| | | | | | handy config file for testing some stuff, and removing a config file that is long defunct | ||||
| * | 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 ↵ | ianb | 2006-12-18 | 1 | -13/+22 |
| | | | | | available in Python 2.5 | ||||
| * | 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 ↵ | ianb | 2006-10-20 | 3 | -8/+8 |
| | | | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up. | ||||
| * | 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 |
| | | | | | | submitted by: lbruno@republico.estv.ipv.pt resolves: #113 | ||||
| * | 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 ↵ | ianb | 2006-02-21 | 1 | -0/+407 |
| | | | | | (more targetted) module | ||||
| * | Allow printdebug to be suppressed dynamically | ianb | 2006-01-26 | 1 | -3/+8 |
| | | |||||
| * | - added paste.progress : a request upload progress monitor, partially ↵ | cce | 2006-01-11 | 1 | -0/+63 |
| | | | | | | | complete (needs more testing, and a way to expire old uploaded requests) - added paste.debug.debugapp which bootstraps with a simple HTML applicatoin, and a slow consumer (paste.wsgilib.dumpenviron needs to move there) | ||||
| * | 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 ↵ | ianb | 2006-01-07 | 1 | -0/+7 |
| | | | | | profiling; added an entry point for the built-in http server, so you can use egg:Paste#http in paste.deploy files; small doc update; got rid of MANIFEST.in, which I don't believe is actually needed to make a proper package (and might actually hurt, since setuptools handles things itself when MANIFEST.in doesn't exist). | ||||
| * | 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 ↵ | ianb | 2005-12-30 | 1 | -1/+3 |
| | | | | | marked deprecated modules so they don't show up in the module index that Pudge creates | ||||
| * | Remove deprecated calls to wsgilib | ianb | 2005-12-21 | 1 | -2/+3 |
| | | |||||
| * | A bunch of little import cleanups noted from pyflakes | ianb | 2005-12-18 | 1 | -1/+0 |
| | | |||||
| * | Moved wdg_validate and profile to debug package | ianb | 2005-12-18 | 2 | -0/+300 |
| | | |||||
| * | Moved paste.printdebug to paste.debug.prints | ianb | 2005-12-18 | 1 | -0/+103 |
| | | |||||
| * | migrating tests to use util.httpserver rather than util.baseserver | cce | 2005-12-14 | 1 | -1/+1 |
| | | |||||
| * | - redirects should include comments | cce | 2005-12-13 | 1 | -6/+2 |
| | | | | | - testserver was importing wrong modules | ||||
| * | Moved doctest_webapp; old location not deprecated because I think it is ↵ | ianb | 2005-12-13 | 1 | -0/+433 |
| | | | | | probably broken at the moment anyway, so obviously no one is depending on it ;) | ||||
| * | Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ | ianb | 2005-12-13 | 2 | -0/+98 |
| with trunk | |||||
