| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document how to customize SNI and Host headers when connecting via IP | Stephen Rosen | 2020-08-10 | 1 | -0/+39 |
| | | |||||
| * | Fix typo, add rST code block | matthewhughes934 | 2020-07-14 | 1 | -2/+2 |
| | | |||||
| * | Add documentation for using Nox more efficiently (#1887) | PleasantMachine9 | 2020-06-14 | 1 | -7/+29 |
| | | |||||
| * | Feature/support env var sslkeylogfile (#1867) | Bastiaan Bakker | 2020-06-11 | 1 | -1/+14 |
| | | |||||
| * | Fix documentation build by skipping Sphinx 3.0.0 (#1844) | Quentin Pradet | 2020-04-08 | 1 | -1/+1 |
| | | | | The autodoc_mock_imports failure will be fixed in Sphinx 3.0.1. | ||||
| * | Add support for HTTPS connections to proxies. (#1679) | Jorge | 2020-03-12 | 1 | -6/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support to talk HTTPS to proxies. Currently there's no way to validate identify for the proxy you might be connecting. Proxies supporting HTTPS endpoints are becoming more common and we need to extend the support for them. When an HTTPS proxy is provided, instead of doing the HTTP CONNECT, we'll forward any requests directly to the proxy and ultimately to the destination. * Fix proxy_headers missing on HTTPS proxy connections. * blackfmt missing files. * Prevent usage of HTTPS proxies when fetching HTTPS resources. - Will be supported by default when we can do TLS within TLS. * Update proxy documentation with more information. * Renamed flag for HTTPS websites through HTTPS proxies. * Added myself to contributors. * Documentation and contributors fixes. * Removed mention that TLS in TLS is being developed as requested. * Space in between my name and the github page. * Add flag to enable HTTPS proxy support. Now that we're adding support for HTTPS proxies we want to avoid a breaking change with clients that had an improper proxy configuration. For now, we're adding a warning an defaulting to the previous behavior. In the future we'll change the behavior to enable HTTPS proxies by default. * Remove guard flag, error out on HTTPS/HTTPS. As requested in the last revision for the PR: - Removed the _enable_https_proxies flag. Instead the feature will be enabled and will error out on invalid configurations. (HTTPS + HTTPS) - Other comments: rename a method, parentheses to clarify order of operations. | ||||
| * | Switch to SVG banner (#1740) | Quentin Pradet | 2019-11-07 | 2 | -0/+1 |
| | | |||||
| * | Add SVG logo (#1739) | Jess Shapiro | 2019-11-06 | 1 | -0/+10 |
| | | |||||
| * | Add Tidelift to documentation and urllib3 branding (#1735) | Seth Michael Larson | 2019-11-05 | 5 | -0/+16 |
| | | |||||
| * | Update urllib3/requests GitHub URLs (#1719) | Quentin Pradet | 2019-10-29 | 1 | -1/+1 |
| | | |||||
| * | Add optional auto_close parameter to HTTPResponse (#1652) | George Sakkis | 2019-07-26 | 1 | -0/+14 |
| | | |||||
| * | Change references to Makefile into Nox (#1643) | Ratan Kulshreshtha | 2019-07-05 | 1 | -26/+34 |
| | | |||||
| * | Clarify the units for timeouts within documentation (#1630) | Robert David Grant | 2019-06-04 | 1 | -2/+2 |
| | | |||||
| * | Remove extra words in the contributing docs (#1613) | Quentin Pradet | 2019-05-22 | 1 | -2/+2 |
| | | |||||
| * | Apply changes from 1.24.2 release to master (#1566) | Seth Michael Larson | 2019-04-19 | 1 | -1/+0 |
| | | |||||
| * | Fixed small typo in advanced usage documentation (#1541) | Chris P | 2019-02-20 | 1 | -1/+1 |
| | | |||||
| * | Fix a typo in user guide (#1536) | Jahongir | 2019-02-05 | 1 | -1/+1 |
| | | |||||
| * | Update requires-dist and documentation for Brotli (#1534) | Seth Michael Larson | 2019-01-29 | 1 | -0/+16 |
| | | |||||
| * | Use cert_reqs=CERT_REQUIRED by default (#1507) | Seth Michael Larson | 2019-01-25 | 1 | -4/+8 |
| | | |||||
| * | Add support for password-protected client keyfiles (#1489) | Seth Michael Larson | 2019-01-22 | 1 | -2/+18 |
| | | |||||
| * | Deploy to GitHub and PyPI on tags (#1508) | Seth Michael Larson | 2019-01-21 | 1 | -3/+25 |
| | | |||||
| * | Add Tidelift and remove BountySource (#1505) | Seth M. Larson | 2018-12-27 | 3 | -16/+25 |
| | | | | | | | | | | | * Requests emits warning on urllib3==dev * Update contributing.rst * Update README.rst * Update README.rst | ||||
| * | Drop support for Python 2.6 (#1429) | Hugo | 2018-08-23 | 1 | -3/+4 |
| | | |||||
| * | Update Python 2 doc link to Python 3 (#1395) | Jon Dufresne | 2018-06-10 | 1 | -1/+1 |
| | | | | | Python 3 docs are better maintained and are the future of the Python project. | ||||
| * | Update pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-05-01 | 1 | -1/+1 |
| | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html | ||||
| * | clarify how to setup a virtual env and run a small number of tests (#1360) | Christopher Wilcox | 2018-04-08 | 1 | -1/+18 |
| | | |||||
| * | Update links to point to organization (#1353) | Seth M. Larson | 2018-04-02 | 2 | -5/+5 |
| | | |||||
| * | Merge pull request #1328 from dienteperro/patch-1 | Jesse Shapiro | 2018-02-26 | 1 | -1/+1 |
| |\ | | | | | minor typo fixed. | ||||
| | * | minor typo fixed. | dienteperro | 2018-02-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1333 from jwilk-forks/spelling | Jesse Shapiro | 2018-02-26 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix typo | ||||
| | * | | Fix typo | Jakub Wilk | 2018-02-25 | 1 | -1/+1 |
| | |/ | |||||
| * | | Update certifi homepage URL | Jakub Wilk | 2018-02-25 | 2 | -2/+2 |
| |/ | |||||
| * | Add Akamai as a sponsor; update sponsorship text to include time-based ↵ | Jesse Shapiro | 2017-12-20 | 1 | -0/+4 |
| | | | | | contributions | ||||
| * | doc: fix examples with urllib3.Retry | Tomasz Prus | 2017-11-07 | 1 | -2/+2 |
| | | |||||
| * | Pin out all unvendored Requests releases for docs | Cory Benfield | 2017-05-28 | 1 | -0/+1 |
| | | |||||
| * | Remove old Homebrew advice | Tim D. Smith | 2017-02-02 | 1 | -6/+0 |
| | | | | Homebrew's Python always uses Homebrew's openssl now. | ||||
| * | Make Travis CI fail if docs have warnings or errors | Alex Chan | 2016-11-02 | 1 | -1/+1 |
| | | | | | | | | | Now that tox has a job for building the docs, we can add it to the Travis job. Then add the '-W' flag to the Sphinx options, so any warnings are upgraded to errors. Fixes #414. | ||||
| * | Fix a typo in the user guide documentation | Jeremy Cline | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'close' of https://github.com/scop/urllib3 into scop-close | Cory Benfield | 2016-09-05 | 1 | -2/+4 |
| |\ | |||||
| | * | Use "with" to close more files eagerly and also on error | Ville Skyttä | 2016-07-26 | 1 | -2/+4 |
| | | | |||||
| * | | Update README.rst to better reflect new documentation. | Jon Wayne Parrott | 2016-07-29 | 2 | -1/+32 |
| | | | |||||
| * | | Add more advanced usage docs | Jon Wayne Parrott | 2016-07-29 | 1 | -0/+77 |
| |/ | | | | | * Document how to use custom ssl certs and client certs. * Document how to customize pool behavior. | ||||
| * | Bow before our fruit overlords. | Cory Benfield | 2016-07-19 | 1 | -1/+1 |
| | | |||||
| * | Update docs guide with new dependencies | Cory Benfield | 2016-07-19 | 1 | -7/+7 |
| | | |||||
| * | Fixed typos | dalguji | 2016-07-17 | 1 | -2/+2 |
| | | |||||
| * | Fix doc syntax in user-guide.rst | Kevin Houdebert | 2016-07-07 | 1 | -1/+1 |
| | | |||||
| * | Adding docs/requirements.txt for readthedocs. | Jon Wayne Parrott | 2016-06-30 | 1 | -0/+4 |
| | | |||||
| * | Addressing review comments | Jon Wayne Parrott | 2016-06-29 | 1 | -1/+1 |
| | | |||||
| * | Addressing review comments | Jon Wayne Parrott | 2016-06-29 | 1 | -1/+1 |
| | | |||||
| * | Addressing review comments | Jon Wayne Parrott | 2016-06-29 | 2 | -19/+40 |
| | | |||||
