summaryrefslogtreecommitdiff
path: root/webob/exc.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix little doc issue.Ian Bicking2007-09-191-2/+3
* Add some WebDAV response codes. And remove a bit of dead code as noted by Ja...Ian Bicking2007-09-041-1/+26
* status_map dictionary of exceptions from Jacob Smullyan; and a fixme commentIan Bicking2007-08-171-1/+4
* Added middleware to webob.excIan Bicking2007-08-151-3/+28
* rename comments to commentIan Bicking2007-08-121-9/+9
* Added HTTPOk to docstringIan Bicking2007-08-121-0/+8
* Add 200 codesIan Bicking2007-08-121-0/+38
* add html_escape to webob; add a exc module, from paste.httpexceptionsIan Bicking2007-08-101-0/+506