index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
webob
/
exc.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
handle unicode bodies in WSGIHTTPException (ticket:321)
Sergey Schetinin
2009-10-18
1
-10
/
+11
*
Fix problem with creating non-HTML exception responses
Ian Bicking
2009-10-06
1
-1
/
+1
*
Make Response.cache_expires settable. Allow arbitrary keyword arguments to H...
Ian Bicking
2008-11-24
1
-2
/
+2
*
typo in docstring
Ian Bicking
2008-11-05
1
-1
/
+1
*
woops, thinko. thanks fijal
Philip Jenvey
2008-06-10
1
-1
/
+1
*
more of the same of r7402
Philip Jenvey
2008-06-10
1
-2
/
+4
*
more explicitly check for old style exceptions. for pypy compat; its exceptions
Philip Jenvey
2008-06-10
1
-1
/
+2
*
Remove content-type and content-length headers from webob.exc responses that ...
Ian Bicking
2008-02-01
1
-0
/
+3
*
Fix infinite loop when getting attributes
Ian Bicking
2008-02-01
1
-3
/
+4
*
try to avoid infinite loops
Ian Bicking
2008-01-31
1
-0
/
+2
*
Attempt to make the exception objects more like the response objects for webo...
Ian Bicking
2008-01-31
1
-1
/
+11
*
remove a couple fixmes that I won't fix
Ian Bicking
2007-12-18
1
-3
/
+2
*
string.Template backport for python 2.3 (#207)
Ian Bicking
2007-12-17
1
-1
/
+4
*
remove @property (2.3 compatibility)
Ian Bicking
2007-10-08
1
-3
/
+6
*
Rename queryvars and postvars to GET and POST (as sole spelling)
Ian Bicking
2007-09-20
1
-9
/
+11
*
Add normal old-style exceptions
Ian Bicking
2007-09-19
1
-1
/
+29
*
fix little doc issue.
Ian Bicking
2007-09-19
1
-2
/
+3
*
Add some WebDAV response codes. And remove a bit of dead code as noted by Ja...
Ian Bicking
2007-09-04
1
-1
/
+26
*
status_map dictionary of exceptions from Jacob Smullyan; and a fixme comment
Ian Bicking
2007-08-17
1
-1
/
+4
*
Added middleware to webob.exc
Ian Bicking
2007-08-15
1
-3
/
+28
*
rename comments to comment
Ian Bicking
2007-08-12
1
-9
/
+9
*
Added HTTPOk to docstring
Ian Bicking
2007-08-12
1
-0
/
+8
*
Add 200 codes
Ian Bicking
2007-08-12
1
-0
/
+38
*
add html_escape to webob; add a exc module, from paste.httpexceptions
Ian Bicking
2007-08-10
1
-0
/
+506
[prev]