| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert ↵fix-linkcheck | Steve Piercy | 2019-08-18 | 1 | -1/+1 |
| | | | | | https://github.com/Pylons/webob/pull/404/commits/c6b623702d72323986ef7c3c1c693cfa49d02b55#r315006064 | ||||
| * | api/request.txt:1: [broken] ↵ | Steve Piercy | 2019-08-17 | 1 | -1/+1 |
| | | | | | http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.1.9: Anchor 'sec4.1.9' not found | ||||
| * | Fix typo. | Ira Lun | 2019-06-21 | 1 | -1/+1 |
| | | |||||
| * | Fix link to RFC. | Ira Lun | 2019-06-21 | 1 | -2/+1 |
| | | |||||
| * | Move comment to outside of list comprehension. | Ira Lun | 2019-06-18 | 1 | -5/+2 |
| | | | | | | | | This is to avoid issues with a bug in Black (see https://github.com/Pylons/webob/pull/401#discussion_r294533700.) Also, make the comment slightly more helpful. | ||||
| * | Rearrange lines to make Black happy. | Ira Lun | 2019-06-16 | 1 | -2/+4 |
| | | |||||
| * | Remove unnecessary assignment. | Ira Lun | 2019-06-16 | 1 | -3/+2 |
| | | |||||
| * | Combine sorts. | Ira Lun | 2019-06-16 | 1 | -4/+2 |
| | | |||||
| * | add skip_body argument to BaseRequest::as_text method | vladkhard | 2019-05-06 | 1 | -2/+2 |
| | | |||||
| * | Encode value for content_type to latin-1 if on Py2 | Bert JW Regeer | 2018-11-11 | 1 | -16/+25 |
| | | | | | Closes #388 | ||||
| * | support copying accept headers | Michael Merickel | 2018-10-23 | 1 | -0/+92 |
| | | |||||
| * | Cleanup backslash escaping | Bert JW Regeer | 2018-10-18 | 2 | -31/+31 |
| | | |||||
| * | Remove blank line. | Ira Lun | 2018-10-17 | 1 | -1/+0 |
| | | |||||
| * | Remove unused asterisk_non0_found, and rearrange for readability. | Ira Lun | 2018-10-17 | 1 | -12/+6 |
| | | | | | | | `*` ranges with non-0 qvalues are essentially ignored (see https://tools.ietf.org/html/rfc4647#section-3.4, the paragraph starting with 'The special language range "*"...'). | ||||
| * | Make black happy again | Bert JW Regeer | 2018-10-15 | 2 | -2/+2 |
| | | |||||
| * | Fix many flake8 warnings/errors | Bert JW Regeer | 2018-10-15 | 13 | -95/+350 |
| | | |||||
| * | WebOb is now formatted by ambv/black | Bert JW Regeer | 2018-10-14 | 18 | -2170/+2446 |
| | | | | | | | | All future commits will be required to format their code using Python black. This also hooks up linting and all that fun stuff to enforce it. | ||||
| * | stop parsing extension params in acceptable_offers and fix comment | Michael Merickel | 2018-10-10 | 1 | -8/+4 |
| | | |||||
| * | support passing around AcceptOffer objects | Michael Merickel | 2018-10-10 | 1 | -8/+40 |
| | | |||||
| * | remove media range support for offers | Michael Merickel | 2018-10-09 | 1 | -79/+9 |
| | | | | | | | | | see the multitude of reasons in https://github.com/Pylons/pyramid/pull/3326 the short answer is that they are fundamentally broken in that media ranges cannot properly match against any accept header with q=0 content | ||||
| * | Merge branch 'fix-warnings' into accept-parse-offer | Michael Merickel | 2018-10-09 | 4 | -6/+11 |
| |\ | |||||
| | * | fix test suite warnings | Michael Merickel | 2018-10-06 | 2 | -2/+2 |
| | | | |||||
| | * | use collections.abc for abc types if available | Michael Merickel | 2018-10-06 | 4 | -4/+9 |
| | | | | | | | | | | | collections.MutableMapping and other abc types were deprecated in 3.3 and will be removed in 3.8 | ||||
| * | | fix comment | Michael Merickel | 2018-10-02 | 1 | -1/+1 |
| | | | |||||
| * | | further simplify | Michael Merickel | 2018-10-02 | 1 | -7/+6 |
| | | | |||||
| * | | use Accept.parse_offer to be consistent across the codebase | Michael Merickel | 2018-10-02 | 1 | -20/+25 |
| | | | |||||
| * | | more clearly define specificity constants | Michael Merickel | 2018-09-27 | 1 | -4/+9 |
| | | | |||||
| * | | return a named tuple | Michael Merickel | 2018-09-25 | 1 | -2/+27 |
| | | | |||||
| * | | support a standard api for parsing media types | Michael Merickel | 2018-09-12 | 1 | -4/+47 |
| |/ | |||||
| * | Merge pull request #370 from mmerickel/acceptable-offers-ranges | Bert JW Regeer | 2018-09-05 | 1 | -7/+32 |
| |\ | | | | | add support for media ranges as offers to acceptable_offers | ||||
| | * | add ranges support to acceptable_offers | Michael Merickel | 2018-09-05 | 1 | -7/+32 |
| | | | |||||
| * | | Clarify comment and remove irrelevant information. | Ira Lun | 2018-09-06 | 1 | -3/+2 |
| |/ | |||||
| * | add comment explaining why we're filtering offers in invalid/missing headers | Michael Merickel | 2018-09-05 | 1 | -0/+3 |
| | | |||||
| * | clarify return type | Michael Merickel | 2018-09-05 | 1 | -2/+2 |
| | | |||||
| * | clarify the filtering comment | Michael Merickel | 2018-09-05 | 1 | -5/+7 |
| | | |||||
| * | fix docstring | Michael Merickel | 2018-09-04 | 1 | -1/+1 |
| | | |||||
| * | do not raise on offers that do not match the media type ABNF | Michael Merickel | 2018-09-03 | 1 | -13/+30 |
| | | |||||
| * | Add Request.remote_host property | Nir Soffer | 2018-07-13 | 1 | -0/+1 |
| | | | | | This property expose the REMOTE_HOST environment variable. | ||||
| * | Update documentation for SameSitebugfix/nonbytes-samesite | Bert JW Regeer | 2018-06-03 | 2 | -3/+3 |
| | | |||||
| * | Update serialization failure message | Bert JW Regeer | 2018-06-03 | 1 | -1/+1 |
| | | | | | We don't require byte strings | ||||
| * | Serialize SameSite now coerces to bytes | Bert JW Regeer | 2018-06-03 | 1 | -0/+2 |
| | | |||||
| * | Change "key" to "name" | Steve Piercy | 2018-04-11 | 1 | -1/+1 |
| | | | | | - Re: https://github.com/Pylons/webob/pull/358#issue-181046383 | ||||
| * | Remove 'key' keyword argument from set_cookie | Bert JW Regeer | 2018-04-11 | 1 | -5/+2 |
| | | | | | It has been removed for a while | ||||
| * | MIMEAccept mimics old behaviour better | Bert JW Regeer | 2018-04-10 | 1 | -9/+66 |
| | | | | | | | | | | | This updates MIMEAccept to mimic old behaviour better so that downstream projects are not as broken. The goal is not to provide the exact same behaviour, and thus MIMEAccept still uses the new Accept header parsing and matching, however it is much closer to the old API because it no longer raises on an invalid header vs what was shipped in WebOb 1.8.0. | ||||
| * | Use string.Template.safe_substitute for HTTP exc body templates | Bert JW Regeer | 2018-04-04 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #352 from Cykooz/master | Bert JW Regeer | 2018-04-04 | 1 | -4/+2 |
| |\ | | | | | request.POST now supports any requests with the appropriate Content-Type (#351) | ||||
| | * | request.POST now supports any requests with the appropriate Content-Type (#351). | Kirill Kuzminykh | 2018-03-09 | 1 | -3/+1 |
| | | | |||||
| | * | ``request.POST`` now supports DELETE requests with the appropriate ↵ | Kirill Kuzminykh | 2018-03-08 | 1 | -3/+3 |
| | | | | | | | | | Content-Type (#351). | ||||
| * | | Fix suggested secret length in doc | Hong Yuan | 2018-03-16 | 1 | -2/+2 |
| |/ | |||||
| * | add trailing whitespaces to deprecation warning for MIMEAccept | Steve Piercy | 2018-01-30 | 1 | -2/+2 |
| | | | | | (cherry picked from commit 3fa3311) | ||||
