summaryrefslogtreecommitdiff
path: root/src/webob
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for SameSitebugfix/nonbytes-samesiteBert JW Regeer2018-06-032-3/+3
* Update serialization failure messageBert JW Regeer2018-06-031-1/+1
* Serialize SameSite now coerces to bytesBert JW Regeer2018-06-031-0/+2
* Change "key" to "name"Steve Piercy2018-04-111-1/+1
* Remove 'key' keyword argument from set_cookieBert JW Regeer2018-04-111-5/+2
* MIMEAccept mimics old behaviour betterBert JW Regeer2018-04-101-9/+66
* Use string.Template.safe_substitute for HTTP exc body templatesBert JW Regeer2018-04-041-1/+1
* Merge pull request #352 from Cykooz/masterBert JW Regeer2018-04-041-4/+2
|\
| * request.POST now supports any requests with the appropriate Content-Type (#351).Kirill Kuzminykh2018-03-091-3/+1
| * ``request.POST`` now supports DELETE requests with the appropriate Content-Ty...Kirill Kuzminykh2018-03-081-3/+3
* | Fix suggested secret length in docHong Yuan2018-03-161-2/+2
|/
* add trailing whitespaces to deprecation warning for MIMEAcceptSteve Piercy2018-01-301-2/+2
* Add MIMEAccept shim that warns about deprecationBert JW Regeer2018-01-011-1/+21
* PEP8Bert JW Regeer2017-11-201-10/+13
* Remove deprecations that were raisingBert JW Regeer2017-11-201-21/+1
* Support wsgi.input_terminatedBert JW Regeer2017-11-201-3/+14
* Fix bad indentationBert JW Regeer2017-11-201-1/+1
* Explicitly import all the things, instead of doing import *Bert JW Regeer2017-11-201-3/+17
* Merge pull request #338 from whiteroses/update-fix-accept-headersBert JW Regeer2017-11-203-386/+3502
|\
| * Add MIMEAccept for backward compatibility.Ira Lun2017-11-061-0/+3
| * List possible types for all header subclasses.Ira Lun2017-08-291-6/+6
| * Fix typo.Ira Lun2017-08-291-1/+1
| * Improve AcceptLanguageValidHeader.basic_filtering.Ira Lun2017-08-291-76/+80
| * Correct method calls in examples.Ira Lun2017-08-291-2/+2
| * Only retrieve qvalue, as we do not need language_range.Ira Lun2017-08-291-4/+2
| * Fix markup.Ira Lun2017-08-291-15/+15
| * Update module docstring.Ira Lun2017-08-291-7/+3
| * Remove obsolete regex.Ira Lun2017-08-291-3/+0
| * Remove unused imports.Ira Lun2017-08-291-4/+0
| * Remove the unused _check_offer.Ira Lun2017-08-291-3/+0
| * Remove MIMEAccept, MIMENilAccept and NilAccept.Ira Lun2017-08-291-157/+0
| * Update processing of Accept header.Ira Lun2017-08-291-3/+6
| * Rewrite accept_property and add tests.Ira Lun2017-08-292-26/+64
| * Add create_accept_header, docs and tests.Ira Lun2017-08-291-0/+22
| * Add AcceptInvalidHeader class, docs and tests.Ira Lun2017-08-291-0/+113
| * Add AcceptNoHeader class, docs and tests.Ira Lun2017-08-291-0/+103
| * Add _AcceptInvalidOrNoHeader class.Ira Lun2017-08-291-0/+202
| * Add AcceptValidHeader class, docs and tests.Ira Lun2017-08-291-0/+647
| * Rewrite Accept class, and add docs and tests.Ira Lun2017-08-291-118/+307
| * Add accept_charset_property, docs and tests.Ira Lun2017-08-292-2/+61
| * Add create_accept_charset_header, docs and tests.Ira Lun2017-08-291-0/+22
| * Add AcceptCharsetInvalidHeader class, docs and tests.Ira Lun2017-08-291-0/+111
| * Add AcceptCharsetNoHeader class, docs and tests.Ira Lun2017-08-291-0/+99
| * Add _AcceptCharsetInvalidOrNoHeader class.Ira Lun2017-08-291-0/+190
| * Add AcceptCharsetValidHeader class, docs and tests.Ira Lun2017-08-291-0/+417
| * Rewrite AcceptCharset class, and add docs and tests.Ira Lun2017-08-291-14/+60
| * Remove now-unused NoAccept class.Ira Lun2017-08-291-8/+0
| * Use accept_encoding_property for request.accept_encoding.Ira Lun2017-08-291-5/+2
| * Fix incorrect class names.Ira Lun2017-08-291-3/+9
| * Add _list_0_or_more__compiled_re.Ira Lun2017-08-291-0/+12