summaryrefslogtreecommitdiff
path: root/tests/test_exc.py
Commit message (Expand)AuthorAgeFilesLines
* Format using isort/black to satisfy linterBert JW Regeer2020-11-281-0/+1
* Drop object from class definitionBert JW Regeer2020-11-281-2/+2
* Add missing test for coverageBert JW Regeer2020-11-281-4/+9
* Remove __unicode__Bert JW Regeer2020-11-281-1/+1
* Fix many flake8 warnings/errorsBert JW Regeer2018-10-151-11/+3
* WebOb is now formatted by ambv/blackBert JW Regeer2018-10-141-199/+288
* response: improve charset defaultsRiley Patterson2016-07-161-0/+3
* Merge branch 'master' into bugfix/exc_json_responseBert JW Regeer2016-06-021-68/+63
|\
| * test_exc.py converted to assert from noseBert JW Regeer2016-04-151-69/+64
* | Make sure WSGIHTTPException does the right thing with accept headersBert JW Regeer2016-04-141-2/+47
|/
* Fix testBert JW Regeer2016-01-281-3/+3
* Merge pr '#139' of amol- into bugfix/lazy_escapeBert JW Regeer2016-01-281-0/+34
|\
| * Avoid escaping environ keys that are not used by WSGIHTTPException body_templateAlessandro Molina2014-03-131-0/+34
* | Use Accept to parse headers and find the best matchIan Cordasco2016-01-141-0/+36
* | Add ability to return a JSON body from an exceptionIan Cordasco2016-01-121-0/+17
* | Add tests with invalid header valuesBert JW Regeer2016-01-031-0/+11
* | Update list in testsBert JW Regeer2015-09-061-0/+1
* | Ensure that webob.exc.status_map is deterministic.Ryan Petrello2015-07-311-49/+90
* | WSGIHTTPException sets a default status codeBert JW Regeer2015-04-141-2/+2
* | 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