summaryrefslogtreecommitdiff
path: root/tests/test_exceptions/test_httpexceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-221-1/+0
* 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
* 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 lon...ianb2007-09-211-27/+0
* Fixing a bug when unicode is used in exceptions, thecce2006-09-111-0/+15
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-4/+4
* 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
* 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 w...ianb2005-12-131-0/+82