summaryrefslogtreecommitdiff
path: root/webob
Commit message (Expand)AuthorAgeFilesLines
...
| | * Allow charset on all content_typesBert JW Regeer2016-07-161-4/+2
| | * Remove _is_json and add _content_type_has_charsetBert JW Regeer2016-07-161-8/+11
| | * Clean up Response.__init__Bert JW Regeer2016-07-161-17/+30
| | * Remove todoBert JW Regeer2016-07-161-2/+2
| | * Remove unnecessary statementBert JW Regeer2016-07-161-1/+0
| | * Set content_type in headers only if we have oneBert JW Regeer2016-07-161-1/+1
| | * Remove nocoversBert JW Regeer2016-07-161-2/+2
| | * Document why we are doing what we are doingBert JW Regeer2016-07-161-1/+4
| | * Make PEP8 happierBert JW Regeer2016-07-161-53/+38
| | * response: improve charset defaultsRiley Patterson2016-07-162-29/+36
| | * Replace checking self.body with self.has_bodyBert JW Regeer2016-07-081-1/+1
| | * Adds Reponse.has_body.Martin Thurau2016-06-291-0/+18
| | * Merge branch 'master' into bugfix/exc_json_responseBert JW Regeer2016-06-022-2/+2
| | |\
| | | * Split on first two whitespaces in Response.from_fileBert JW Regeer2016-05-191-1/+1
| | * | PEP8bugfix/exc_json_responseBert JW Regeer2016-04-141-8/+10
| | * | Cleanup unused importsBert JW Regeer2016-04-141-4/+1
| | * | Change the default returned type to text/htmlBert JW Regeer2016-04-141-2/+2
| | * | Use MIMEAccept instead of AcceptBert JW Regeer2016-04-141-2/+2
| * | | Merge branch 'master' of github.com:Pylons/webobYidong Ren2016-04-191-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix repr for Range to match testsBert JW Regeer2016-04-141-1/+1
| | |/
| * | Update doc formiddlewareYidong Ren2016-01-301-0/+7
| * | Merge branch 'master' of github.com:Pylons/webobYidong Ren2016-01-305-73/+107
| |\ \ | | |/
| | * Remove deprecated str_ and othersBert JW Regeer2016-01-282-50/+1
| | * Merge pr '#139' of amol- into bugfix/lazy_escapeBert JW Regeer2016-01-281-0/+7
| | |\
| | | * Avoid escaping environ keys that are not used by WSGIHTTPException body_templateAlessandro Molina2014-03-131-0/+7
| | * | Merge pr '183' of jonatasoliveira into bugfix/decode_consumed_streamBert JW Regeer2016-01-281-1/+1
| | |\ \
| | | * | Using the correct body to be consumed again by decode().Jonatas Oliveira2014-12-231-1/+1
| | * | | Merge pr '#185' of ltvolks into feature/wildcardMIMEAcceptBert JW Regeer2016-01-281-10/+52
| | |\ \ \
| | | * | | Improved test coverage for MIMEAccept wildcard matchingLucas Taylor2015-03-231-10/+6
| | | * | | Allow wildcards to be used when comparing a MIMEAccept against an offerLucas Taylor2015-03-231-10/+56
| | | |/ /
| | * | | Merge '#197' of quantum-omega into bugfix/nocharsetBert JW Regeer2016-01-281-10/+17
| | |\ \ \
| | | * | | Don't add a charset if none is specified and the content-type is JSON.François Labelle2015-04-221-10/+17
| | * | | | Use Accept to parse headers and find the best matchIan Cordasco2016-01-141-3/+7
| | * | | | Add ability to return a JSON body from an exceptionIan Cordasco2016-01-121-1/+18
| | * | | | Headers may no longer contain control charactersBert JW Regeer2016-01-032-0/+6
| * | | | | Use _MiddlewareFactory as decorator with argumentsYidong Ren2015-12-291-1/+1
| |/ / / /
| * | | | Fix variable naming in sub-classesBert JW Regeer2015-10-301-3/+3
| * | | | Fix python 2.6 supportBert JW Regeer2015-10-131-1/+1
| * | | | Response.from_file should account for HTTP responseBert JW Regeer2015-10-131-0/+8
| * | | | Make sure that max_age is an integerBert JW Regeer2015-10-111-1/+8
| * | | | Merge pull request #215Bert JW Regeer2015-09-061-1/+1
| |\ \ \ \
| | * | | | Handle PATCH missing content type in req.POST.Laurence Rowe2015-09-021-1/+1
| * | | | | Handle 308 HTTP code for redirectMehdi Abaakouk2015-09-012-1/+16
| * | | | | Ensure that webob.exc.status_map is deterministic.Ryan Petrello2015-07-311-1/+8
| * | | | | Raise a better exception for status code failuresBert JW Regeer2015-07-301-1/+4
| * | | | | Un-break backwards compatibility on set_cookieBert JW Regeer2015-07-301-3/+12
| | |/ / / | |/| | |
| * | | | Rebased and missed part of a patchsetBert JW Regeer2015-04-141-5/+0
| * | | | int() might fail with ValueError or TypeError.Tim Pederick2015-04-141-1/+1
| * | | | Enabled duck-typing for setting a quasi-integer response status.Tim Pederick2015-04-141-2/+6
| * | | | Merge branch 'pr/162': Fix MultiDict's extend()Bert JW Regeer2015-04-141-0/+3
| |\ \ \ \