summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add documentation for using Nox more efficiently (#1887)PleasantMachine92020-06-141-7/+29
|
* Feature/support env var sslkeylogfile (#1867)Bastiaan Bakker2020-06-111-1/+14
|
* Fix documentation build by skipping Sphinx 3.0.0 (#1844)Quentin Pradet2020-04-081-1/+1
| | | The autodoc_mock_imports failure will be fixed in Sphinx 3.0.1.
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-121-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 Pradet2019-11-072-0/+1
|
* Add SVG logo (#1739)Jess Shapiro2019-11-061-0/+10
|
* Add Tidelift to documentation and urllib3 branding (#1735)Seth Michael Larson2019-11-055-0/+16
|
* Update urllib3/requests GitHub URLs (#1719)Quentin Pradet2019-10-291-1/+1
|
* Add optional auto_close parameter to HTTPResponse (#1652)George Sakkis2019-07-261-0/+14
|
* Change references to Makefile into Nox (#1643)Ratan Kulshreshtha2019-07-051-26/+34
|
* Clarify the units for timeouts within documentation (#1630)Robert David Grant2019-06-041-2/+2
|
* Remove extra words in the contributing docs (#1613)Quentin Pradet2019-05-221-2/+2
|
* Apply changes from 1.24.2 release to master (#1566)Seth Michael Larson2019-04-191-1/+0
|
* Fixed small typo in advanced usage documentation (#1541)Chris P2019-02-201-1/+1
|
* Fix a typo in user guide (#1536)Jahongir2019-02-051-1/+1
|
* Update requires-dist and documentation for Brotli (#1534)Seth Michael Larson2019-01-291-0/+16
|
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-4/+8
|
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-221-2/+18
|
* Deploy to GitHub and PyPI on tags (#1508)Seth Michael Larson2019-01-211-3/+25
|
* Add Tidelift and remove BountySource (#1505)Seth M. Larson2018-12-273-16/+25
| | | | | | | | | | * Requests emits warning on urllib3==dev * Update contributing.rst * Update README.rst * Update README.rst
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-3/+4
|
* Update Python 2 doc link to Python 3 (#1395)Jon Dufresne2018-06-101-1/+1
| | | | Python 3 docs are better maintained and are the future of the Python project.
* Update pypi.python.org URLs to pypi.orgJon Dufresne2018-05-011-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 Wilcox2018-04-081-1/+18
|
* Update links to point to organization (#1353)Seth M. Larson2018-04-022-5/+5
|
* Merge pull request #1328 from dienteperro/patch-1Jesse Shapiro2018-02-261-1/+1
|\ | | | | minor typo fixed.
| * minor typo fixed.dienteperro2018-02-161-1/+1
| |
* | Merge pull request #1333 from jwilk-forks/spellingJesse Shapiro2018-02-261-1/+1
|\ \ | | | | | | Fix typo
| * | Fix typoJakub Wilk2018-02-251-1/+1
| |/
* | Update certifi homepage URLJakub Wilk2018-02-252-2/+2
|/
* Add Akamai as a sponsor; update sponsorship text to include time-based ↵Jesse Shapiro2017-12-201-0/+4
| | | | contributions
* doc: fix examples with urllib3.RetryTomasz Prus2017-11-071-2/+2
|
* Pin out all unvendored Requests releases for docsCory Benfield2017-05-281-0/+1
|
* Remove old Homebrew adviceTim D. Smith2017-02-021-6/+0
| | | Homebrew's Python always uses Homebrew's openssl now.
* Make Travis CI fail if docs have warnings or errorsAlex Chan2016-11-021-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 documentationJeremy Cline2016-09-081-1/+1
|
* Merge branch 'close' of https://github.com/scop/urllib3 into scop-closeCory Benfield2016-09-051-2/+4
|\
| * Use "with" to close more files eagerly and also on errorVille Skyttä2016-07-261-2/+4
| |
* | Update README.rst to better reflect new documentation.Jon Wayne Parrott2016-07-292-1/+32
| |
* | Add more advanced usage docsJon Wayne Parrott2016-07-291-0/+77
|/ | | | | * Document how to use custom ssl certs and client certs. * Document how to customize pool behavior.
* Bow before our fruit overlords.Cory Benfield2016-07-191-1/+1
|
* Update docs guide with new dependenciesCory Benfield2016-07-191-7/+7
|
* Fixed typosdalguji2016-07-171-2/+2
|
* Fix doc syntax in user-guide.rstKevin Houdebert2016-07-071-1/+1
|
* Adding docs/requirements.txt for readthedocs.Jon Wayne Parrott2016-06-301-0/+4
|
* Addressing review commentsJon Wayne Parrott2016-06-291-1/+1
|
* Addressing review commentsJon Wayne Parrott2016-06-291-1/+1
|
* Addressing review commentsJon Wayne Parrott2016-06-292-19/+40
|