summaryrefslogtreecommitdiff
path: root/tests/test_errordocument.py
Commit message (Collapse)AuthorAgeFilesLines
* Port test_errordocument on Python 3Victor Stinner2015-04-221-6/+6
| | | | On Python 3, encode body to UTF-8
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-1/+1
| | | | Use also "from __future__ import print_function".
* Improve errors when fetching an error page: ↵Ian Bicking2010-09-021-5/+14
| | | | http://trac.pythonpaste.org/pythonpaste/ticket/123
* Fixed errordocument header testianb2006-12-011-2/+2
|
* Test for errordocument header-preserving problem (currently broken)ianb2006-12-011-1/+23
|
* Fixed a bug in paste.errordocuments.forward and updated unit teststhejimmyg2006-07-201-18/+46
|
* Removed errordocument.empty_error, since it never actually worked in a ↵0.9.5ianb2006-07-201-13/+1
| | | | useful way; changed the news to 0.9.5 (since that's what the next release will be)
* Added a middleware to clear out error bodies, making them more accessible to ↵ianb2006-07-141-2/+13
| | | | Apache; added an app_iter wrapper for chaining app_iters from multiple sources (needed for peeking at status)
* Rename error_document to errordocument to fit PEP 8 (back-compat commit next)ianb2006-03-031-0/+34