summaryrefslogtreecommitdiff
path: root/paste/evalexception/middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Get parse_querystring() function directly from the paste.request module,Victor Stinner2015-04-221-2/+2
* Fix evalexception middleware on Python 3Victor Stinner2015-04-211-1/+6
* Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-181-2/+1
* Python 3: Replace iterator.next() with six.next(iterator)Cyril Roelandt2014-03-181-1/+2
* Python 3: Use absolute import instead of relative importCyril Roelandt2014-03-181-1/+1
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-0/+3
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-3/+3
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+1
* Make sure all necessary media files come with evalexceptionIan Bicking2010-04-201-6/+5
* renamed restorer evalcontext_begin/end in_evalcontext to restoration_begin/en...pjenvey2006-12-221-4/+4
* enable the StackedObjectRestorer during show_frame so locals show uppjenvey2006-12-041-0/+2
* StackedObjectProxies now work within the interactive debugger. Whenpjenvey2006-12-011-2/+19
* Moved evalexception entry pointianb2006-10-201-0/+18
* the catching_iter method is no longer used; removing itpjenvey2006-08-111-24/+0
* only displaying EvalException's full traceback button when the full tracebackpjenvey2006-07-311-7/+19
* evalexception was using the wrong contet-type, probably a typopjenvey2006-07-291-1/+1
* o use response.HeaderDict instead of wsgilib.ResponseHeaderDictpjenvey2006-07-271-1/+2
* commenting out make_repost_button's unused block of codepjenvey2006-07-241-0/+3
* o request.parse_formvars changes:pjenvey2006-07-241-12/+12
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* cleanly handling potential string exceptionspjenvey2006-06-091-1/+1
* Added /_debug/summary, where you get JSON-format summary of all stored-in-mem...ianb2006-05-091-2/+36
* When xmlhttp was detected, we weren't saving the debug info, so you couldn't ...ianb2006-04-241-6/+15
* Add the textarea text version of the traceback to a collapsed version of the ...ianb2006-02-221-1/+9
* Refactored so each traceback has its own URL, that will be printed to wsgi.er...ianb2006-02-211-28/+61
* Catch errors in pprinting valuesianb2006-02-211-1/+4
* Make global_conf parameter to EvalException truly optionalianb2006-02-011-1/+4
* Also suppress evalexception middleware when there is an error catcher further...ianb2006-01-241-0/+2
* Fix a problem with errors during the response iterator, and missing methodianb2006-01-201-1/+18
* Just include the packed form of MochiKit in evalexception, not the entire che...ianb2005-12-181-1/+1
* Using new paste.request libbbangert2005-12-131-3/+4
* make_middleware doesn't use global_conf, not sure why its a required arg. Eva...bbangert2005-12-131-1/+1
* Deprecate the wsgilib.error_response functions; stop using them internally as...ianb2005-12-131-7/+7
* Put in reduced-content exceptions for XMLHttpRequest responses, marked by the...ianb2005-12-051-6/+22
* Unfortunately, can't get POST variables reliablyianb2005-11-171-2/+7
* Added a tbid attribute to frame objects; simplify signature of format_source_...ianb2005-11-171-21/+27
* Fix problem from last decorator @ removal patch; allow setting selects to non...ianb2005-11-141-2/+2
* Removed decorator syntaxianb2005-11-141-4/+8
* Bunch of minor changes suggested by pyflakesianb2005-11-141-1/+1
* Added history (up and down arrows). Made compacted variables have expanding ...ianb2005-11-131-2/+4
* Expand error messageianb2005-11-091-1/+2
* Some whitespace, line length, and docstring fixesianb2005-11-091-24/+66
* Added a button to re-make the request; truncated variables a little (should h...ianb2005-11-061-4/+34
* Improved UI of the error catcher in several waysianb2005-11-061-77/+92
* Now with actual expression evaluation, which is where it starts getting inter...ianb2005-11-061-2/+28
* Further refactoring and expansion of the eval exception middleware; functions...ianb2005-11-061-30/+207
* Added new (in progress) middleware for interactive debuggingianb2005-11-061-0/+146