| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | remove media range support for offers | Michael Merickel | 2018-10-09 | 3 | -101/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 8 | -24/+140 | |
| | | |\ \ | | |/ / | |/| | | ||||||
| | * | | | fix test suite warnings | Michael Merickel | 2018-10-06 | 6 | -18/+129 | |
| |/ / / | ||||||
| * | | | Merge pull request #377 from mmerickel/collections.abc | Michael Merickel | 2018-10-06 | 5 | -6/+11 | |
| |\ \ \ | | | | | | | | | use collections.abc for abc types if available | |||||
| | * | | | use collections.abc for abc types if available | Michael Merickel | 2018-10-06 | 5 | -6/+11 | |
| |/ / / | | | | | | | | | | | | | collections.MutableMapping and other abc types were deprecated in 3.3 and will be removed in 3.8 | |||||
| | * | | update changelog | Michael Merickel | 2018-10-02 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | fix comment | Michael Merickel | 2018-10-02 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | further simplify | Michael Merickel | 2018-10-02 | 2 | -7/+11 | |
| | | | | ||||||
| | * | | 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 | 2 | -6/+11 | |
| | | | | ||||||
| | * | | return a named tuple | Michael Merickel | 2018-09-25 | 2 | -13/+46 | |
| | | | | ||||||
| | * | | support a standard api for parsing media types | Michael Merickel | 2018-09-12 | 2 | -4/+74 | |
| |/ / | ||||||
| * | | Merge pull request #375 from whiteroses/move-tests-to-respective-test-classes | Bert JW Regeer | 2018-09-08 | 1 | -19/+40 | |
| |\ \ | | | | | | | Move tests to respective test classes, and test with the same params. | |||||
| | * | | Move tests to respective test classes, and test with the same params. | Ira Lun | 2018-09-08 | 1 | -19/+40 | |
| |/ / | ||||||
| * | | add changelog for #370 | Michael Merickel | 2018-09-05 | 1 | -1/+5 | |
| | | | ||||||
| * | | Merge pull request #370 from mmerickel/acceptable-offers-ranges | Bert JW Regeer | 2018-09-05 | 2 | -7/+52 | |
| |\ \ | | | | | | | add support for media ranges as offers to acceptable_offers | |||||
| | * | | assert that "*/*" doesn't match "Accept: " as client won't accept anything | Michael Merickel | 2018-09-05 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | add ranges support to acceptable_offers | Michael Merickel | 2018-09-05 | 2 | -7/+47 | |
| | | | | ||||||
| * | | | Merge pull request #374 from whiteroses/clarify-media-type-regex-comment | Bert JW Regeer | 2018-09-05 | 1 | -3/+2 | |
| |\ \ \ | |/ / |/| | | Clarify comment and remove irrelevant information | |||||
| | * | | Clarify comment and remove irrelevant information. | Ira Lun | 2018-09-06 | 1 | -3/+2 | |
| |/ / | ||||||
| * | | Merge pull request #372 from mmerickel/ignore-invalid-offers | Bert JW Regeer | 2018-09-05 | 3 | -22/+65 | |
| |\ \ | | | | | | | do not raise on offers that do not match the media type ABNF | |||||
| | * | | 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 changelog link | Michael Merickel | 2018-09-05 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | 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 | 3 | -22/+60 | |
| |/ / | ||||||
| * | | Merge pull request #364 from nirs/remote-host | Bert JW Regeer | 2018-08-28 | 3 | -0/+13 | |
| |\ \ | |/ |/| | Add Request.remote_host property | |||||
| | * | Add Request.remote_host property | Nir Soffer | 2018-07-13 | 3 | -0/+13 | |
| |/ | | | | This property expose the REMOTE_HOST environment variable. | |||||
| * | Add CHANGES.txt for #362 | Bert JW Regeer | 2018-06-05 | 1 | -0/+6 | |
| | | ||||||
| * | Merge branch 'bugfix/nonbytes-samesite' | Bert JW Regeer | 2018-06-05 | 3 | -5/+22 | |
| |\ | | | | | | | Closes #361 | |||||
| | * | 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 | |
| | | | ||||||
| | * | Add tests for non bytes samesite | Bert JW Regeer | 2018-06-03 | 1 | -1/+16 | |
| |/ | ||||||
| * | Merge pull request #359 from stevepiercy/master | Steve Piercy | 2018-05-06 | 1 | -1/+1 | |
| |\ | | | | | Change "key" to "name" | |||||
| | * | 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 | |||||
| * | Merge branch 'mimeaccept-mimics-better' | Bert JW Regeer | 2018-04-10 | 3 | -10/+152 | |
| |\ | ||||||
| | * | Update CHANGES.txt | Bert JW Regeer | 2018-04-10 | 1 | -0/+6 | |
| | | | ||||||
| | * | MIMEAccept mimics old behaviour better | Bert JW Regeer | 2018-04-10 | 2 | -10/+146 | |
| |/ | | | | | | | | | | 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. | |||||
| * | Move CHANGES to HISTORY | Bert JW Regeer | 2018-04-10 | 2 | -69/+93 | |
| | | ||||||
| * | Back to dev | Bert JW Regeer | 2018-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | Prep for 1.8.01.8.0 | Bert JW Regeer | 2018-04-04 | 2 | -3/+3 | |
| | | ||||||
| * | Merge pull request #354 from Pylons/switch-to-safe-substitute | Bert JW Regeer | 2018-04-04 | 2 | -1/+7 | |
| |\ | | | | | Switch to safe substitute for exception body templates | |||||
| | * | Use string.Template.safe_substitute for HTTP exc body templates | Bert JW Regeer | 2018-04-04 | 2 | -1/+7 | |
| |/ | ||||||
| * | Ignore pytest cache | Bert JW Regeer | 2018-04-04 | 1 | -0/+1 | |
| | | ||||||
| * | Update What's New for 1.8 | Bert JW Regeer | 2018-04-04 | 1 | -0/+8 | |
| | | ||||||
| * | Update CHANGES.txt text for #352 | Bert JW Regeer | 2018-04-04 | 1 | -6/+8 | |
| | | ||||||
| * | Merge pull request #352 from Cykooz/master | Bert JW Regeer | 2018-04-04 | 3 | -59/+75 | |
| |\ | | | | | request.POST now supports any requests with the appropriate Content-Type (#351) | |||||
