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
*
Move the _lazified class out of the lazify function
bugfix/exc_performance
Bert JW Regeer
2016-09-29
1
-6
/
+11
*
response: improve charset defaults
Riley Patterson
2016-07-16
1
-4
/
+0
*
Replace checking self.body with self.has_body
Bert JW Regeer
2016-07-08
1
-1
/
+1
*
PEP8
bugfix/exc_json_response
Bert JW Regeer
2016-04-14
1
-8
/
+10
*
Cleanup unused imports
Bert JW Regeer
2016-04-14
1
-4
/
+1
*
Change the default returned type to text/html
Bert JW Regeer
2016-04-14
1
-2
/
+2
*
Use MIMEAccept instead of Accept
Bert JW Regeer
2016-04-14
1
-2
/
+2
*
Merge pr '#139' of amol- into bugfix/lazy_escape
Bert JW Regeer
2016-01-28
1
-0
/
+7
|
\
|
*
Avoid escaping environ keys that are not used by WSGIHTTPException body_template
Alessandro Molina
2014-03-13
1
-0
/
+7
*
|
Use Accept to parse headers and find the best match
Ian Cordasco
2016-01-14
1
-3
/
+7
*
|
Add ability to return a JSON body from an exception
Ian Cordasco
2016-01-12
1
-1
/
+18
*
|
Headers may no longer contain control characters
Bert JW Regeer
2016-01-03
1
-0
/
+3
*
|
Fix variable naming in sub-classes
Bert JW Regeer
2015-10-30
1
-3
/
+3
*
|
Handle 308 HTTP code for redirect
Mehdi Abaakouk
2015-09-01
1
-1
/
+15
*
|
Ensure that webob.exc.status_map is deterministic.
Ryan Petrello
2015-07-31
1
-1
/
+8
*
|
WSGIHTTPException sets a default status code
Bert JW Regeer
2015-04-14
1
-2
/
+2
*
|
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
|
/
[next]