summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Document common 2.0 upgrading issuesQuentin Pradet2023-05-083-3/+90
| | | Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
* Remove outdated sponsorship tiersSeth Michael Larson2023-04-261-39/+2
|
* Change the pip install for urllib3 2.0 to a working examplewim glenn2023-03-271-1/+1
|
* Fix reference to private urllib3.util.ssl_ module in custom context example ↵JustAnotherArchivist2023-01-141-1/+1
| | | | (#2889)
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-0/+11
| | | Co-authored-by: Thomas Grainger <tagrain@gmail.com>
* Restore but deprecate HTTPResponse.getheaders() and .getheader() methodsQuentin Pradet2022-11-171-0/+2
|
* Release 2.0.0-alpha12.0.0a1Seth Michael Larson2022-11-153-178/+314
| | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
* Change deprecation warnings to explicitly mention v2.1.0 for removalsSeth Michael Larson2022-11-152-2/+2
|
* Create BaseHTTPConnection APIsSeth Michael Larson2022-11-101-0/+1
|
* Don't suggest deprecated urllib3[secure] to install certifiMiloslav Pojman2022-11-071-7/+0
|
* Minor grammar fixes in v2 roadmap docsJakub Sobczak2022-08-291-2/+2
| | | Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
* Drop support for OpenSSL <1.1.1 (#2705)Seth Michael Larson2022-08-221-1/+1
| | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
* Add deprecation warnings for pyOpenSSL and the [secure] extraivanllt2022-08-121-0/+3
| | | Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
* Added deprecation warning for urllib3.contrib.securetransport moduleivanllt2022-08-041-0/+3
|
* Update docs for re-using HTTP connections after streamingFurkan Onder2022-06-281-10/+27
| | | Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
* Add support for decoding ZstandardMauro Amico2022-06-233-1/+33
| | | | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> Co-authored-by: Ma Lin <malincns@163.com> Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
* Update paid contributor program with early feedbackSeth Michael Larson2022-06-211-6/+16
|
* Add docs on getting paid for contributionsSeth Michael Larson2022-06-022-5/+25
|
* Unpin pip in docs/requirements.txtHasan Ramezani2022-05-231-4/+0
|
* Fix Sphinx links in documentation (#2604)Hasan Ramezani2022-05-178-13/+60
|
* Fix git installation instructions (#2587)Boris Verkhovskiy2022-03-261-0/+1
|
* GitHub no longer supports the git:// protocolBoris Verkhovskiy2022-03-251-1/+1
|
* Stop executing python setup.py install (#2539)Quentin Pradet2022-01-191-1/+1
| | | It's deprecated in favor of pip install.
* Wrap proxy TLS, connection, and timeout errors with ProxyErrorSeth Michael Larson2021-11-151-3/+3
|
* Add examples for cookies in server request and response (#2464)Alex Day2021-10-261-1/+36
| | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
* Add missing links in advance usage section (#2446)Ratan Kulshreshtha2021-10-205-5/+12
| | | Co-authored-by: Ratan Kulshreshtha <ratan.kulshreshtha@inmobi.com>
* 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
| | | | Co-authored-by: Quentin Pradet <quentin@pradet.me> Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
* Add an example of using a custom SSLContext to docseuri102021-09-171-0/+31
| | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
* 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
| | | | And include the changelog in the docs.
* Drop support for Python 3.6Hasan Ramezani2021-07-272-5/+5
| | | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
* 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
|