summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* support passing around AcceptOffer objectsMichael Merickel2018-10-101-0/+3
* Bump Sphinx to 1.7.5 and disabled typographical quote conversion.Steve Piercy2018-06-281-0/+2
* Update What's New for 1.8Bert JW Regeer2018-04-041-0/+8
* html_use_smartypants is no longer needed because RTD now uses Sphinx 1.6.5Steve Piercy2018-01-301-2/+0
* Add Whats New in WebOb 1.8 documentBert JW Regeer2018-01-012-0/+100
* Add reference to sectionBert JW Regeer2018-01-011-1/+4
* Update copyright on documentationBert JW Regeer2018-01-011-2/+2
* Change Accept header documentation slightlyBert JW Regeer2018-01-011-9/+13
* Link some more attributesBert JW Regeer2017-11-201-4/+4
* Add Py3 only noticeBert JW Regeer2017-11-201-0/+5
* Allow linking to referenceBert JW Regeer2017-11-201-0/+2
* Cleanup index.txt documentationBert JW Regeer2017-11-201-107/+108
* Add information about MultiDict to the multidict API docsBert JW Regeer2017-11-202-23/+22
* Code in references.txt is now Python 3Bert JW Regeer2017-11-201-109/+84
* Merge pull request #338 from whiteroses/update-fix-accept-headersBert JW Regeer2017-11-201-20/+61
|\
| * Remove hyphen, as the Accept header itself has no hyphen.Ira Lun2017-08-291-1/+1
| * Remove MIMEAccept, MIMENilAccept and NilAccept.Ira Lun2017-08-291-12/+0
| * Add create_accept_header, docs and tests.Ira Lun2017-08-291-0/+2
| * Add AcceptInvalidHeader class, docs and tests.Ira Lun2017-08-291-0/+5
| * Add AcceptNoHeader class, docs and tests.Ira Lun2017-08-291-0/+5
| * Add AcceptValidHeader class, docs and tests.Ira Lun2017-08-291-0/+5
| * Rewrite Accept class, and add docs and tests.Ira Lun2017-08-291-0/+4
| * Add create_accept_charset_header, docs and tests.Ira Lun2017-08-291-0/+3
| * Add AcceptCharsetInvalidHeader class, docs and tests.Ira Lun2017-08-291-0/+5
| * Add AcceptCharsetNoHeader class, docs and tests.Ira Lun2017-08-291-0/+5
| * Add AcceptCharsetValidHeader class, docs and tests.Ira Lun2017-08-291-0/+5
| * Rewrite AcceptCharset class, and add docs and tests.Ira Lun2017-08-291-2/+1
| * Remove now-unused NoAccept class.Ira Lun2017-08-291-3/+0
| * Add create_accept_encoding_header, docs and tests.Ira Lun2017-08-291-0/+3
| * Add AcceptEncodingInvalidHeader class, docs and tests.Ira Lun2017-08-291-0/+5
| * Add AcceptEncodingNoHeader class, docs and tests.Ira Lun2017-08-291-0/+5
| * Add AcceptEncodingValidHeader class, docs and tests.Ira Lun2017-08-291-0/+5
| * Rewrite AcceptEncoding class and add docs and tests.Ira Lun2017-08-291-2/+2
* | Update and fix links per `make linkcheck` (#334)Steve Piercy2017-10-298-62/+56
|/
* Move .parse from AcceptLanguageValidHeader to AcceptLanguage.Ira Lun2017-08-241-2/+5
* Remove comment.Ira Lun2017-07-251-8/+0
* Set autodoc_member_order.Ira Lun2017-07-251-0/+2
* Make .header_value and .parsed read-only properties.Ira Lun2017-07-251-21/+7
* Remove :members: option.Ira Lun2017-07-241-1/+0
* Remove :inherited-members: option.Ira Lun2017-07-231-1/+0
* Update documentation.Ira Lun2017-07-221-4/+6
* Add create_accept_language_header().Ira Lun2017-07-221-0/+2
* Add AcceptLanguageInvalidHeader class, __init__, test and doc.Ira Lun2017-07-171-2/+10
* Add AcceptLanguageNoHeader class, __init__, test and documentation.Ira Lun2017-07-171-0/+7
* Add AcceptLanguageValidHeader.quality().Ira Lun2017-07-161-1/+2
* Add AcceptLanguageValidHeader.best_match.Ira Lun2017-07-151-1/+1
* Add AcceptLanguageValidHeader.__contains__.Ira Lun2017-07-131-1/+1
* Add AcceptLanguageValidHeader.__iter__.Ira Lun2017-07-131-1/+1
* Add AcceptLanguageValidHeader.lookup().Ira Lun2017-07-111-1/+1
* Add AcceptLanguageValidHeader.basic_filtering().Ira Lun2017-07-071-1/+1