summaryrefslogtreecommitdiff
path: root/webob/exc.py
Commit message (Expand)AuthorAgeFilesLines
* Move the _lazified class out of the lazify functionbugfix/exc_performanceBert JW Regeer2016-09-291-6/+11
* response: improve charset defaultsRiley Patterson2016-07-161-4/+0
* Replace checking self.body with self.has_bodyBert JW Regeer2016-07-081-1/+1
* PEP8bugfix/exc_json_responseBert JW Regeer2016-04-141-8/+10
* Cleanup unused importsBert JW Regeer2016-04-141-4/+1
* Change the default returned type to text/htmlBert JW Regeer2016-04-141-2/+2
* Use MIMEAccept instead of AcceptBert JW Regeer2016-04-141-2/+2
* Merge pr '#139' of amol- into bugfix/lazy_escapeBert JW Regeer2016-01-281-0/+7
|\
| * Avoid escaping environ keys that are not used by WSGIHTTPException body_templateAlessandro Molina2014-03-131-0/+7
* | Use Accept to parse headers and find the best matchIan Cordasco2016-01-141-3/+7
* | Add ability to return a JSON body from an exceptionIan Cordasco2016-01-121-1/+18
* | Headers may no longer contain control charactersBert JW Regeer2016-01-031-0/+3
* | Fix variable naming in sub-classesBert JW Regeer2015-10-301-3/+3
* | Handle 308 HTTP code for redirectMehdi Abaakouk2015-09-011-1/+15
* | Ensure that webob.exc.status_map is deterministic.Ryan Petrello2015-07-311-1/+8
* | WSGIHTTPException sets a default status codeBert JW Regeer2015-04-141-2/+2
* | Update HTTP Exception documentationBert JW Regeer2014-11-081-51/+49
* | Remove WebDAV from HTTP exceptionsBert JW Regeer2014-11-061-3/+2
* | Add some missing documentationBert JW Regeer2014-11-061-1/+6
* | Remove exception property from exceptionBert JW Regeer2014-04-161-9/+0
|/
* Adds support for draft HTTP error code '451: Unavailable For Legal Reasons'Mike Pirnat2012-06-121-0/+19
* Adds HTTP exception classes for RFC 6585Mike Pirnat2012-05-151-0/+63
* Don't replace headers of a WSGIHTTPException replying to a HEAD (issue 44)Martin Vidner2012-05-041-2/+3
* gardenfeature.pylons10compatChris McDonough2011-10-131-1/+4
* be less aggressive about feature removal for benefit of pylons 1.XChris McDonough2011-10-131-1/+2
* binary_type -> bytesSergey Schetinin2011-09-251-2/+1
* more test coverageSergey Schetinin2011-09-241-1/+0
* use paren-importsChris McDonough2011-09-221-7/+11
* sort imports and more direct importsChris McDonough2011-09-221-5/+5
* line lengthsChris McDonough2011-09-211-3/+5
* fix most test_exc tests, all datetime_utils tests, some test_dec tests for 3.2Chris McDonough2011-09-201-7/+12
* remove unused codeChris McDonough2011-09-171-2/+1
* get all tests to runChris McDonough2011-09-161-4/+8
* work on items/keys/values, better conversions, syntax errorsChris McDonough2011-09-151-2/+2
* * add warn_deprecation(...) mechanism that centralizes the deprecation warnin...Sergey Schetinin2011-07-081-4/+3
* rename FIXME -> TODO, remove some, update someSergey Schetinin2011-06-301-3/+1
* make sure WSGIHTTPException return the same headers for HEAD and GET requestsSergey Schetinin2011-06-301-6/+6
* deprecate HTTPException.exception and remove some py2.4 support codeSergey Schetinin2011-06-301-67/+42
* This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...Sergey Schetinin2011-03-221-3/+3
* * Fix a bug in ``webob.exc.WSGIHTTPException.__init__``. If a list ofChris McDonough2010-12-301-1/+1
* Augment Graham Higgins' exception docstring work with work done by Danny Nava...Chris McDonough2010-12-231-9/+144
* Add WebOb HTTPException subclass docstrings and adapt the arglist description...Graham Higgins2010-12-161-1/+285
* remove more compatibility fallbacksSergey Schetinin2010-10-011-4/+1
* fix HTTPError.__str__ - http://trac.pythonpaste.org/pythonpaste/ticket/409Sergey Schetinin2010-08-111-0/+5
* mergeIan Bicking2010-06-111-1/+5
|\
| * Fix a unicode handling bug in webob.excPavel Repin2009-12-221-1/+5
* | add argument req.path_info_pop(pattern=..)Sergey Schetinin2010-03-251-0/+1
* | fix error responses: headerlist arg overrides content_typeSergey Schetinin2010-03-151-1/+1
* | actually, this looks like the better fix, what that `and headerlist is None` ...Sergey Schetinin2010-01-061-6/+1
* | fix issue with WSGIHTTPException inadvertently generating unicode bodySergey Schetinin2010-01-061-1/+6
|/