summaryrefslogtreecommitdiff
path: root/pecan/middleware/errordocument.py
Commit message (Expand)AuthorAgeFilesLines
* Pecan has moved to https://github.com/pecan/pecanRyan Petrello2015-07-291-76/+0
* Revert "Fix a Py3 compatability issue with WebTest > 1.3.1 < 2.0"Ryan Petrello2014-03-271-1/+1
* Fix a Py3 compatability issue with WebTest > 1.3.1 < 2.0Ryan Petrello2013-05-031-1/+1
* Cleanup and add a ton of bytes() compatability for tests.Ryan Petrello2013-04-301-2/+2
* More miscellaneous PY3 compatability issues.Ryan Petrello2013-04-301-2/+3
* Update exception block syntax.Ryan Petrello2013-04-301-1/+1
* Correct relative imports.Ryan Petrello2013-04-301-1/+2
* pep8 love.Ryan Petrello2012-03-301-1/+1
* Custom Errors DocumentationPete2012-03-281-2/+9
* Tests for ``pecan.middleware.errordocument``.Ryan Petrello2012-03-211-3/+3
* Fixing a few bugs in the debug middleware and legacy iPython support.Ryan Petrello2012-03-211-2/+42
* Replacing ``paste.errordocument`` middleware with a simpler solution.Ryan Petrello2012-03-211-0/+27