summaryrefslogtreecommitdiff
path: root/tests/test_exceptions/test_httpexceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-221-1/+0
| | | | | * Remove unused imports * Remove unused variables
* Fix test_exceptions on Python 3Victor Stinner2015-04-221-10/+10
|
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-2/+2
| | | | Use also "from __future__ import print_function".
* convert to nose 0.11pjenvey2009-05-071-3/+3
|
* Fix a couple tests that had some fragilityianb2008-03-251-1/+1
|
* Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no ↵ianb2007-09-211-27/+0
| | | | longer raise httpexceptions in your app_iter
* Fixing a bug when unicode is used in exceptions, thecce2006-09-111-0/+15
| | | | | *_headers functions can be called directly w/o the module name prefix.
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-4/+4
| | | | | | | | | - made error messages us \r\n rather than just \n in httpexceptions to comply with various browsers - added tests to check FileApp - added support for handling 100 Continue in httpserver - fixingup dumpenviron in wsgilib to dump message body - misc changes to fileapp (mostly documentation)
* Moved all the internal uses of wsgilib to their correct forms nowianb2005-12-181-1/+2
|
* not just direct iterators break this, but middleware that convert the result ↵cce2005-12-151-0/+9
| | | | into an iteration
* committing an example that worked before the recent change to httpexceptionscce2005-12-151-1/+19
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-0/+82
with trunk