| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix pyflakes warnings in tests | Victor Stinner | 2015-04-22 | 2 | -3/+0 |
| | | | | | | * Remove unused imports * Remove unused variables | ||||
| * | Fix test_exceptions on Python 3 | Victor Stinner | 2015-04-22 | 3 | -14/+15 |
| | | |||||
| * | Strip trailing spaces | Victor Stinner | 2015-04-21 | 1 | -6/+6 |
| | | |||||
| * | Python 3: add parenthesis to print() to support Python 2 and Python 3 | Cyril Roelandt | 2014-03-18 | 3 | -8/+8 |
| | | | | | Use also "from __future__ import print_function". | ||||
| * | The reporter test never created the necessary output directory. | Christoph Zwerschke | 2010-08-19 | 1 | -5/+9 |
| | | |||||
| * | Paste: fix Ticket #299 | maluke | 2009-07-01 | 1 | -1/+1 |
| | | |||||
| * | convert to nose 0.11 | pjenvey | 2009-05-07 | 1 | -3/+3 |
| | | |||||
| * | Fixed test suite on Windows (also disabled CGI tests as they shouldn't even ↵ | maluke | 2008-05-28 | 1 | -3/+3 |
| | | | | | work) | ||||
| * | Fix #240, unicode exceptions cause collector to fail. Also make tests ↵ | ianb | 2008-03-26 | 1 | -3/+8 |
| | | | | | somewhat less fragile | ||||
| * | Fix a couple tests that had some fragility | ianb | 2008-03-25 | 2 | -2/+2 |
| | | |||||
| * | Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no ↵ | ianb | 2007-09-21 | 1 | -27/+0 |
| | | | | | longer raise httpexceptions in your app_iter | ||||
| * | 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 |
