Michael Merickel
2018-05-16 1c0eb57f5f961dfc5d53051c28a8ac32dc60308f
2018-05-14 Cris Ewing
Sets, when you absolutely, positively want those extra microseconds back
blob@ 2c32f9 commitdiff | diff to current
2018-05-14 Cris Ewing
Update the building of status_dict, now that both the base server and clien...
blob@ 1f7469 commitdiff | diff to current
2018-05-14 Cris Ewing
Move base server and client error codes and titles to the base classes. Add...
blob@ 58fbca commitdiff | diff to current
2017-02-07 Bert JW Regeer
stringify self.detail in case it is not a string
blob@ 309e6b commitdiff | diff to current
2016-12-10 Bert JW Regeer
Use has_body so we don't unravel app_iter
blob@ 80865c commitdiff | diff to current
2016-09-20 Michael Merickel
clarify #2750 a bit further
blob@ 24e1b3 commitdiff | diff to current
2016-08-17 Mark Jones
Clarify that headers are ADDED to the response
blob@ ddc0ee commitdiff | diff to current
2016-04-14 Bert JW Regeer
We don't use default_match, so remove it
blob@ bee098 commitdiff | diff to current
2016-04-14 Bert JW Regeer
Make text/html the preferred server return
blob@ 80f982 commitdiff | diff to current
2016-04-13 Bert JW Regeer
For */* case, MIMEAccept picks first server offer
blob@ c57b44 commitdiff | diff to current
2016-04-13 Bert JW Regeer
We don't need to explicitly set charset for text/*
blob@ f16e6e commitdiff | diff to current
2016-04-13 Bert JW Regeer
Use MIMEAccept not Accept
blob@ d9d194 commitdiff | diff to current
2016-04-13 Bert JW Regeer
Using WebOb's acceptparse find best mimetype to use
blob@ cb67e0 commitdiff | diff to current
2015-08-03 Bert JW Regeer
Fix Pyramid against WebOb >=1.5.0
blob@ 88fcdc commitdiff | diff to current
2015-06-09 Tres Seaver
Return concrete classes from 'pyramid.httpexceptions.exception_response'.
blob@ 7740b6 commitdiff | diff to current
2015-03-06 John Anderson
Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8
blob@ 50a8a0 commitdiff | diff to current
2015-02-08 John Anderson
Add initial pep8 support.
blob@ 25c64c commitdiff | diff to current
2014-11-10 Michael Merickel
Merge pull request #1372 from marinewater/feature.httpexceptions
blob@ 04d2a1 commitdiff | diff to current
2014-11-07 Bert JW Regeer
Update documentation for exceptions
blob@ a3033c commitdiff | diff to current
2014-07-08 Harz-FEAR
did not include code 511 because it is for use by intercepting proxies
blob@ 5ef159 commitdiff | diff to current
2014-07-08 Harz-FEAR
RFC 6585 HTTP Exceptions
blob@ 36d5a4 commitdiff | diff to current
2013-10-19 Michael Merickel
update doc references
blob@ 6b0889 commitdiff | diff to current
2013-10-19 Michael Merickel
move HTTPBadCSRFToken to p.exceptions.BadCSRFToken
blob@ 0e2914 commitdiff | diff to current
2013-10-08 Karl O. Pinc
Subclass HTTPBadCSRFToken from HTTPBadRequest and have request.session.chec...
blob@ 0905d2 commitdiff | diff to current
2013-08-30 Chris McDonough
dammit, typo
blob@ 23f1ff commitdiff | diff to current
2013-08-30 Chris McDonough
fix httpok docstring
blob@ 0c93e5 commitdiff | diff to current
2013-08-30 Chris McDonough
fix docstrings
blob@ 6926fa commitdiff | diff to current
2013-08-30 Chris McDonough
add HTTPSuccessful base class, allowing HTTPOk to be caught independently; ...
blob@ c5ed54 commitdiff | diff to current
2013-08-30 Chris McDonough
allow exception view registrations for HTTPException to override default ex...
blob@ 97ed56 commitdiff | diff to current
2013-08-20 Michael Merickel
remove mention of unused http status code
blob@ e64e71 commitdiff | diff to current
2013-03-12 Michael Merickel
Merge pull request #896 from tshepang/consistency
blob@ d3aba3 commitdiff | diff to current
2013-03-09 Tshepang Lekhonkhobe
capitalize; add term role
blob@ 2f4bde commitdiff | diff to current
2013-02-13 Tshepang Lekhonkhobe
use 'rfc' role to link to the RFCs; this fixes one link, for free
blob@ 55241c commitdiff | diff to current
2013-01-01 Tshepang Lekhonkhobe
eliminate repeated "the" words
blob@ 08c221 commitdiff | diff to current
2011-11-28 Chris McDonough
use multiline imports
blob@ 0c1c39 commitdiff | diff to current
2011-11-09 Richard Barrell
Raise a ValueError from HTTPFound.__init__() if location is None.
blob@ 45b15a commitdiff | diff to current
2011-09-23 Chris McDonough
more rusty knife in the eye changes
blob@ 8e606d commitdiff | diff to current
2011-09-23 Chris McDonough
implements->implementer
blob@ 3b7334 commitdiff | diff to current
2011-09-22 Chris McDonough
anger release commit
blob@ e6c2d2 commitdiff | diff to current
2011-08-25 Michael Merickel
More explicitly discussed properties of HTTPException objects.
blob@ 5bcab6 commitdiff | diff to current
2011-08-25 Michael Merickel
Added docs for some missing HTTP status' supported in httpexceptions.
blob@ 596860 commitdiff | diff to current
2011-08-24 Chris McDonough
docs typo fix
blob@ a6035f commitdiff | diff to current
2011-08-13 Chris McDonough
- WSGIHTTPException (HTTPFound, HTTPNotFound, etc) now has a new API named ...
blob@ 85093d commitdiff | diff to current
2011-07-16 Chris McDonough
- Omit custom environ variables when rendering a custom exception template ...
blob@ 4b3ba9 commitdiff | diff to current
2011-06-20 Chris McDonough
responsecode -> exception_response
blob@ f8f08b commitdiff | diff to current
2011-06-20 Chris McDonough
- Register the default exception view for context of webob.exc.WSGIHTTPEx...
blob@ d69ae6 commitdiff | diff to current
2011-06-20 Chris McDonough
- Base exception response content type again on accept header.
blob@ d0a5f0 commitdiff | diff to current
2011-06-14 Chris McDonough
- Move default app_iter generation logic into __call__ for exception resp...
blob@ 53d11e commitdiff | diff to current
2011-06-14 Chris McDonough
render nicer docs
blob@ 8b1057 commitdiff | diff to current
2011-06-11 Chris McDonough
- Pyramid now expects Response objects to have a __call__ method which im...
blob@ 99edc5 commitdiff | diff to current
first | « prev | next »