summaryrefslogtreecommitdiff
path: root/tests/test_exceptions
Commit message (Collapse)AuthorAgeFilesLines
* Fixed problem where the errorcatching middleware doesn't expose the close ↵ianb2006-10-031-2/+2
| | | | method of the app_iter that it is wrapping
* 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.
* Fixed a bug in the registry test (not code), since str(registered_object) ↵ianb2006-08-232-2/+2
| | | | never fails anymore. Fixed some formatting because of new-style exceptions in Python 2.5
* Fixed problem with exception formatter word wrapping routineianb2006-08-211-0/+10
|
* - 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-133-17/+101
| | | | with trunk
* Fixed case when the code could not be highlighted because it is too invalid; ↵ianb2005-11-052-8/+26
| | | | fixed tests that broke due to change of output
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-224-0/+305