summaryrefslogtreecommitdiff
path: root/tests/test_exceptions
Commit message (Expand)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-222-3/+0
* Fix test_exceptions on Python 3Victor Stinner2015-04-223-14/+15
* Strip trailing spacesVictor Stinner2015-04-211-6/+6
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-183-8/+8
* The reporter test never created the necessary output directory.Christoph Zwerschke2010-08-191-5/+9
* Paste: fix Ticket #299maluke2009-07-011-1/+1
* convert to nose 0.11pjenvey2009-05-071-3/+3
* Fixed test suite on Windows (also disabled CGI tests as they shouldn't even w...maluke2008-05-281-3/+3
* Fix #240, unicode exceptions cause collector to fail. Also make tests somewh...ianb2008-03-261-3/+8
* Fix a couple tests that had some fragilityianb2008-03-252-2/+2
* Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no lon...ianb2007-09-211-27/+0
* Fixed problem where the errorcatching middleware doesn't expose the close met...ianb2006-10-031-2/+2
* Fixing a bug when unicode is used in exceptions, thecce2006-09-111-0/+15
* Fixed a bug in the registry test (not code), since str(registered_object) nev...ianb2006-08-232-2/+2
* Fixed problem with exception formatter word wrapping routineianb2006-08-211-0/+10
* - 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-133-17/+101
* Fixed case when the code could not be highlighted because it is too invalid; ...ianb2005-11-052-8/+26
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-224-0/+305