summaryrefslogtreecommitdiff
path: root/paste/exceptions/errormiddleware.py
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully handle string exceptions (at least handle a little better)Ian Bicking2006-02-141-1/+1
|
* Using new paste.request libbbangert2005-12-131-1/+2
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵Ian Bicking2005-12-131-34/+42
| | | | with trunk
* Put in reduced-content exceptions for XMLHttpRequest responses, marked by ↵Ian Bicking2005-12-051-3/+26
| | | | the presence of a _ GET variable
* Fixed error message when traceback turned offIan Bicking2005-11-281-3/+3
|
* Add a hook to the error middleware to ignore (re-raise) exceptions in ↵Ian Bicking2005-11-051-0/+10
| | | | env[paste.expected_exceptions]; also made httpexceptions put this in. This way if httpexceptions wraps error middleware, it'll still work
* Improve the error output, a little more compact with expandable sourceIan Bicking2005-11-041-5/+9
|
* Fix doc stringsIan Bicking2005-10-071-5/+44
|
* Don't require paste.configIan Bicking2005-10-031-1/+2
|
* Fixes suggested by pyflakesIan Bicking2005-09-211-2/+0
|
* Added license comment to all substantive filesIan Bicking2005-08-311-0/+3
|
* Got exception tests working; error_catcher filter now paste-deploy-ifiedIan Bicking2005-08-221-16/+7
|
* Move around tests and exceptions; more moving to come, hence this ↵Ian Bicking2005-08-221-0/+300
intermediate (broken) commit