summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ci.ymlupload-coverage-reportSeth Michael Larson2021-12-121-0/+1
|
* Upload coverage report if check failedSeth Michael Larson2021-12-121-0/+7
|
* [1.26] Remove codecov in favor of GHA artifacts to upload and combine ↵Seth Michael Larson2021-12-123-19/+34
| | | | | | | coverage reports See: https://hynek.me/til/ditch-codecov-python Thanks to Ned for helping with the PR.
* Test against Python 3.11Seth Michael Larson2021-12-112-1/+5
|
* [1.26] Mention pool size when discarding connections (#2497)Scott Treadwell2021-12-072-3/+8
|
* Remove Travis config from 1.26.xSeth Michael Larson2021-11-051-29/+0
|
* [1.26] Use codecov github action to upload coverageRatan Kulshreshtha2021-10-262-24/+6
|
* [1.26] Only use relative importsTimothy Pansino2021-10-183-5/+4
|
* [1.26] Vendor ssl.match_hostname to avoid Python 3.10 deprecation warningchetan2021-10-088-35/+51
|
* [1.26] Add released Python 3.10 to CI Quentin Pradet2021-10-083-15/+12
|
* Require wrapt with wheel on Python 2.7 + WindowsQuentin Pradet2021-10-081-1/+4
|
* Remove pylint pinQuentin Pradet2021-10-081-4/+0
| | | | We somehow get pylint 1.x with Python 2.7 now.
* Remove integration tests for botocore with Python 2.7Anil Khatri2021-09-242-1/+6
|
* [1.26] Bump linter versionsQuentin Pradet2021-09-241-2/+2
|
* [1.26] Add exception wrapper for HTTPS proxy connection failureQuentin Pradet2021-09-244-23/+57
| | | Co-authored-by: Jorge <JALopezSilva@gmail.com>
* Release 1.26.71.26.7Seth Michael Larson2021-09-222-2/+4
|
* Backport #2241 and create test for IPv6 proxy cert hostname verificationSeth Michael Larson2021-09-226-24/+84
|
* Rely on urllib3 hostname matching for HTTPS proxy validationJorge2021-09-166-10/+162
| | | Signed-off-by: Jorge Lopez Silva <jalopezsilva@gmail.com>
* [1.26.x] Reraise error after free in certificate array from PEM loaderRan Benita2021-07-272-0/+14
|
* Release 1.26.61.26.6Quentin Pradet2021-06-252-1/+12
| | | Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
* [1.26] Run integration tests in GitHub ActionsQuentin Pradet2021-06-259-112/+89
|
* [1.26] Fix typo 'tox' -> 'nox' in contributing docseuri102021-06-231-1/+1
|
* Update readthedocs URLs in 1.26.x branch to point to 1.26.x docsEhigie Aito2021-06-234-5/+5
|
* Don't emit multiple Transfer-Encoding headers in request_chunked()Seth Michael Larson2021-06-212-6/+55
| | | Co-authored-by: Vishwas B Sharma <1235813+csurfer@users.noreply.github.com>
* Deprecate the urllib3.contrib.ntlmpool moduleAnil Khatri2021-06-211-0/+9
|
* [1.26.x] Remove CONTRIBUTORS.txtSeth Michael Larson2021-06-203-315/+1
|
* [1.26.x] Add alternate 'dark mode' banner to documentationQuentin Pradet2021-06-203-1/+4
|
* Advertise Python 3.10 support in setup.py classifiersHugo van Kemenade2021-06-101-0/+1
|
* Fix deprecation message to recommend Retry.DEFAULT_ALLOWED_METHODSMateusz Pawlik2021-06-012-1/+4
|
* [1.26] Run CI with GitHub Actions onlyQuentin Pradet2021-05-2712-89/+118
|
* Release 1.26.51.26.5Seth Michael Larson2021-05-262-1/+10
|
* Improve performance of sub-authority splitting in URLSeth Michael Larson2021-05-262-3/+15
|
* Update vendored six to 1.16.0Seth Michael Larson2021-05-211-33/+89
|
* Fix deprecation warnings for Python 3.10 ssl moduleSeth Michael Larson2021-05-214-11/+38
|
* Add Python 3.10 to GitHub ActionsSeth Michael Larson2021-05-211-1/+4
|
* Use pytest==6.2.4 on Python 3.10+Seth Michael Larson2021-05-211-1/+2
|
* Apply latest Black formattingSeth Michael Larson2021-05-2117-56/+56
|
* [1.26] Properly proxy EOF on the SSLTransport test suiteJorge2021-05-191-0/+6
| | | | | | | Previously the proxy was continuously ignoring EOF signals and keeping the socket open. Signed-off-by: Jorge Lopez Silva <jalopezsilva@gmail.com>
* Release 1.26.41.26.4Seth Michael Larson2021-03-152-1/+8
|
* Merge pull request from GHSA-5phf-pp7p-vc2rJorge2021-03-153-0/+37
| | | | | | | | | | | | | * Enable hostname verification for HTTPS proxies with default cert. Signed-off-by: Jorge Lopez Silva <jalopezsilva@gmail.com> * Adjust exception check for Python 3.9+ Signed-off-by: Jorge Lopez Silva <jalopezsilva@gmail.com> * Use a SAN instead of a common name. Signed-off-by: Jorge Lopez Silva <jalopezsilva@gmail.com>
* Add proper stacklevel to method_allowlist warningxmo-odoo2021-02-161-0/+1
|
* Release 1.26.31.26.3Seth Michael Larson2021-01-262-1/+11
|
* Allow using deprecated OpenSSL with CRYPTOGRAPHY_ALLOW_OPENSSL_102Seth 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
|