summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 support from SecureTransport makefile function (#2063)Hasan Ramezani2020-11-161-20/+6
* Remove strict parameter (#2064)Hasan Ramezani2020-11-164-26/+1
* Remove backported SSLContext and careful ssl importsQuentin Pradet2020-11-151-93/+16
* Remove remaining mentions of Google App EngineQuentin Pradet2020-11-154-16/+5
* Remove unnecessary parens around exceptQuentin Pradet2020-11-152-3/+3
* Remove support for Google App Engine StandardHugo van Kemenade2020-11-155-380/+5
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-1533-453/+244
* Import features from ssl module with more granularitySeth Michael Larson2020-11-121-1/+9
* Mark master branch as 2.0.0 development branchSeth Michael Larson2020-11-121-1/+1
* Upgrade to Ubuntu 20.04, PyPy 3.6 and CPython 3.9 finalQuentin Pradet2020-11-121-1/+1
* Don't send 'User-Agent' twice if header is binarySeth Michael Larson2020-11-111-1/+1
* Improve readability on return handling logic.Jorge Lopez Silva2020-11-071-4/+3
* Fix constructor parameter order in SSLTransport.Jorge Lopez Silva2020-11-071-1/+1
* Terminate connection when custom verification fails (SecureTransport) (#1977)hodbn2020-11-012-9/+53
* Add SKIP_HEADER for skipping automatically added headersSeth Michael Larson2020-10-274-20/+34
* Document url and body parameters for ConnectionPool.urlopen()matthewhughes9342020-10-191-3/+5
* Deprecate negotiating TLSv1 and TLSv1.1 by defaultSeth Michael Larson2020-10-061-0/+17
* Don't set keylog_filename for empty valuesSeth Michael Larson2020-10-041-2/+4
* Sort imports with 'isort'Quentin Pradet2020-10-0132-133/+130
* Raise error on invalid labels in create_connection()Hasan Ramezani2020-09-301-0/+11
* Enforce flake8-2020Quentin Pradet2020-09-284-12/+12
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-296-53/+236
* Rename Retry options and defaultsSeth Michael Larson2020-09-281-14/+127
* Disable the use of session tickets on TLSv1.2 by defaultPleasantMachine92020-09-251-1/+12
* Fix autodoc and intersphinx links in documentation (#1966)Seth Michael Larson2020-09-1810-86/+113
* Include filepost.pyi and util/url.pyi (#1955)Ezzeri Esa2020-09-153-0/+48
* Mark master branch as 1.26.0.dev0 for RTDSeth Michael Larson2020-09-111-1/+1
* Swallow BrokenPipeError when writing request bodyRober Morales-Chaparro2020-09-112-4/+32
* Remove duplicate dict key and except blockhodbn2020-09-092-9/+1
* Overhaul and re-theme documentationSeth Michael Larson2020-09-087-42/+54
* Include exceptions.pyi and fields.pyiEzzeri Esa2020-09-035-0/+83
* Don't log defect warnings on multipart/* responsesBrian Price2020-09-031-0/+20
* Remove 'Defensive' from non-timeout SSLError branchSeth Michael Larson2020-08-311-1/+1
* Wrap BaseSSLError into SSLError during response readsSeth Michael Larson2020-08-311-3/+3
* Coerce values to str in HTTPHeaderDict.__getitem__Hasan Ramezani2020-08-301-2/+2
* Always assume UTC if no timezone in Retry-Afterhodbn2020-08-261-0/+7
* Blacken using black==20.8b1hodbn2020-08-267-22/+24
* Don't raise SNI warning on SecureTransport with server_hostname=Nonehodbn2020-08-231-9/+12
* Use tz-aware functions in Retry.parse_retry_after()Seth Michael Larson2020-08-231-2/+2
* Include mypy in noxfile and add ssl_match_hostname stubsEzzeri Esa2020-08-213-2/+17
* Add SSLTransport to support TLS in TLS connectionsJorge2020-08-191-0/+197
* Document how to customize SNI and Host headers when connecting via IPStephen Rosen2020-08-101-0/+5
* Add hardcoded paths to macOS frameworks for Big Sur compatibility. (#1905)Shea Craig2020-07-191-11/+28
* Collapse request chunked data and framing into one send() call (#1906)Seth Michael Larson2020-07-161-4/+5
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-166-0/+96
* Add default user agent header (#1750)DonaCthulhuote2020-06-303-2/+24
* Raise a meaningful error for an unknown scheme (#1872)hodbn2020-06-302-2/+15
* Feature/support env var sslkeylogfile (#1867)Bastiaan Bakker2020-06-111-0/+7
* Remove unnecessary httplib exporthodbn2020-06-101-1/+0
* Fix coverage, InvalidChunkLength is chunked and has no expected lengthhodbn2020-06-091-6/+1