| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add support for immutable cache-control response headerimmutable-cache-control | Michael Merickel | 2018-01-09 | 3 | -1/+10 |
| | | |||||
| * | I can't spell | Bert JW Regeer | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Prep for 1.8.0rc11.8.0rc1 | Bert JW Regeer | 2018-01-01 | 2 | -3/+3 |
| | | |||||
| * | Add Whats New in WebOb 1.8 document | Bert JW Regeer | 2018-01-01 | 2 | -0/+100 |
| | | |||||
| * | Add reference to section | Bert JW Regeer | 2018-01-01 | 1 | -1/+4 |
| | | |||||
| * | Update copyright on documentation | Bert JW Regeer | 2018-01-01 | 1 | -2/+2 |
| | | |||||
| * | Remove Python 3.3 support | Bert JW Regeer | 2018-01-01 | 4 | -5/+7 |
| | | | | | Thanks pytest for the reminder | ||||
| * | Change Accept header documentation slightly | Bert JW Regeer | 2018-01-01 | 1 | -9/+13 |
| | | | | | | | | This moves around where the convenience functions are located so that they are nearer to the top. Also adds deprecation information for MIMEAccept | ||||
| * | Verify warning is raised when calling MIMEAccept's init | Bert JW Regeer | 2018-01-01 | 1 | -3/+15 |
| | | |||||
| * | Add MIMEAccept shim that warns about deprecation | Bert JW Regeer | 2018-01-01 | 1 | -1/+21 |
| | | |||||
| * | Remove tests for deprecated functions | Bert JW Regeer | 2017-11-20 | 2 | -7/+0 |
| | | |||||
| * | PEP8 | Bert JW Regeer | 2017-11-20 | 1 | -10/+13 |
| | | |||||
| * | Remove deprecations that were raising | Bert JW Regeer | 2017-11-20 | 1 | -21/+1 |
| | | |||||
| * | Support wsgi.input_terminated | Bert JW Regeer | 2017-11-20 | 1 | -3/+14 |
| | | | | | | | This has grown support in uWSGI and we would like to support it as well. Closes #278 | ||||
| * | Link some more attributes | Bert JW Regeer | 2017-11-20 | 1 | -4/+4 |
| | | |||||
| * | Fix bad indentation | Bert JW Regeer | 2017-11-20 | 1 | -1/+1 |
| | | |||||
| * | Explicitly import all the things, instead of doing import * | Bert JW Regeer | 2017-11-20 | 1 | -3/+17 |
| | | |||||
| * | Add Py3 only notice | Bert JW Regeer | 2017-11-20 | 1 | -0/+5 |
| | | |||||
| * | Allow linking to reference | Bert JW Regeer | 2017-11-20 | 1 | -0/+2 |
| | | |||||
| * | Cleanup index.txt documentation | Bert JW Regeer | 2017-11-20 | 1 | -107/+108 |
| | | |||||
| * | Add information about MultiDict to the multidict API docs | Bert JW Regeer | 2017-11-20 | 2 | -23/+22 |
| | | |||||
| * | Code in references.txt is now Python 3 | Bert JW Regeer | 2017-11-20 | 1 | -109/+84 |
| | | | | | And it passes doctest again | ||||
| * | Update CHANGES.txt to warn about Accept handling differences | Bert JW Regeer | 2017-11-20 | 1 | -5/+10 |
| | | |||||
| * | Merge pull request #338 from whiteroses/update-fix-accept-headers | Bert JW Regeer | 2017-11-20 | 6 | -836/+7807 |
| |\ | | | | | Update and fix Accept* headers handling | ||||
| | * | Add MIMEAccept for backward compatibility. | Ira Lun | 2017-11-06 | 1 | -0/+3 |
| | | | |||||
| | * | Place methods in alphabetical order. | Ira Lun | 2017-08-29 | 1 | -45/+45 |
| | | | |||||
| | * | Remove hyphen, as the Accept header itself has no hyphen. | Ira Lun | 2017-08-29 | 1 | -1/+1 |
| | | | |||||
| | * | Place imports in alphabetical order. | Ira Lun | 2017-08-29 | 1 | -3/+3 |
| | | | |||||
| | * | Place imports in alphabetical order. | Ira Lun | 2017-08-29 | 1 | -3/+3 |
| | | | |||||
| | * | List possible types for all header subclasses. | Ira Lun | 2017-08-29 | 1 | -6/+6 |
| | | | |||||
| | * | Fix typo. | Ira Lun | 2017-08-29 | 1 | -1/+1 |
| | | | |||||
| | * | Improve AcceptLanguageValidHeader.basic_filtering. | Ira Lun | 2017-08-29 | 2 | -99/+121 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main change here is to simplify the handling of duplicate ranges in the header. The RFC does not specify what to do when the same range appears in the header more than once, possibly with different qvalues and giving conflicting information. Previously, we chose which of the possibly conflicting versions of the range to use for matching by first checking if there was one with q=0, which would take priority; if one with q=0 was not found, we chose the one with the highest qvalue. Having given it a lot more thought, it now seems clear that this kind of special handling is not necessary -- the simplest way to handle it is to take the first appearance of the range in the header (from the left) and simple use that for matching. | ||||
| | * | Correct method calls in examples. | Ira Lun | 2017-08-29 | 1 | -2/+2 |
| | | | |||||
| | * | Only retrieve qvalue, as we do not need language_range. | Ira Lun | 2017-08-29 | 1 | -4/+2 |
| | | | |||||
| | * | Fix markup. | Ira Lun | 2017-08-29 | 1 | -15/+15 |
| | | | |||||
| | * | Update module docstring. | Ira Lun | 2017-08-29 | 1 | -7/+3 |
| | | | |||||
| | * | Remove obsolete regex. | Ira Lun | 2017-08-29 | 1 | -3/+0 |
| | | | |||||
| | * | Remove unused imports. | Ira Lun | 2017-08-29 | 1 | -4/+0 |
| | | | |||||
| | * | Fix assert. | Ira Lun | 2017-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | '' is a valid value for the Accept header, and bool(AcceptValidHeader) is True. | ||||
| | * | Update import and isinstance test. | Ira Lun | 2017-08-29 | 1 | -2/+2 |
| | | | |||||
| | * | Remove the unused _check_offer. | Ira Lun | 2017-08-29 | 1 | -3/+0 |
| | | | |||||
| | * | Remove MIMEAccept, MIMENilAccept and NilAccept. | Ira Lun | 2017-08-29 | 2 | -169/+0 |
| | | | |||||
| | * | Update processing of Accept header. | Ira Lun | 2017-08-29 | 1 | -3/+6 |
| | | | |||||
| | * | Remove obsolete tests. | Ira Lun | 2017-08-29 | 1 | -340/+0 |
| | | | |||||
| | * | Add tests for request.accept. | Ira Lun | 2017-08-29 | 1 | -0/+23 |
| | | | |||||
| | * | Rewrite accept_property and add tests. | Ira Lun | 2017-08-29 | 3 | -26/+240 |
| | | | |||||
| | * | Add create_accept_header, docs and tests. | Ira Lun | 2017-08-29 | 3 | -0/+45 |
| | | | |||||
| | * | Add AcceptInvalidHeader class, docs and tests. | Ira Lun | 2017-08-29 | 3 | -0/+517 |
| | | | |||||
| | * | Add AcceptNoHeader class, docs and tests. | Ira Lun | 2017-08-29 | 3 | -0/+504 |
| | | | |||||
| | * | Add _AcceptInvalidOrNoHeader class. | Ira Lun | 2017-08-29 | 1 | -0/+202 |
| | | | |||||
