summaryrefslogtreecommitdiff
path: root/tests/test_exceptions/test_error_middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test_exceptions on Python 3Victor Stinner2015-04-221-3/+5
* Strip trailing spacesVictor Stinner2015-04-211-6/+6
* Fix #240, unicode exceptions cause collector to fail. Also make tests somewh...ianb2008-03-261-3/+8
* Fixed problem where the errorcatching middleware doesn't expose the close met...ianb2006-10-031-2/+2
* Fixed a bug in the registry test (not code), since str(registered_object) nev...ianb2006-08-231-1/+1
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...ianb2005-12-131-12/+18
* Fixed case when the code could not be highlighted because it is too invalid; ...ianb2005-11-051-6/+14
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-221-0/+88