| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | Remove 'key' keyword argument from set_cookie | Bert JW Regeer | 2018-04-11 | 1 | -5/+2 |
| * | MIMEAccept mimics old behaviour better | Bert JW Regeer | 2018-04-10 | 1 | -9/+66 |
| * | 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). | Kirill Kuzminykh | 2018-03-09 | 1 | -3/+1 |
| | * | ``request.POST`` now supports DELETE requests with the appropriate Content-Ty... | Kirill Kuzminykh | 2018-03-08 | 1 | -3/+3 |
| * | | 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 |
| * | Add MIMEAccept shim that warns about deprecation | Bert JW Regeer | 2018-01-01 | 1 | -1/+21 |
| * | 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 |
| * | 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 |
| * | Merge pull request #338 from whiteroses/update-fix-accept-headers | Bert JW Regeer | 2017-11-20 | 3 | -386/+3502 |
| |\ |
|
| | * | Add MIMEAccept for backward compatibility. | Ira Lun | 2017-11-06 | 1 | -0/+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 | 1 | -76/+80 |
| | * | 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 |
| | * | Remove the unused _check_offer. | Ira Lun | 2017-08-29 | 1 | -3/+0 |
| | * | Remove MIMEAccept, MIMENilAccept and NilAccept. | Ira Lun | 2017-08-29 | 1 | -157/+0 |
| | * | Update processing of Accept header. | Ira Lun | 2017-08-29 | 1 | -3/+6 |
| | * | Rewrite accept_property and add tests. | Ira Lun | 2017-08-29 | 2 | -26/+64 |
| | * | Add create_accept_header, docs and tests. | Ira Lun | 2017-08-29 | 1 | -0/+22 |
| | * | Add AcceptInvalidHeader class, docs and tests. | Ira Lun | 2017-08-29 | 1 | -0/+113 |
| | * | Add AcceptNoHeader class, docs and tests. | Ira Lun | 2017-08-29 | 1 | -0/+103 |
| | * | Add _AcceptInvalidOrNoHeader class. | Ira Lun | 2017-08-29 | 1 | -0/+202 |
| | * | Add AcceptValidHeader class, docs and tests. | Ira Lun | 2017-08-29 | 1 | -0/+647 |
| | * | Rewrite Accept class, and add docs and tests. | Ira Lun | 2017-08-29 | 1 | -118/+307 |
| | * | Add accept_charset_property, docs and tests. | Ira Lun | 2017-08-29 | 2 | -2/+61 |
| | * | Add create_accept_charset_header, docs and tests. | Ira Lun | 2017-08-29 | 1 | -0/+22 |
| | * | Add AcceptCharsetInvalidHeader class, docs and tests. | Ira Lun | 2017-08-29 | 1 | -0/+111 |
| | * | Add AcceptCharsetNoHeader class, docs and tests. | Ira Lun | 2017-08-29 | 1 | -0/+99 |
| | * | Add _AcceptCharsetInvalidOrNoHeader class. | Ira Lun | 2017-08-29 | 1 | -0/+190 |
| | * | Add AcceptCharsetValidHeader class, docs and tests. | Ira Lun | 2017-08-29 | 1 | -0/+417 |
| | * | Rewrite AcceptCharset class, and add docs and tests. | Ira Lun | 2017-08-29 | 1 | -14/+60 |
| | * | Remove now-unused NoAccept class. | Ira Lun | 2017-08-29 | 1 | -8/+0 |
| | * | Use accept_encoding_property for request.accept_encoding. | Ira Lun | 2017-08-29 | 1 | -5/+2 |
| | * | Fix incorrect class names. | Ira Lun | 2017-08-29 | 1 | -3/+9 |
| | * | Add _list_0_or_more__compiled_re. | Ira Lun | 2017-08-29 | 1 | -0/+12 |