| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document common 2.0 upgrading issues | Quentin Pradet | 2023-05-08 | 3 | -3/+90 |
| | | | | Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com> | ||||
| * | Remove outdated sponsorship tiers | Seth Michael Larson | 2023-04-26 | 1 | -39/+2 |
| | | |||||
| * | Change the pip install for urllib3 2.0 to a working example | wim glenn | 2023-03-27 | 1 | -1/+1 |
| | | |||||
| * | Fix reference to private urllib3.util.ssl_ module in custom context example ↵ | JustAnotherArchivist | 2023-01-14 | 1 | -1/+1 |
| | | | | | (#2889) | ||||
| * | Use the typing namespace and from __future__ import annotations | Bastian Venthur | 2022-11-21 | 1 | -0/+11 |
| | | | | Co-authored-by: Thomas Grainger <tagrain@gmail.com> | ||||
| * | Restore but deprecate HTTPResponse.getheaders() and .getheader() methods | Quentin Pradet | 2022-11-17 | 1 | -0/+2 |
| | | |||||
| * | Release 2.0.0-alpha12.0.0a1 | Seth Michael Larson | 2022-11-15 | 3 | -178/+314 |
| | | | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> | ||||
| * | Change deprecation warnings to explicitly mention v2.1.0 for removals | Seth Michael Larson | 2022-11-15 | 2 | -2/+2 |
| | | |||||
| * | Create BaseHTTPConnection APIs | Seth Michael Larson | 2022-11-10 | 1 | -0/+1 |
| | | |||||
| * | Don't suggest deprecated urllib3[secure] to install certifi | Miloslav Pojman | 2022-11-07 | 1 | -7/+0 |
| | | |||||
| * | Minor grammar fixes in v2 roadmap docs | Jakub Sobczak | 2022-08-29 | 1 | -2/+2 |
| | | | | Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com> | ||||
| * | Drop support for OpenSSL <1.1.1 (#2705) | Seth Michael Larson | 2022-08-22 | 1 | -1/+1 |
| | | | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> | ||||
| * | Add deprecation warnings for pyOpenSSL and the [secure] extra | ivanllt | 2022-08-12 | 1 | -0/+3 |
| | | | | Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com> | ||||
| * | Added deprecation warning for urllib3.contrib.securetransport module | ivanllt | 2022-08-04 | 1 | -0/+3 |
| | | |||||
| * | Update docs for re-using HTTP connections after streaming | Furkan Onder | 2022-06-28 | 1 | -10/+27 |
| | | | | Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com> | ||||
| * | Add support for decoding Zstandard | Mauro Amico | 2022-06-23 | 3 | -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 feedback | Seth Michael Larson | 2022-06-21 | 1 | -6/+16 |
| | | |||||
| * | Add docs on getting paid for contributions | Seth Michael Larson | 2022-06-02 | 2 | -5/+25 |
| | | |||||
| * | Unpin pip in docs/requirements.txt | Hasan Ramezani | 2022-05-23 | 1 | -4/+0 |
| | | |||||
| * | Fix Sphinx links in documentation (#2604) | Hasan Ramezani | 2022-05-17 | 8 | -13/+60 |
| | | |||||
| * | Fix git installation instructions (#2587) | Boris Verkhovskiy | 2022-03-26 | 1 | -0/+1 |
| | | |||||
| * | GitHub no longer supports the git:// protocol | Boris Verkhovskiy | 2022-03-25 | 1 | -1/+1 |
| | | |||||
| * | Stop executing python setup.py install (#2539) | Quentin Pradet | 2022-01-19 | 1 | -1/+1 |
| | | | | It's deprecated in favor of pip install. | ||||
| * | Wrap proxy TLS, connection, and timeout errors with ProxyError | Seth Michael Larson | 2021-11-15 | 1 | -3/+3 |
| | | |||||
| * | Add examples for cookies in server request and response (#2464) | Alex Day | 2021-10-26 | 1 | -1/+36 |
| | | | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> | ||||
| * | Add missing links in advance usage section (#2446) | Ratan Kulshreshtha | 2021-10-20 | 5 | -5/+12 |
| | | | | Co-authored-by: Ratan Kulshreshtha <ratan.kulshreshtha@inmobi.com> | ||||
| * | Add simple HTTPS proxy which can be used for local debugging | Jorge | 2021-09-28 | 1 | -0/+17 |
| | | |||||
| * | Don't unconditionally wrap proxy connection errors with HTTPSProxyError | Seth Michael Larson | 2021-09-26 | 1 | -0/+72 |
| | | |||||
| * | Fix typos (#2426) | Christian Clauss | 2021-09-24 | 1 | -1/+1 |
| | | |||||
| * | Add support for native JSON request and response bodies | P. Sai Vinay | 2021-09-17 | 1 | -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 docs | euri10 | 2021-09-17 | 1 | -0/+31 |
| | | | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> | ||||
| * | Link to changelog guildelines from contributing docs | Quentin Pradet | 2021-09-17 | 1 | -2/+2 |
| | | |||||
| * | Remove the 'urllib3.request' module (#2398) | Seth Michael Larson | 2021-08-30 | 2 | -8/+0 |
| | | |||||
| * | Document 'ssl_minimum_version' use-cases | Seth Michael Larson | 2021-08-17 | 2 | -1/+33 |
| | | |||||
| * | Add white border to banner in README to be visible in dark mode | chetan | 2021-08-12 | 1 | -0/+13 |
| | | |||||
| * | Generate changelog with towncrier | Quentin Pradet | 2021-08-03 | 4 | -2/+24 |
| | | | | | And include the changelog in the docs. | ||||
| * | Drop support for Python 3.6 | Hasan Ramezani | 2021-07-27 | 2 | -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 module | Ran Benita | 2021-07-26 | 3 | -25/+0 |
| | | |||||
| * | Create a PR template for releases including a post-release checklist | euri10 | 2021-07-12 | 1 | -17/+7 |
| | | |||||
| * | Last fixes to documentation consistency | Vishwas B Sharma | 2021-06-23 | 2 | -3/+3 |
| | | |||||
| * | Docs: add print results where missing (#2302) | euri10 | 2021-06-23 | 2 | -1/+9 |
| | | |||||
| * | Fix typo 'tox' -> 'nox' in contributing docs | euri10 | 2021-06-23 | 1 | -1/+1 |
| | | |||||
| * | Remove CONTRIBUTORS.txt | Seth Michael Larson | 2021-06-19 | 1 | -1/+0 |
| | | |||||
| * | Use top-level urllib3.request() function more in docs | ubdussamad | 2021-06-17 | 2 | -33/+25 |
| | | |||||
| * | Add documentation guidelines to contributing docs, apply to guides | ubdussamad | 2021-05-21 | 4 | -287/+518 |
| | | |||||
| * | Rename HTTPConnectionPool variables to 'pool' | Bastian Venthur | 2021-05-18 | 1 | -2/+2 |
| | | |||||
| * | docs: switch from pycon code blocks to python | Bastian Venthur | 2021-05-18 | 2 | -33/+33 |
| | | |||||
| * | Added sphinx-copybutton to easily copy code examples | ubdussamad | 2021-05-17 | 2 | -0/+2 |
| | | |||||
| * | Added HTTPHeaderDict to top level module | ubdussamad | 2021-05-17 | 1 | -0/+17 |
| | | |||||
| * | Improve `assert_hostname` and `server_hostname` documentation | Quentin Pradet | 2021-03-08 | 1 | -4/+19 |
| | | |||||
