summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use pyupgrade, black, isort, and flake8 via pre-commitHugo van Kemenade2021-01-081-2/+2
* Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransportSeth Michael Larson2021-01-074-90/+38
* Update RECENT_DATE to 2020-07-01Seth Michael Larson2020-12-311-1/+1
* Remove work-around for missing ipaddress module in Python 2Jon Dufresne2020-12-261-15/+1
* Remove fallback on commonName in match_hostname()Hasan Ramezani2020-12-234-38/+2
* Replace deprecated socket.error with OSErrorAaron Niskode-Dossett2020-12-235-16/+11
* Attach errno to SocketError when raised from OpenSSL.SSL.SysCallErrorAaron Niskode-Dossett2020-12-231-3/+3
* Improve message for ProxySchemeUnknown exceptionHasan Ramezani2020-12-101-1/+8
* Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)Seth Michael Larson2020-12-052-2/+8
* Remove remaining mentions of Python 2Hasan Ramezani2020-11-283-15/+1
* Change return type of HTTPResponse.getheaders() to match CPythonSeth Michael Larson2020-11-281-2/+2
* Add BaseHTTPResponse base classSeth Michael Larson2020-11-283-132/+214
* Remove backported socket.makefile()Quentin Pradet2020-11-274-90/+15
* Remove _const_compare_digestjianghang2020-11-261-16/+1
* Remove deprecated Retry optionsQuentin Pradet2020-11-241-115/+5
* Remove six (#2078)Hasan Ramezani2020-11-2311-1059/+71
* Change inner container of HTTPHeaderDict to 'dict' (#2080)Seth Michael Larson2020-11-201-2/+13
* Remove Python 2 branches, HTTPHeaderDict.from_httplibHasan Ramezani2020-11-183-57/+5
* Use super() from Python 3Jon Dufresne2020-11-184-12/+11
* Remove Python 2 related code from src/urllib3/connectionpool.py (#2066)Hasan Ramezani2020-11-171-33/+5
* 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