summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add examples for cookies in server request and response (#2464)Alex Day2021-10-261-1/+36
* Add missing links in advance usage section (#2446)Ratan Kulshreshtha2021-10-205-5/+12
* Add simple HTTPS proxy which can be used for local debuggingJorge2021-09-281-0/+17
* Don't unconditionally wrap proxy connection errors with HTTPSProxyErrorSeth Michael Larson2021-09-261-0/+72
* Fix typos (#2426)Christian Clauss2021-09-241-1/+1
* Add support for native JSON request and response bodiesP. Sai Vinay2021-09-171-28/+33
* Add an example of using a custom SSLContext to docseuri102021-09-171-0/+31
* Link to changelog guildelines from contributing docsQuentin Pradet2021-09-171-2/+2
* Remove the 'urllib3.request' module (#2398)Seth Michael Larson2021-08-302-8/+0
* Document 'ssl_minimum_version' use-casesSeth Michael Larson2021-08-172-1/+33
* Add white border to banner in README to be visible in dark modechetan2021-08-121-0/+13
* Generate changelog with towncrierQuentin Pradet2021-08-034-2/+24
* Drop support for Python 3.6Hasan Ramezani2021-07-272-5/+5
* Remove the deprecated urllib3.contrib.ntlmpool moduleRan Benita2021-07-263-25/+0
* Create a PR template for releases including a post-release checklisteuri102021-07-121-17/+7
* Last fixes to documentation consistencyVishwas B Sharma2021-06-232-3/+3
* Docs: add print results where missing (#2302)euri102021-06-232-1/+9
* Fix typo 'tox' -> 'nox' in contributing docseuri102021-06-231-1/+1
* Remove CONTRIBUTORS.txtSeth Michael Larson2021-06-191-1/+0
* Use top-level urllib3.request() function more in docsubdussamad2021-06-172-33/+25
* Add documentation guidelines to contributing docs, apply to guidesubdussamad2021-05-214-287/+518
* Rename HTTPConnectionPool variables to 'pool'Bastian Venthur2021-05-181-2/+2
* docs: switch from pycon code blocks to pythonBastian Venthur2021-05-182-33/+33
* Added sphinx-copybutton to easily copy code examplesubdussamad2021-05-172-0/+2
* Added HTTPHeaderDict to top level moduleubdussamad2021-05-171-0/+17
* Improve `assert_hostname` and `server_hostname` documentationQuentin Pradet2021-03-081-4/+19
* Make community Discord more visible and update to vanity URLSeth Michael Larson2021-02-192-1/+2
* Add top-level request() methodFranek Magiera2021-02-081-0/+7
* Recommend GitHub Sponsors instead of Open CollectiveSeth Michael Larson2020-12-233-13/+4
* Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)Seth Michael Larson2020-12-051-1/+2
* Add alternate 'dark mode' banner to documentationQuentin Pradet2020-11-163-1/+4
* Remove remaining mentions of Google App EngineQuentin Pradet2020-11-151-33/+0
* Remove support for Google App Engine StandardHugo van Kemenade2020-11-152-8/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-154-93/+8
* Switch to an absolute URL for banner imageSeth Michael Larson2020-10-231-1/+1
* Update documentation for HTTPS proxiesJorge2020-10-061-10/+49
* Sort imports with 'isort'Quentin Pradet2020-10-012-3/+2
* Rename Retry options and defaultsSeth Michael Larson2020-09-281-1/+0
* Update color scheme of banner to match logoSeth Michael Larson2020-09-241-1/+1
* Create v2.0 Roadmap and Open Collective Sponsors SectionSeth Michael Larson2020-09-215-8/+244
* Fix autodoc and intersphinx links in documentation (#1966)Seth Michael Larson2020-09-181-2/+1
* Use Sphinx 3 and unpin FuroPradyun Gedam2020-09-151-2/+2
* Document disabling certificate verification via cert_reqs='CERT_NONE'Heikki Orsila2020-09-111-1/+1
* Stricter RTD builds, move Sponsors to docs (#1954)Seth Michael Larson2020-09-094-15/+18
* Overhaul and re-theme documentationSeth Michael Larson2020-09-0826-549/+487
* Change 'sanity-friendly' to 'user-friendly'Seth Michael Larson2020-08-312-3/+3
* Install Mypy in Nox, add Ezzeri Esa to contributorsEzzeri Esa2020-08-251-1/+1
* Fix typo in docMichael Shields2020-08-211-1/+1
* Document how to customize SNI and Host headers when connecting via IPStephen Rosen2020-08-101-0/+39
* Fix typo, add rST code blockmatthewhughes9342020-07-141-2/+2