summaryrefslogtreecommitdiff
path: root/paste/debug/profile.py
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing spacesVictor Stinner2015-04-211-4/+4
* Python 3: use six.reraise() to re-raise an exception with the tracebackCyril Roelandt2014-03-181-1/+2
* Keep paste.debug.profile from breaking when there is no Content-Type, from Ku...ianb2008-03-261-2/+2
* o make ProfileMiddleware close the consumed app_iter if applicablepjenvey2007-05-041-2/+7
* Revert r5958, for more threadsafe profiling -- the feature it used is only av...ianb2006-12-181-13/+22
* 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
* Added a little argument to profile.profile_decorator, to allow conditional pr...ianb2006-01-071-0/+7
* 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