| Commit message (Expand) | Author | Age | Files | Lines |
| * | Apply patch for start response from #239, from inducer | ianb | 2008-03-26 | 1 | -6/+24 |
| * | Fix #240, unicode exceptions cause collector to fail. Also make tests somewh... | ianb | 2008-03-26 | 1 | -1/+13 |
| * | Fix a couple tests that had some fragility | ianb | 2008-03-25 | 1 | -1/+1 |
| * | make sslerror import optional | ianb | 2007-10-25 | 1 | -1/+4 |
| * | doc fixes | ianb | 2007-10-23 | 1 | -2/+1 |
| * | Applied #181, allow smtp authentication for errors | ianb | 2007-10-10 | 2 | -2/+32 |
| * | Fix #193, when a frame locals is a Context object(?) | ianb | 2007-10-10 | 1 | -2/+8 |
| * | fix import order | ianb | 2007-08-14 | 1 | -1/+1 |
| * | inherit show_exceptions_in_wsgi_errors from global_conf | ianb | 2007-08-14 | 1 | -2/+4 |
| * | Always (re)call start_response when an exception happens | ianb | 2007-04-03 | 1 | -15/+7 |
| * | Add most doctests to the automatic testing; fix some problems in tests | ianb | 2007-02-01 | 1 | -8/+8 |
| * | convert old-style classes to new-style classes | pjenvey | 2007-01-05 | 3 | -4/+4 |
| * | Added __traceback_decorator__ | ianb | 2006-11-27 | 1 | -2/+22 |
| * | Fixed error message when no message is provided; noted by Alex Ross | ianb | 2006-10-21 | 1 | -1/+1 |
| * | A big commit, primarily aesthetic/whitespace in nature. This is the result o... | ianb | 2006-10-20 | 2 | -2/+2 |
| * | Moved entry point for error_catcher to a separate function; reformatted docst... | ianb | 2006-10-20 | 1 | -33/+43 |
| * | Quote the frame name aka function name, which contains <> in Genshi | ianb | 2006-10-20 | 1 | -2/+3 |
| * | Fixed a couple problems with error reports that might go over size | ianb | 2006-10-13 | 2 | -6/+8 |
| * | Don't reclose the app_iter if it was closed because of an exception | ianb | 2006-10-06 | 1 | -1/+2 |
| * | Fixed problem where the errorcatching middleware doesn't expose the close met... | ianb | 2006-10-03 | 1 | -24/+67 |
| * | Removed PasteDeploy/Script requirement from tests | ianb | 2006-09-21 | 1 | -1/+1 |
| * | Some objects in Pylons 0.9.2dev error handling are getting to this stage with... | thejimmyg | 2006-08-30 | 1 | -1/+1 |
| * | Fixed a bug in the registry test (not code), since str(registered_object) nev... | ianb | 2006-08-23 | 2 | -3/+6 |
| * | Fixed problem with exception formatter word wrapping routine | ianb | 2006-08-21 | 1 | -9/+24 |
| * | Removed Paste Deploy dependencies in many places | ianb | 2006-08-19 | 1 | -1/+3 |
| * | Added copyright header to a bunch of files | ianb | 2006-06-13 | 2 | -0/+4 |
| * | Small stylesheet updates | ianb | 2006-05-07 | 1 | -2/+2 |
| * | Improve formatting of the text version, so things don't get crammed together ... | ianb | 2006-02-22 | 1 | -2/+2 |
| * | Hopefully handle string exceptions (at least handle a little better) | ianb | 2006-02-14 | 1 | -1/+1 |
| * | Added a bunch of module docstrings so the module index looks nicer; also mark... | ianb | 2005-12-30 | 1 | -1/+4 |
| * | A bunch of little import cleanups noted from pyflakes | ianb | 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 w... | ianb | 2005-12-13 | 1 | -34/+42 |
| * | Put in reduced-content exceptions for XMLHttpRequest responses, marked by the... | ianb | 2005-12-05 | 1 | -3/+26 |
| * | Added text version of traceback to standard exception report | ianb | 2005-12-02 | 1 | -1/+9 |
| * | Fixed error message when traceback turned off | ianb | 2005-11-28 | 1 | -3/+3 |
| * | Added a tbid attribute to frame objects; simplify signature of format_source_... | ianb | 2005-11-17 | 2 | -9/+11 |
| * | Improved UI of the error catcher in several ways | ianb | 2005-11-06 | 1 | -6/+10 |
| * | Further refactoring and expansion of the eval exception middleware; functions... | ianb | 2005-11-06 | 1 | -22/+38 |
| * | Added new (in progress) middleware for interactive debugging | ianb | 2005-11-06 | 1 | -1/+1 |
| * | Don't show extra data in the expandable full traceback (since it's already sh... | ianb | 2005-11-05 | 1 | -8/+12 |
| * | Add a hook to the error middleware to ignore (re-raise) exceptions in env[pas... | ianb | 2005-11-05 | 1 | -0/+10 |
| * | Fixed case when the code could not be highlighted because it is too invalid; ... | ianb | 2005-11-05 | 1 | -5/+21 |
| * | Add source highlighting to tracebacks | ianb | 2005-11-04 | 1 | -15/+29 |
| * | Improve the error output, a little more compact with expandable source | ianb | 2005-11-04 | 3 | -24/+119 |
| * | msg not converted properly using as_string | bbangert | 2005-10-24 | 1 | -1/+1 |
| * | Fix doc strings | ianb | 2005-10-07 | 2 | -11/+52 |
| * | Don't require paste.config | ianb | 2005-10-03 | 1 | -1/+2 |
| * | Made objects bold in traceback | ianb | 2005-09-25 | 1 | -1/+1 |
| * | Fixes suggested by pyflakes | ianb | 2005-09-21 | 3 | -4/+1 |