summaryrefslogtreecommitdiff
path: root/paste/evalexception
Commit message (Expand)AuthorAgeFilesLines
* When xmlhttp was detected, we weren't saving the debug info, so you couldn't ...Ian Bicking2006-04-241-6/+15
* Add the textarea text version of the traceback to a collapsed version of the ...Ian Bicking2006-02-221-1/+9
* Refactored so each traceback has its own URL, that will be printed to wsgi.er...Ian Bicking2006-02-211-28/+61
* Catch errors in pprinting valuesIan Bicking2006-02-211-1/+4
* Make global_conf parameter to EvalException truly optionalIan Bicking2006-02-011-1/+4
* Also suppress evalexception middleware when there is an error catcher further...Ian Bicking2006-01-241-0/+2
* Fix a problem with errors during the response iterator, and missing methodIan Bicking2006-01-201-1/+18
* Added a bunch of module docstrings so the module index looks nicer; also mark...Ian Bicking2005-12-301-0/+3
* Just include the packed form of MochiKit in evalexception, not the entire che...Ian Bicking2005-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...Ian Bicking2005-12-131-7/+7
* Put in reduced-content exceptions for XMLHttpRequest responses, marked by the...Ian Bicking2005-12-052-8/+25
* Unfortunately, can't get POST variables reliablyIan Bicking2005-11-171-2/+7
* Added a tbid attribute to frame objects; simplify signature of format_source_...Ian Bicking2005-11-172-27/+33
* Fix problem from last decorator @ removal patch; allow setting selects to non...Ian Bicking2005-11-141-2/+2
* Removed decorator syntaxIan Bicking2005-11-141-4/+8
* Bunch of minor changes suggested by pyflakesIan Bicking2005-11-141-1/+1
* Added history (up and down arrows). Made compacted variables have expanding ...Ian Bicking2005-11-132-2/+61
* Remove extra _debug from URLsIan Bicking2005-11-091-3/+3
* Expand error messageIan Bicking2005-11-091-1/+2
* Some whitespace, line length, and docstring fixesIan Bicking2005-11-091-24/+66
* Added a button to re-make the request; truncated variables a little (should h...Ian Bicking2005-11-061-4/+34
* Improved UI of the error catcher in several waysIan Bicking2005-11-064-83/+154
* Now with actual expression evaluation, which is where it starts getting inter...Ian Bicking2005-11-063-2/+115
* Further refactoring and expansion of the eval exception middleware; functions...Ian Bicking2005-11-063-33/+233
* Added new (in progress) middleware for interactive debuggingIan Bicking2005-11-063-0/+151