Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port test_errordocument on Python 3 | Victor Stinner | 2015-04-22 | 1 | -6/+6 |
| | | | | On Python 3, encode body to UTF-8 | ||||
* | Python 3: add parenthesis to print() to support Python 2 and Python 3 | Cyril Roelandt | 2014-03-18 | 1 | -1/+1 |
| | | | | Use also "from __future__ import print_function". | ||||
* | Improve errors when fetching an error page: ↵ | Ian Bicking | 2010-09-02 | 1 | -5/+14 |
| | | | | http://trac.pythonpaste.org/pythonpaste/ticket/123 | ||||
* | Fixed errordocument header test | ianb | 2006-12-01 | 1 | -2/+2 |
| | |||||
* | Test for errordocument header-preserving problem (currently broken) | ianb | 2006-12-01 | 1 | -1/+23 |
| | |||||
* | Fixed a bug in paste.errordocuments.forward and updated unit tests | thejimmyg | 2006-07-20 | 1 | -18/+46 |
| | |||||
* | Removed errordocument.empty_error, since it never actually worked in a ↵0.9.5 | ianb | 2006-07-20 | 1 | -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 ↵ | ianb | 2006-07-14 | 1 | -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) | ianb | 2006-03-03 | 1 | -0/+34 |