summaryrefslogtreecommitdiff
path: root/paste/debug/profile.py
Commit message (Collapse)AuthorAgeFilesLines
* Keep paste.debug.profile from breaking when there is no Content-Type, from ↵ianb2008-03-261-2/+2
| | | | Kumar McMillan (#233)
* o make ProfileMiddleware close the consumed app_iter if applicablepjenvey2007-05-041-2/+7
| | | | | fixes "Error: app_iter.close() was not called when finishing WSGI request." o spelling
* Revert r5958, for more threadsafe profiling -- the feature it used is only ↵ianb2006-12-181-13/+22
| | | | available in Python 2.5
* Remove sys.stdout patching, in favor of directly capturing outputianb2006-12-011-22/+13
|
* Moved profile entry pointianb2006-10-201-6/+16
|
* Added support for the exc_info keyword arg to ProfileMiddlewarepjenvey2006-06-171-2/+2
| | | | | submitted by: lbruno@republico.estv.ipv.pt resolves: #113
* 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-041-0/+5
|
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-1/+0
|
* Moved wdg_validate and profile to debug packageianb2005-12-181-0/+201