summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* set default languagejonathan vanasco2022-11-161-1/+1
* rename "master" to "main"jonathan vanasco2022-11-164-6/+6
* Upgrade sample code in docs to Python 3Bert JW Regeer2020-11-286-225/+263
* Merge pull request #404 from Pylons/fix-linkcheckBert JW Regeer2020-11-288-19/+19
|\
| * linkcheck to fix busted URLsSteve Piercy2019-08-178-19/+19
* | Extra wordBert JW Regeer2020-01-211-1/+1
* | Update documentation surrounding SameSite supportBert JW Regeer2020-01-211-0/+10
|/
* 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