summaryrefslogtreecommitdiff
path: root/webob/exc.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* handle unicode bodies in WSGIHTTPException (ticket:321)Sergey Schetinin2009-10-181-10/+11
* Fix problem with creating non-HTML exception responsesIan Bicking2009-10-061-1/+1
* Make Response.cache_expires settable. Allow arbitrary keyword arguments to H...Ian Bicking2008-11-241-2/+2
* typo in docstringIan Bicking2008-11-051-1/+1
* woops, thinko. thanks fijalPhilip Jenvey2008-06-101-1/+1
* more of the same of r7402Philip Jenvey2008-06-101-2/+4
* more explicitly check for old style exceptions. for pypy compat; its exceptionsPhilip Jenvey2008-06-101-1/+2
* Remove content-type and content-length headers from webob.exc responses that ...Ian Bicking2008-02-011-0/+3
* Fix infinite loop when getting attributesIan Bicking2008-02-011-3/+4
* try to avoid infinite loopsIan Bicking2008-01-311-0/+2
* Attempt to make the exception objects more like the response objects for webo...Ian Bicking2008-01-311-1/+11
* remove a couple fixmes that I won't fixIan Bicking2007-12-181-3/+2
* string.Template backport for python 2.3 (#207)Ian Bicking2007-12-171-1/+4
* remove @property (2.3 compatibility)Ian Bicking2007-10-081-3/+6
* Rename queryvars and postvars to GET and POST (as sole spelling)Ian Bicking2007-09-201-9/+11
* Add normal old-style exceptionsIan Bicking2007-09-191-1/+29