summaryrefslogtreecommitdiff
path: root/paste/exceptions
Commit message (Expand)AuthorAgeFilesLines
...
* Added a bunch of module docstrings so the module index looks nicer; also mark...ianb2005-12-301-1/+4
* A bunch of little import cleanups noted from pyflakesianb2005-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...ianb2005-12-131-34/+42
* Put in reduced-content exceptions for XMLHttpRequest responses, marked by the...ianb2005-12-051-3/+26
* Added text version of traceback to standard exception reportianb2005-12-021-1/+9
* Fixed error message when traceback turned offianb2005-11-281-3/+3
* Added a tbid attribute to frame objects; simplify signature of format_source_...ianb2005-11-172-9/+11
* Improved UI of the error catcher in several waysianb2005-11-061-6/+10
* Further refactoring and expansion of the eval exception middleware; functions...ianb2005-11-061-22/+38
* Added new (in progress) middleware for interactive debuggingianb2005-11-061-1/+1
* Don't show extra data in the expandable full traceback (since it's already sh...ianb2005-11-051-8/+12
* Add a hook to the error middleware to ignore (re-raise) exceptions in env[pas...ianb2005-11-051-0/+10
* Fixed case when the code could not be highlighted because it is too invalid; ...ianb2005-11-051-5/+21
* Add source highlighting to tracebacksianb2005-11-041-15/+29
* Improve the error output, a little more compact with expandable sourceianb2005-11-043-24/+119
* msg not converted properly using as_stringbbangert2005-10-241-1/+1
* Fix doc stringsianb2005-10-072-11/+52
* Don't require paste.configianb2005-10-031-1/+2
* Made objects bold in tracebackianb2005-09-251-1/+1
* Fixes suggested by pyflakesianb2005-09-213-4/+1
* Added license comment to all substantive filesianb2005-08-314-0/+12
* Removed defunct dirianb2005-08-221-1/+0
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-221-16/+7
* More moving around of stuffianb2005-08-223-288/+0
* Move around tests and exceptions; more moving to come, hence this intermediat...ianb2005-08-222-0/+372
* Added noteianb2005-07-281-0/+2
* Catch errors in the other case where repr() is usedianb2005-07-261-1/+5
* Ignore errors when printing extraDataianb2005-07-251-1/+5
* Format supplemental info more like Zope doesianb2005-05-301-4/+4
* Include both trimmed and full tracebacks in exception reportsianb2005-05-231-12/+30
* Added better consolidated __traceback_hide__ supportianb2005-05-233-36/+162
* Made HTML backward compatible with non-JS browsers (which describes most emai...ianb2005-05-171-10/+55
* Removed 0 from characters, which is hard to distinguish from Oianb2005-05-171-1/+1
* Some minor problems in features that ZPT exceptions useianb2005-05-081-3/+3
* Simplified wsgi variables; put in exception information about exceptions rais...ianb2005-05-042-1/+7
* Fixed word wrapping someianb2005-05-041-6/+12
* Improved error messages; more info included (and extensible)ianb2005-05-042-16/+181
* Renamed package itselfianb2005-04-228-0/+947