summaryrefslogtreecommitdiff
path: root/paste/exceptions/errormiddleware.py
Commit message (Expand)AuthorAgeFilesLines
* Get parse_querystring() function directly from the paste.request module,Victor Stinner2015-04-221-1/+1
* Port errormiddleware to Python 3Victor Stinner2015-04-211-2/+10
* Strip trailing spacesVictor Stinner2015-04-211-11/+11
* Python 3: Add __next__() alias to next() methodCyril Roelandt2014-03-181-0/+1
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-4/+1
* typo in docstringianb2009-05-051-1/+1
* fix docstring exampleianb2008-07-301-5/+4
* Apply patch for start response from #239, from inducerianb2008-03-261-6/+24
* doc fixesianb2007-10-231-2/+1
* Applied #181, allow smtp authentication for errorsianb2007-10-101-1/+17
* fix import orderianb2007-08-141-1/+1
* inherit show_exceptions_in_wsgi_errors from global_confianb2007-08-141-2/+4
* Always (re)call start_response when an exception happensianb2007-04-031-15/+7
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
* Fixed error message when no message is provided; noted by Alex Rossianb2006-10-211-1/+1
* Moved entry point for error_catcher to a separate function; reformatted docst...ianb2006-10-201-33/+43
* Don't reclose the app_iter if it was closed because of an exceptionianb2006-10-061-1/+2
* Fixed problem where the errorcatching middleware doesn't expose the close met...ianb2006-10-031-24/+67
* Removed PasteDeploy/Script requirement from testsianb2006-09-211-1/+1
* Removed Paste Deploy dependencies in many placesianb2006-08-191-1/+3
* Hopefully handle string exceptions (at least handle a little better)ianb2006-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 w...ianb2005-12-131-34/+42
* Put in reduced-content exceptions for XMLHttpRequest responses, marked by the...ianb2005-12-051-3/+26
* Fixed error message when traceback turned offianb2005-11-281-3/+3
* Add a hook to the error middleware to ignore (re-raise) exceptions in env[pas...ianb2005-11-051-0/+10
* Improve the error output, a little more compact with expandable sourceianb2005-11-041-5/+9
* Fix doc stringsianb2005-10-071-5/+44
* Don't require paste.configianb2005-10-031-1/+2
* Fixes suggested by pyflakesianb2005-09-211-2/+0
* Added license comment to all substantive filesianb2005-08-311-0/+3
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-221-16/+7
* Move around tests and exceptions; more moving to come, hence this intermediat...ianb2005-08-221-0/+300