| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | Allow charset on all content_types | Bert JW Regeer | 2016-07-16 | 1 | -4/+2 | |
| | | * | Remove _is_json and add _content_type_has_charset | Bert JW Regeer | 2016-07-16 | 1 | -8/+11 | |
| | | * | Clean up Response.__init__ | Bert JW Regeer | 2016-07-16 | 1 | -17/+30 | |
| | | * | Remove todo | Bert JW Regeer | 2016-07-16 | 1 | -2/+2 | |
| | | * | Remove unnecessary statement | Bert JW Regeer | 2016-07-16 | 1 | -1/+0 | |
| | | * | Set content_type in headers only if we have one | Bert JW Regeer | 2016-07-16 | 1 | -1/+1 | |
| | | * | Remove nocovers | Bert JW Regeer | 2016-07-16 | 1 | -2/+2 | |
| | | * | Document why we are doing what we are doing | Bert JW Regeer | 2016-07-16 | 1 | -1/+4 | |
| | | * | Make PEP8 happier | Bert JW Regeer | 2016-07-16 | 1 | -53/+38 | |
| | | * | response: improve charset defaults | Riley Patterson | 2016-07-16 | 2 | -29/+36 | |
| | | * | Replace checking self.body with self.has_body | Bert JW Regeer | 2016-07-08 | 1 | -1/+1 | |
| | | * | Adds Reponse.has_body. | Martin Thurau | 2016-06-29 | 1 | -0/+18 | |
| | | * | Merge branch 'master' into bugfix/exc_json_response | Bert JW Regeer | 2016-06-02 | 2 | -2/+2 | |
| | | |\ | ||||||
| | | | * | Split on first two whitespaces in Response.from_file | Bert JW Regeer | 2016-05-19 | 1 | -1/+1 | |
| | | * | | PEP8bugfix/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 branch 'master' of github.com:Pylons/webob | Yidong Ren | 2016-04-19 | 1 | -1/+1 | |
| | |\ \ \ | | | |/ | | |/| | ||||||
| | | * | | Fix repr for Range to match tests | Bert JW Regeer | 2016-04-14 | 1 | -1/+1 | |
| | | |/ | ||||||
| | * | | Update doc formiddleware | Yidong Ren | 2016-01-30 | 1 | -0/+7 | |
| | * | | Merge branch 'master' of github.com:Pylons/webob | Yidong Ren | 2016-01-30 | 5 | -73/+107 | |
| | |\ \ | | |/ | ||||||
| | | * | Remove deprecated str_ and others | Bert JW Regeer | 2016-01-28 | 2 | -50/+1 | |
| | | * | 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 | |
| | | * | | Merge pr '183' of jonatasoliveira into bugfix/decode_consumed_stream | Bert JW Regeer | 2016-01-28 | 1 | -1/+1 | |
| | | |\ \ | ||||||
| | | | * | | Using the correct body to be consumed again by decode(). | Jonatas Oliveira | 2014-12-23 | 1 | -1/+1 | |
| | | * | | | Merge pr '#185' of ltvolks into feature/wildcardMIMEAccept | Bert JW Regeer | 2016-01-28 | 1 | -10/+52 | |
| | | |\ \ \ | ||||||
| | | | * | | | Improved test coverage for MIMEAccept wildcard matching | Lucas Taylor | 2015-03-23 | 1 | -10/+6 | |
| | | | * | | | Allow wildcards to be used when comparing a MIMEAccept against an offer | Lucas Taylor | 2015-03-23 | 1 | -10/+56 | |
| | | | |/ / | ||||||
| | | * | | | Merge '#197' of quantum-omega into bugfix/nocharset | Bert JW Regeer | 2016-01-28 | 1 | -10/+17 | |
| | | |\ \ \ | ||||||
| | | | * | | | Don't add a charset if none is specified and the content-type is JSON. | François Labelle | 2015-04-22 | 1 | -10/+17 | |
| | | * | | | | 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 | 2 | -0/+6 | |
| | * | | | | | Use _MiddlewareFactory as decorator with arguments | Yidong Ren | 2015-12-29 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| | * | | | | Fix variable naming in sub-classes | Bert JW Regeer | 2015-10-30 | 1 | -3/+3 | |
| | * | | | | Fix python 2.6 support | Bert JW Regeer | 2015-10-13 | 1 | -1/+1 | |
| | * | | | | Response.from_file should account for HTTP response | Bert JW Regeer | 2015-10-13 | 1 | -0/+8 | |
| | * | | | | Make sure that max_age is an integer | Bert JW Regeer | 2015-10-11 | 1 | -1/+8 | |
| | * | | | | Merge pull request #215 | Bert JW Regeer | 2015-09-06 | 1 | -1/+1 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Handle PATCH missing content type in req.POST. | Laurence Rowe | 2015-09-02 | 1 | -1/+1 | |
| | * | | | | | Handle 308 HTTP code for redirect | Mehdi Abaakouk | 2015-09-01 | 2 | -1/+16 | |
| | * | | | | | Ensure that webob.exc.status_map is deterministic. | Ryan Petrello | 2015-07-31 | 1 | -1/+8 | |
| | * | | | | | Raise a better exception for status code failures | Bert JW Regeer | 2015-07-30 | 1 | -1/+4 | |
| | * | | | | | Un-break backwards compatibility on set_cookie | Bert JW Regeer | 2015-07-30 | 1 | -3/+12 | |
| | | |/ / / | |/| | | | ||||||
| | * | | | | Rebased and missed part of a patchset | Bert JW Regeer | 2015-04-14 | 1 | -5/+0 | |
| | * | | | | int() might fail with ValueError or TypeError. | Tim Pederick | 2015-04-14 | 1 | -1/+1 | |
| | * | | | | Enabled duck-typing for setting a quasi-integer response status. | Tim Pederick | 2015-04-14 | 1 | -2/+6 | |
| | * | | | | Merge branch 'pr/162': Fix MultiDict's extend() | Bert JW Regeer | 2015-04-14 | 1 | -0/+3 | |
| | |\ \ \ \ | ||||||
