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
/
tests
/
test_exc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format using isort/black to satisfy linter
Bert JW Regeer
2020-11-28
1
-0
/
+1
*
Drop object from class definition
Bert JW Regeer
2020-11-28
1
-2
/
+2
*
Add missing test for coverage
Bert JW Regeer
2020-11-28
1
-4
/
+9
*
Remove __unicode__
Bert JW Regeer
2020-11-28
1
-1
/
+1
*
Fix many flake8 warnings/errors
Bert JW Regeer
2018-10-15
1
-11
/
+3
*
WebOb is now formatted by ambv/black
Bert JW Regeer
2018-10-14
1
-199
/
+288
*
response: improve charset defaults
Riley Patterson
2016-07-16
1
-0
/
+3
*
Merge branch 'master' into bugfix/exc_json_response
Bert JW Regeer
2016-06-02
1
-68
/
+63
|
\
|
*
test_exc.py converted to assert from nose
Bert JW Regeer
2016-04-15
1
-69
/
+64
*
|
Make sure WSGIHTTPException does the right thing with accept headers
Bert JW Regeer
2016-04-14
1
-2
/
+47
|
/
*
Fix test
Bert JW Regeer
2016-01-28
1
-3
/
+3
*
Merge pr '#139' of amol- into bugfix/lazy_escape
Bert JW Regeer
2016-01-28
1
-0
/
+34
|
\
|
*
Avoid escaping environ keys that are not used by WSGIHTTPException body_template
Alessandro Molina
2014-03-13
1
-0
/
+34
*
|
Use Accept to parse headers and find the best match
Ian Cordasco
2016-01-14
1
-0
/
+36
*
|
Add ability to return a JSON body from an exception
Ian Cordasco
2016-01-12
1
-0
/
+17
*
|
Add tests with invalid header values
Bert JW Regeer
2016-01-03
1
-0
/
+11
*
|
Update list in tests
Bert JW Regeer
2015-09-06
1
-0
/
+1
*
|
Ensure that webob.exc.status_map is deterministic.
Ryan Petrello
2015-07-31
1
-49
/
+90
*
|
WSGIHTTPException sets a default status code
Bert JW Regeer
2015-04-14
1
-2
/
+2
*
|
Remove test code no longer required
Bert JW Regeer
2014-04-16
1
-4
/
+0
|
/
*
fix on py3
Chris McDonough
2012-05-08
1
-1
/
+1
*
Use Response.status_int instead of status_code for 1.1.1
Martin Vidner
2012-05-04
1
-1
/
+1
*
Don't replace headers of a WSGIHTTPException replying to a HEAD (issue 44)
Martin Vidner
2012-05-04
1
-0
/
+38
*
Change Response.status_int to Response.status_code (while still supporting .s...
Ian Bicking
2012-04-13
1
-1
/
+1
*
make bytesrequest work on python 3
Chris McDonough
2012-01-26
1
-3
/
+7
*
fix on 2.7+
Chris McDonough
2011-10-13
1
-0
/
+1
*
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
/
+1
*
mirror some deprecation changes from sergey-1.2-py2-only branch
Sergey Schetinin
2011-09-24
1
-1
/
+1
*
fix most test_exc tests, all datetime_utils tests, some test_dec tests for 3.2
Chris McDonough
2011-09-20
1
-13
/
+13
*
b -> bytes_
Chris McDonough
2011-09-20
1
-11
/
+5
*
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-51
/
+6
*
drop python 2.4 compatibility
Sergey Schetinin
2011-06-30
1
-4
/
+1
*
deprecate HTTPException.exception and remove some py2.4 support code
Sergey Schetinin
2011-06-30
1
-4
/
+4
*
This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...
Sergey Schetinin
2011-03-22
1
-3
/
+339
*
Add a lot of tests.
Sergey Schetinin
2011-02-20
1
-9
/
+7
*
* Fix a bug in ``webob.exc.WSGIHTTPException.__init__``. If a list of
Chris McDonough
2010-12-30
1
-0
/
+7
*
Make previously failing test pass on Python < 2.5.
Chris McDonough
2010-12-23
1
-1
/
+6
*
Fix a unicode handling bug in webob.exc
Pavel Repin
2009-12-22
1
-0
/
+14