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
*
Update HTTP Exception documentation
Bert JW Regeer
2014-11-08
1
-51
/
+49
*
Remove WebDAV from HTTP exceptions
Bert JW Regeer
2014-11-06
1
-3
/
+2
*
Add some missing documentation
Bert JW Regeer
2014-11-06
1
-1
/
+6
*
Remove exception property from exception
Bert JW Regeer
2014-04-16
1
-9
/
+0
*
Adds support for draft HTTP error code '451: Unavailable For Legal Reasons'
Mike Pirnat
2012-06-12
1
-0
/
+19
*
Adds HTTP exception classes for RFC 6585
Mike Pirnat
2012-05-15
1
-0
/
+63
*
Don't replace headers of a WSGIHTTPException replying to a HEAD (issue 44)
Martin Vidner
2012-05-04
1
-2
/
+3
*
garden
feature.pylons10compat
Chris McDonough
2011-10-13
1
-1
/
+4
*
be less aggressive about feature removal for benefit of pylons 1.X
Chris McDonough
2011-10-13
1
-1
/
+2
*
binary_type -> bytes
Sergey Schetinin
2011-09-25
1
-2
/
+1
*
more test coverage
Sergey Schetinin
2011-09-24
1
-1
/
+0
*
use paren-imports
Chris McDonough
2011-09-22
1
-7
/
+11
*
sort imports and more direct imports
Chris McDonough
2011-09-22
1
-5
/
+5
*
line lengths
Chris McDonough
2011-09-21
1
-3
/
+5
*
fix most test_exc tests, all datetime_utils tests, some test_dec tests for 3.2
Chris McDonough
2011-09-20
1
-7
/
+12
*
remove unused code
Chris McDonough
2011-09-17
1
-2
/
+1
*
get all tests to run
Chris McDonough
2011-09-16
1
-4
/
+8
*
work on items/keys/values, better conversions, syntax errors
Chris McDonough
2011-09-15
1
-2
/
+2
*
* add warn_deprecation(...) mechanism that centralizes the deprecation warnin...
Sergey Schetinin
2011-07-08
1
-4
/
+3
*
rename FIXME -> TODO, remove some, update some
Sergey Schetinin
2011-06-30
1
-3
/
+1
*
make sure WSGIHTTPException return the same headers for HEAD and GET requests
Sergey Schetinin
2011-06-30
1
-6
/
+6
*
deprecate HTTPException.exception and remove some py2.4 support code
Sergey Schetinin
2011-06-30
1
-67
/
+42
*
This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...
Sergey Schetinin
2011-03-22
1
-3
/
+3
*
* Fix a bug in ``webob.exc.WSGIHTTPException.__init__``. If a list of
Chris McDonough
2010-12-30
1
-1
/
+1
*
Augment Graham Higgins' exception docstring work with work done by Danny Nava...
Chris McDonough
2010-12-23
1
-9
/
+144
*
Add WebOb HTTPException subclass docstrings and adapt the arglist description...
Graham Higgins
2010-12-16
1
-1
/
+285
*
remove more compatibility fallbacks
Sergey Schetinin
2010-10-01
1
-4
/
+1
*
fix HTTPError.__str__ - http://trac.pythonpaste.org/pythonpaste/ticket/409
Sergey Schetinin
2010-08-11
1
-0
/
+5
*
merge
Ian Bicking
2010-06-11
1
-1
/
+5
|
\
|
*
Fix a unicode handling bug in webob.exc
Pavel Repin
2009-12-22
1
-1
/
+5
*
|
add argument req.path_info_pop(pattern=..)
Sergey Schetinin
2010-03-25
1
-0
/
+1
*
|
fix error responses: headerlist arg overrides content_type
Sergey Schetinin
2010-03-15
1
-1
/
+1
*
|
actually, this looks like the better fix, what that `and headerlist is None` ...
Sergey Schetinin
2010-01-06
1
-6
/
+1
*
|
fix issue with WSGIHTTPException inadvertently generating unicode body
Sergey Schetinin
2010-01-06
1
-1
/
+6
|
/
*
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
[next]