summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Add tchar and token regexes.Ira Lun2017-08-291-0/+10
| * Add accept_encoding_property and tests.Ira Lun2017-08-291-0/+61
| * Add create_accept_encoding_header, docs and tests.Ira Lun2017-08-291-0/+22
| * Add AcceptEncodingInvalidHeader class, docs and tests.Ira Lun2017-08-291-0/+110
| * Add AcceptEncodingNoHeader class, docs and tests.Ira Lun2017-08-291-0/+99
| * Add _AcceptEncodingInvalidOrNoHeader class.Ira Lun2017-08-291-0/+185
| * Add AcceptEncodingValidHeader class, docs and tests.Ira Lun2017-08-291-0/+463
| * Rewrite AcceptEncoding class and add docs and tests.Ira Lun2017-08-291-2/+66
* | Update and fix links per `make linkcheck` (#334)Steve Piercy2017-10-291-3/+3
|/
* Add missing word.Ira Lun2017-08-281-3/+3
* Fix typo.Ira Lun2017-08-251-1/+1
* Update to say AcceptLanguageValidHeader._old_match will be deprecated.Ira Lun2017-08-251-2/+2
* Move .parse from AcceptLanguageValidHeader to AcceptLanguage.Ira Lun2017-08-241-47/+47
* Remove unnecessary blank line.Ira Lun2017-08-241-1/+0
* Remove undocumented `modifier` parameter.Ira Lun2017-08-231-20/+4
* Check and raise instead of using asserts.Ira Lun2017-08-231-5/+10
* Change PendingDeprecationWarnings to DeprecationWarnings.Ira Lun2017-08-231-29/+31
* Add underscore to classmethod to make it clear that it's not public API.Ira Lun2017-08-231-5/+5