Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed problem where the errorcatching middleware doesn't expose the close ↵ | ianb | 2006-10-03 | 1 | -2/+2 |
| | | | | method of the app_iter that it is wrapping | ||||
* | Fixing a bug when unicode is used in exceptions, the | cce | 2006-09-11 | 1 | -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) ↵ | ianb | 2006-08-23 | 2 | -2/+2 |
| | | | | never fails anymore. Fixed some formatting because of new-style exceptions in Python 2.5 | ||||
* | Fixed problem with exception formatter word wrapping routine | ianb | 2006-08-21 | 1 | -0/+10 |
| | |||||
* | - got rid of unnecessary trailing spaces in httpexceptions | cce | 2005-12-23 | 1 | -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 now | ianb | 2005-12-18 | 1 | -1/+2 |
| | |||||
* | not just direct iterators break this, but middleware that convert the result ↵ | cce | 2005-12-15 | 1 | -0/+9 |
| | | | | into an iteration | ||||
* | committing an example that worked before the recent change to httpexceptions | cce | 2005-12-15 | 1 | -1/+19 |
| | |||||
* | Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ | ianb | 2005-12-13 | 3 | -17/+101 |
| | | | | with trunk | ||||
* | Fixed case when the code could not be highlighted because it is too invalid; ↵ | ianb | 2005-11-05 | 2 | -8/+26 |
| | | | | fixed tests that broke due to change of output | ||||
* | Got exception tests working; error_catcher filter now paste-deploy-ified | ianb | 2005-08-22 | 4 | -0/+305 |