summaryrefslogtreecommitdiff
path: root/paste/debug
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | submitted by: lbruno@republico.estv.ipv.pt resolves: #113
* 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 ↵ianb2006-02-211-0/+407
| | | | (more targetted) module
* Allow printdebug to be suppressed dynamicallyianb2006-01-261-3/+8
|
* - added paste.progress : a request upload progress monitor, partially ↵cce2006-01-111-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 levelcce2006-01-091-1/+1
|
* Added a little argument to profile.profile_decorator, to allow conditional ↵ianb2006-01-071-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 modulesianb2006-01-043-0/+13
|
* Added a bunch of module docstrings so the module index looks nicer; also ↵ianb2005-12-301-1/+3
| | | | marked deprecated modules so they don't show up in the module index that Pudge creates
* Remove deprecated calls to wsgilibianb2005-12-211-2/+3
|
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-1/+0
|
* Moved wdg_validate and profile to debug packageianb2005-12-182-0/+300
|
* Moved paste.printdebug to paste.debug.printsianb2005-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
| | | | - testserver was importing wrong modules
* Moved doctest_webapp; old location not deprecated because I think it is ↵ianb2005-12-131-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 ↵ianb2005-12-132-0/+98
with trunk