summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix NOX_SESSIONgithub-actions-ubuntuQuentin Pradet2020-11-161-5/+5
* Try Ubuntu builds on GitHub ActionsSeth Michael Larson2020-11-163-80/+15
* Remove Python 2 support from SecureTransport makefile function (#2063)Hasan Ramezani2020-11-161-20/+6
* Remove strict parameter (#2064)Hasan Ramezani2020-11-166-69/+13
* Remove backported SSLContext and careful ssl importsQuentin Pradet2020-11-151-93/+16
* Update dev-requirements.txtQuentin Pradet2020-11-151-11/+7
* Bump cryptography from 2.8 to 3.2 (#2032)dependabot[bot]2020-11-161-1/+1
* Remove remaining mentions of Google App EngineQuentin Pradet2020-11-157-59/+5
* Remove unnecessary parens around exceptQuentin Pradet2020-11-152-3/+3
* Remove support for Google App Engine StandardHugo van Kemenade2020-11-1514-738/+5
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-1584-1452/+725
* Add 1.26.2 release to CHANGES.rst on masterSeth Michael Larson2020-11-121-0/+7
* 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-122-5/+5
* Fix test_proxy_rejection even with two localhost entriesQuentin Pradet2020-11-121-3/+31
* Add 1.26.1 release to CHANGES.rst on masterSeth Michael Larson2020-11-111-12/+19
* Don't send 'User-Agent' twice if header is binarySeth Michael Larson2020-11-112-1/+24
* Add 1.26.0 release to CHANGES.rst on masterSeth Michael Larson2020-11-101-0/+42
* 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