summaryrefslogtreecommitdiff
path: root/tests/test_exceptions/test_httpexceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* - 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-131-0/+82
with trunk