| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Small stylesheet updates | Ian Bicking | 2006-05-07 | 1 | -2/+2 |
| | | |||||
| * | Improve formatting of the text version, so things don't get crammed together ↵ | Ian Bicking | 2006-02-22 | 1 | -2/+2 |
| | | | | | as much | ||||
| * | Hopefully handle string exceptions (at least handle a little better) | Ian Bicking | 2006-02-14 | 1 | -1/+1 |
| | | |||||
| * | Added a bunch of module docstrings so the module index looks nicer; also ↵ | Ian Bicking | 2005-12-30 | 1 | -1/+4 |
| | | | | | marked deprecated modules so they don't show up in the module index that Pudge creates | ||||
| * | A bunch of little import cleanups noted from pyflakes | Ian Bicking | 2005-12-18 | 1 | -1/+2 |
| | | |||||
| * | Using new paste.request lib | bbangert | 2005-12-13 | 1 | -1/+2 |
| | | |||||
| * | Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ | Ian Bicking | 2005-12-13 | 1 | -34/+42 |
| | | | | | with trunk | ||||
| * | Put in reduced-content exceptions for XMLHttpRequest responses, marked by ↵ | Ian Bicking | 2005-12-05 | 1 | -3/+26 |
| | | | | | the presence of a _ GET variable | ||||
| * | Added text version of traceback to standard exception report | Ian Bicking | 2005-12-02 | 1 | -1/+9 |
| | | |||||
| * | Fixed error message when traceback turned off | Ian Bicking | 2005-11-28 | 1 | -3/+3 |
| | | |||||
| * | Added a tbid attribute to frame objects; simplify signature of ↵ | Ian Bicking | 2005-11-17 | 2 | -9/+11 |
| | | | | | format_source_line function (passing in frame object); fixed evalexception middleware when traceback lines are trimmed (was counting lines, and the count was off during trimming) | ||||
| * | Improved UI of the error catcher in several ways | Ian Bicking | 2005-11-06 | 1 | -6/+10 |
| | | |||||
| * | Further refactoring and expansion of the eval exception middleware; ↵ | Ian Bicking | 2005-11-06 | 1 | -22/+38 |
| | | | | | functions now, but not that fancy yet | ||||
| * | Added new (in progress) middleware for interactive debugging | Ian Bicking | 2005-11-06 | 1 | -1/+1 |
| | | |||||
| * | Don't show extra data in the expandable full traceback (since it's already ↵ | Ian Bicking | 2005-11-05 | 1 | -8/+12 |
| | | | | | shown in the short traceback) | ||||
| * | Add a hook to the error middleware to ignore (re-raise) exceptions in ↵ | Ian Bicking | 2005-11-05 | 1 | -0/+10 |
| | | | | | env[paste.expected_exceptions]; also made httpexceptions put this in. This way if httpexceptions wraps error middleware, it'll still work | ||||
| * | Fixed case when the code could not be highlighted because it is too invalid; ↵ | Ian Bicking | 2005-11-05 | 1 | -5/+21 |
| | | | | | fixed tests that broke due to change of output | ||||
| * | Add source highlighting to tracebacks | Ian Bicking | 2005-11-04 | 1 | -15/+29 |
| | | |||||
| * | Improve the error output, a little more compact with expandable source | Ian Bicking | 2005-11-04 | 3 | -24/+119 |
| | | |||||
| * | msg not converted properly using as_string | bbangert | 2005-10-24 | 1 | -1/+1 |
| | | |||||
| * | Fix doc strings | Ian Bicking | 2005-10-07 | 2 | -11/+52 |
| | | |||||
| * | Don't require paste.config | Ian Bicking | 2005-10-03 | 1 | -1/+2 |
| | | |||||
| * | Made objects bold in traceback | Ian Bicking | 2005-09-25 | 1 | -1/+1 |
| | | |||||
| * | Fixes suggested by pyflakes | Ian Bicking | 2005-09-21 | 3 | -4/+1 |
| | | |||||
| * | Added license comment to all substantive files | Ian Bicking | 2005-08-31 | 4 | -0/+12 |
| | | |||||
| * | Removed defunct dir | Ian Bicking | 2005-08-22 | 1 | -1/+0 |
| | | |||||
| * | Got exception tests working; error_catcher filter now paste-deploy-ified | Ian Bicking | 2005-08-22 | 1 | -16/+7 |
| | | |||||
| * | More moving around of stuff | Ian Bicking | 2005-08-22 | 3 | -288/+0 |
| | | |||||
| * | Move around tests and exceptions; more moving to come, hence this ↵ | Ian Bicking | 2005-08-22 | 2 | -0/+372 |
| | | | | | intermediate (broken) commit | ||||
| * | Added note | Ian Bicking | 2005-07-28 | 1 | -0/+2 |
| | | |||||
| * | Catch errors in the other case where repr() is used | Ian Bicking | 2005-07-26 | 1 | -1/+5 |
| | | |||||
| * | Ignore errors when printing extraData | Ian Bicking | 2005-07-25 | 1 | -1/+5 |
| | | |||||
| * | Format supplemental info more like Zope does | Ian Bicking | 2005-05-30 | 1 | -4/+4 |
| | | |||||
| * | Include both trimmed and full tracebacks in exception reports | Ian Bicking | 2005-05-23 | 1 | -12/+30 |
| | | |||||
| * | Added better consolidated __traceback_hide__ support | Ian Bicking | 2005-05-23 | 3 | -36/+162 |
| | | |||||
| * | Made HTML backward compatible with non-JS browsers (which describes most ↵ | Ian Bicking | 2005-05-17 | 1 | -10/+55 |
| | | | | | email programs; embed CSS in all HTML errors messages (since it makes them prettier) | ||||
| * | Removed 0 from characters, which is hard to distinguish from O | Ian Bicking | 2005-05-17 | 1 | -1/+1 |
| | | |||||
| * | Some minor problems in features that ZPT exceptions use | Ian Bicking | 2005-05-08 | 1 | -3/+3 |
| | | |||||
| * | Simplified wsgi variables; put in exception information about exceptions ↵ | Ian Bicking | 2005-05-04 | 2 | -1/+7 |
| | | | | | raised by supplements; removed empty CGI variables | ||||
| * | Fixed word wrapping some | Ian Bicking | 2005-05-04 | 1 | -6/+12 |
| | | |||||
| * | Improved error messages; more info included (and extensible) | Ian Bicking | 2005-05-04 | 2 | -16/+181 |
| | | |||||
| * | Renamed package itself | Ian Bicking | 2005-04-22 | 8 | -0/+947 |
