summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow using deprecated OpenSSL with CRYPTOGRAPHY_ALLOW_OPENSSL_102backport-pr-2141Seth Michael Larson2021-01-261-0/+1
* Use Python 3.5 compatible get-pipSeth Michael Larson2021-01-261-1/+1
* [1.26] Don't compare bytes and str in putheader()Quentin Pradet2021-01-261-1/+1
* [1.26] Update RECENT_DATE to 2020-07-01Seth Michael Larson2020-12-311-1/+1
* [1.26] Recommend GitHub Sponsors instead of Open CollectiveSeth Michael Larson2020-12-233-13/+4
* [1.26] Improve message for ProxySchemeUnknown exceptionHasan Ramezani2020-12-112-1/+33
* Release 1.26.21.26.2Seth Michael Larson2020-11-122-1/+8
* [1.26] Import features from ssl module with more granularitySeth Michael Larson2020-11-121-1/+9
* Release 1.26.11.26.1Seth Michael Larson2020-11-112-1/+8
* [1.26] Don't send 'User-Agent' twice if header is binarySeth Michael Larson2020-11-112-1/+24
* Add back the HTTPHeaderDict import from 1.25.xSeth Michael Larson2020-11-111-0/+1
* Release: 1.26.01.26.0Seth Michael Larson2020-11-102-13/+55
* Remove type stubs from 1.26 branchSeth Michael Larson2020-11-0811-185/+1
* Improve readability on return handling logic.Jorge Lopez Silva2020-11-071-4/+3
* Fix constructor parameter order in SSLTransport.Jorge Lopez Silva2020-11-072-1/+18
* Skip TLS versions if disabled by OpenSSL configSeth Michael Larson2020-11-053-36/+72
* Terminate connection when custom verification fails (SecureTransport) (#1977)hodbn2020-11-014-21/+110
* Add SKIP_HEADER for skipping automatically added headersSeth Michael Larson2020-10-276-28/+176
* Switch to an absolute URL for banner imageSeth Michael Larson2020-10-231-1/+1
* Add 1.25.11 release to CHANGES.rstSeth Michael Larson2020-10-191-0/+13
* Document url and body parameters for ConnectionPool.urlopen()matthewhughes9342020-10-191-3/+5
* Update documentation for HTTPS proxiesJorge2020-10-061-10/+49
* Deprecate negotiating TLSv1 and TLSv1.1 by defaultSeth Michael Larson2020-10-062-20/+117
* Don't set keylog_filename for empty valuesSeth Michael Larson2020-10-042-2/+16
* Fix flaky test by avoiding refused connection with short timeout (#2008)Quentin Pradet2020-10-021-2/+2
* Add isort config to setup.cfg for editors (#2009)Quentin Pradet2020-10-012-2/+5
* Add supported Python versions badge to README (#2010)Hasan Ramezani2020-10-011-0/+1
* Sort imports with 'isort'Quentin Pradet2020-10-0177-403/+373
* Raise error on invalid labels in create_connection()Hasan Ramezani2020-09-302-0/+35
* Stop testing docs in TravisQuentin Pradet2020-09-291-4/+0
* Use GitHub Actions checkout v2 (#2006)谭九鼎2020-09-291-2/+2
* Enforce flake8-2020Quentin Pradet2020-09-285-13/+13
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-2912-66/+405
* Rename Retry options and defaultsSeth Michael Larson2020-09-284-21/+611
* Add PR and issue templates (#1978)hodbn2020-09-254-0/+80
* Disable the use of session tickets on TLSv1.2 by defaultPleasantMachine92020-09-251-1/+12
* FUNDING.yml: Add GitcoinAndrey Petrov2020-09-251-0/+1
* Update color scheme of banner to match logoSeth Michael Larson2020-09-241-1/+1
* Update the Discord inviteSeth Michael Larson2020-09-231-1/+1
* Add Contributor Covenant as Code of ConductAndrey Petrov2020-09-221-0/+128
* Add Discord shield, reorder shieldsSeth Michael Larson2020-09-221-4/+5
* Add Open Collective to GitHub FundingSeth Michael Larson2020-09-211-0/+1
* Create v2.0 Roadmap and Open Collective Sponsors SectionSeth Michael Larson2020-09-215-8/+244
* Consume connections better in socket-level tests (#1958)hodbn2020-09-182-23/+89
* Use LONG_TIMEOUT on test with disabled retriesQuentin Pradet2020-09-181-1/+1
* Fix autodoc and intersphinx links in documentation (#1966)Seth Michael Larson2020-09-1811-88/+114
* Move nox -s lint to GitHub ActionsQuentin Pradet2020-09-162-2/+15
* Use Sphinx 3 and unpin FuroPradyun Gedam2020-09-151-2/+2
* Include filepost.pyi and util/url.pyi (#1955)Ezzeri Esa2020-09-154-0/+51
* Get SSLTransport tests to 100% coverageJorge2020-09-131-14/+44