summaryrefslogtreecommitdiff
path: root/paste/exceptions
Commit message (Expand)AuthorAgeFilesLines
* Added __traceback_decorator__Ian Bicking2006-11-271-2/+22
* Fixed error message when no message is provided; noted by Alex RossIan Bicking2006-10-211-1/+1
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...Ian Bicking2006-10-202-2/+2
* Moved entry point for error_catcher to a separate function; reformatted docst...Ian Bicking2006-10-201-33/+43
* Quote the frame name aka function name, which contains <> in GenshiIan Bicking2006-10-201-2/+3
* Fixed a couple problems with error reports that might go over sizeIan Bicking2006-10-132-6/+8
* Don't reclose the app_iter if it was closed because of an exceptionIan Bicking2006-10-061-1/+2
* Fixed problem where the errorcatching middleware doesn't expose the close met...Ian Bicking2006-10-031-24/+67
* Removed PasteDeploy/Script requirement from testsIan Bicking2006-09-211-1/+1
* Some objects in Pylons 0.9.2dev error handling are getting to this stage with...thejimmyg2006-08-301-1/+1
* Fixed a bug in the registry test (not code), since str(registered_object) nev...Ian Bicking2006-08-232-3/+6
* Fixed problem with exception formatter word wrapping routineIan Bicking2006-08-211-9/+24
* Removed Paste Deploy dependencies in many placesIan Bicking2006-08-191-1/+3
* Added copyright header to a bunch of filesIan Bicking2006-06-132-0/+4
* Small stylesheet updatesIan Bicking2006-05-071-2/+2
* Improve formatting of the text version, so things don't get crammed together ...Ian Bicking2006-02-221-2/+2
* Hopefully handle string exceptions (at least handle a little better)Ian Bicking2006-02-141-1/+1
* Added a bunch of module docstrings so the module index looks nicer; also mark...Ian Bicking2005-12-301-1/+4
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-1/+2
* Using new paste.request libbbangert2005-12-131-1/+2
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...Ian Bicking2005-12-131-34/+42
* Put in reduced-content exceptions for XMLHttpRequest responses, marked by the...Ian Bicking2005-12-051-3/+26
* Added text version of traceback to standard exception reportIan Bicking2005-12-021-1/+9
* Fixed error message when traceback turned offIan Bicking2005-11-281-3/+3
* Added a tbid attribute to frame objects; simplify signature of format_source_...Ian Bicking2005-11-172-9/+11
* Improved UI of the error catcher in several waysIan Bicking2005-11-061-6/+10
* Further refactoring and expansion of the eval exception middleware; functions...Ian Bicking2005-11-061-22/+38
* Added new (in progress) middleware for interactive debuggingIan Bicking2005-11-061-1/+1
* Don't show extra data in the expandable full traceback (since it's already sh...Ian Bicking2005-11-051-8/+12
* Add a hook to the error middleware to ignore (re-raise) exceptions in env[pas...Ian Bicking2005-11-051-0/+10
* Fixed case when the code could not be highlighted because it is too invalid; ...Ian Bicking2005-11-051-5/+21
* Add source highlighting to tracebacksIan Bicking2005-11-041-15/+29
* Improve the error output, a little more compact with expandable sourceIan Bicking2005-11-043-24/+119
* msg not converted properly using as_stringbbangert2005-10-241-1/+1
* Fix doc stringsIan Bicking2005-10-072-11/+52
* Don't require paste.configIan Bicking2005-10-031-1/+2
* Made objects bold in tracebackIan Bicking2005-09-251-1/+1
* Fixes suggested by pyflakesIan Bicking2005-09-213-4/+1
* Added license comment to all substantive filesIan Bicking2005-08-314-0/+12
* Removed defunct dirIan Bicking2005-08-221-1/+0
* Got exception tests working; error_catcher filter now paste-deploy-ifiedIan Bicking2005-08-221-16/+7
* More moving around of stuffIan Bicking2005-08-223-288/+0
* Move around tests and exceptions; more moving to come, hence this intermediat...Ian Bicking2005-08-222-0/+372
* Added noteIan Bicking2005-07-281-0/+2
* Catch errors in the other case where repr() is usedIan Bicking2005-07-261-1/+5
* Ignore errors when printing extraDataIan Bicking2005-07-251-1/+5
* Format supplemental info more like Zope doesIan Bicking2005-05-301-4/+4
* Include both trimmed and full tracebacks in exception reportsIan Bicking2005-05-231-12/+30
* Added better consolidated __traceback_hide__ supportIan Bicking2005-05-233-36/+162
* Made HTML backward compatible with non-JS browsers (which describes most emai...Ian Bicking2005-05-171-10/+55