summaryrefslogtreecommitdiff
path: root/tests/test_exc.py
Commit message (Expand)AuthorAgeFilesLines
* Remove test code no longer requiredBert JW Regeer2014-04-161-4/+0
* fix on py3Chris McDonough2012-05-081-1/+1
* Use Response.status_int instead of status_code for 1.1.1Martin Vidner2012-05-041-1/+1
* Don't replace headers of a WSGIHTTPException replying to a HEAD (issue 44)Martin Vidner2012-05-041-0/+38
* Change Response.status_int to Response.status_code (while still supporting .s...Ian Bicking2012-04-131-1/+1
* make bytesrequest work on python 3Chris McDonough2012-01-261-3/+7
* fix on 2.7+Chris McDonough2011-10-131-0/+1
* gardenfeature.pylons10compatChris McDonough2011-10-131-1/+4
* be less aggressive about feature removal for benefit of pylons 1.XChris McDonough2011-10-131-1/+1
* mirror some deprecation changes from sergey-1.2-py2-only branchSergey Schetinin2011-09-241-1/+1
* fix most test_exc tests, all datetime_utils tests, some test_dec tests for 3.2Chris McDonough2011-09-201-13/+13
* b -> bytes_Chris McDonough2011-09-201-11/+5
* work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-51/+6
* drop python 2.4 compatibilitySergey Schetinin2011-06-301-4/+1
* deprecate HTTPException.exception and remove some py2.4 support codeSergey Schetinin2011-06-301-4/+4
* This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...Sergey Schetinin2011-03-221-3/+339
* Add a lot of tests.Sergey Schetinin2011-02-201-9/+7
* * Fix a bug in ``webob.exc.WSGIHTTPException.__init__``. If a list ofChris McDonough2010-12-301-0/+7
* Make previously failing test pass on Python < 2.5.Chris McDonough2010-12-231-1/+6
* Fix a unicode handling bug in webob.excPavel Repin2009-12-221-0/+14