| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rewrite watchthreads to use the new paste.util.template | Ian Bicking | 2007-01-31 | 1 | -65/+80 |
| | | |||||
| * | Allow killing of errant threads through the web application (also add a ↵ | Ian Bicking | 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 ↵ | Ian Bicking | 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 ↵ | Ian Bicking | 2006-12-18 | 1 | -13/+22 |
| | | | | | available in Python 2.5 | ||||
| * | Remove sys.stdout patching, in favor of directly capturing output | Ian Bicking | 2006-12-01 | 1 | -22/+13 |
| | | |||||
| * | A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ | Ian Bicking | 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 | Ian Bicking | 2006-10-20 | 1 | -1/+1 |
| | | |||||
| * | Add docstring for all the entry points | Ian Bicking | 2006-10-20 | 1 | -0/+4 |
| | | |||||
| * | Moved wdg_validate to new entry point | Ian Bicking | 2006-10-20 | 1 | -0/+13 |
| | | |||||
| * | Moved profile entry point | Ian Bicking | 2006-10-20 | 1 | -6/+16 |
| | | |||||
| * | Set Content-length to a string value, not int | Ian Bicking | 2006-09-10 | 1 | -2/+2 |
| | | |||||
| * | Removed Paste Deploy dependencies in many places | Ian Bicking | 2006-08-19 | 1 | -2/+6 |
| | | |||||
| * | Avoid a weird upstream traceback in certain failure situations | Ian Bicking | 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 | Ian Bicking | 2006-06-13 | 4 | -0/+8 |
| | | |||||
| * | some improvements to controlling where the output of paste.debug.prints goes | Ian Bicking | 2006-05-26 | 1 | -6/+6 |
| | | |||||
| * | Added a way of overriding where the prints get outputed to | Ian Bicking | 2006-05-26 | 1 | -3/+19 |
| | | |||||
| * | Added entry points for debug apps | Ian Bicking | 2006-05-24 | 1 | -0/+10 |
| | | |||||
| * | Added some more hooks for capturing output | Ian Bicking | 2006-02-22 | 1 | -5/+12 |
| | | |||||
| * | Move (copy) some of the file testing stuff from paste.fixture into a new ↵ | Ian Bicking | 2006-02-21 | 1 | -0/+407 |
| | | | | | (more targetted) module | ||||
| * | Allow printdebug to be suppressed dynamically | Ian Bicking | 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 ↵ | Ian Bicking | 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 | Ian Bicking | 2006-01-04 | 3 | -0/+13 |
| | | |||||
| * | Added a bunch of module docstrings so the module index looks nicer; also ↵ | Ian Bicking | 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 | Ian Bicking | 2005-12-21 | 1 | -2/+3 |
| | | |||||
| * | A bunch of little import cleanups noted from pyflakes | Ian Bicking | 2005-12-18 | 1 | -1/+0 |
| | | |||||
| * | Moved wdg_validate and profile to debug package | Ian Bicking | 2005-12-18 | 2 | -0/+300 |
| | | |||||
| * | Moved paste.printdebug to paste.debug.prints | Ian Bicking | 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 ↵ | Ian Bicking | 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 ↵ | Ian Bicking | 2005-12-13 | 2 | -0/+98 |
| with trunk | |||||
