Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pyflakes warnings in tests | Victor Stinner | 2015-04-22 | 1 | -1/+0 |
| | | | | | * Remove unused imports * Remove unused variables | ||||
* | Fix test_exceptions on Python 3 | Victor Stinner | 2015-04-22 | 1 | -10/+10 |
| | |||||
* | Python 3: add parenthesis to print() to support Python 2 and Python 3 | Cyril Roelandt | 2014-03-18 | 1 | -2/+2 |
| | | | | Use also "from __future__ import print_function". | ||||
* | convert to nose 0.11 | pjenvey | 2009-05-07 | 1 | -3/+3 |
| | |||||
* | Fix a couple tests that had some fragility | ianb | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no ↵ | ianb | 2007-09-21 | 1 | -27/+0 |
| | | | | longer raise httpexceptions in your app_iter | ||||
* | 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. | ||||
* | - 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 | 1 | -0/+82 |
with trunk |