summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump github/codeql-action from 2.2.2 to 2.2.4pquentin-patch-1dependabot[bot]2023-02-161-3/+3
* Revert "Workaround GitHub not supporting Flit metadata"Quentin Pradet2023-02-141-12/+0
* Bump github/codeql-action from 2.2.1 to 2.2.2dependabot[bot]2023-02-121-3/+3
* Bump cryptography from 39.0.0 to 39.0.1 (#2917)dependabot[bot]2023-02-101-1/+1
* Update mypy to 1.0.0 (#2916)Hasan Ramezani2023-02-102-5/+5
* Bump github/codeql-action from 2.1.38 to 2.2.1dependabot[bot]2023-02-031-3/+3
* Update pre-commit reposHasan Ramezani2023-02-0117-31/+6
* Start using final CPython 3.11 and dev 3.12 in CI (#2760)Illia Volochii2023-02-014-21/+16
* Remove the Requests warning git patch (#2906)Seth Michael Larson2023-01-303-31/+1
* Fix `_idna_encode()` detection of an ASCII hostname for `\x080`Ben Kallus2023-01-292-1/+2
* Remove "!" character from the "unreserved" characters in IPv6 Zone ID parsingBen Kallus2023-01-292-3/+2
* Ignore Dependabot updates for patchesSeth Michael Larson2023-01-181-0/+4
* Bump github/codeql-action from 2.1.37 to 2.1.38dependabot[bot]2023-01-171-3/+3
* Bump actions/setup-python from 4.4.0 to 4.5.0dependabot[bot]2023-01-174-7/+7
* Fix reference to private urllib3.util.ssl_ module in custom context example (...JustAnotherArchivist2023-01-141-1/+1
* Retry bind_sockets calls on EADDRINUSE (#2884)Quentin Pradet2023-01-131-1/+19
* Add 1.26.14 to CHANGES.rst (#2885)Quentin Pradet2023-01-121-7/+7
* Disable Nagle's algorithm in test_ssl_read_timeoutThomas Grainger2023-01-121-0/+2
* Release 2.0.0a32.0.0a3Quentin Pradet2023-01-115-4/+12
* Stop retrying tests with flakyThomas Grainger2023-01-119-25/+0
* Speed up Python 3.11 CI by upgrading coverageQuentin Pradet2023-01-103-10/+9
* Bump actions/download-artifact from 3.0.1 to 3.0.2dependabot[bot]2023-01-092-2/+2
* Bump actions/upload-artifact from 3.1.1 to 3.1.2dependabot[bot]2023-01-092-3/+3
* Fix the type hint of PoolKey.key_retries by adding bool to the unionzhanpon2023-01-022-1/+2
* Bump ossf/scorecard-action from 2.1.1 to 2.1.2dependabot[bot]2022-12-301-1/+1
* Bump actions/setup-python from 4.3.1 to 4.4.0dependabot[bot]2022-12-304-7/+7
* Bump github/codeql-action from 2.1.36 to 2.1.37dependabot[bot]2022-12-251-3/+3
* Bump ossf/scorecard-action from 2.0.6 to 2.1.1dependabot[bot]2022-12-251-1/+1
* Bump actions/setup-python from 4.3.0 to 4.3.1dependabot[bot]2022-12-124-7/+7
* Bump github/codeql-action from 2.1.32 to 2.1.36dependabot[bot]2022-12-121-3/+3
* Bump actions/checkout from 3.1.0 to 3.2.0dependabot[bot]2022-12-127-9/+9
* Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4dependabot[bot]2022-12-121-1/+1
* Bump deadsnakes/action from 2.1.1 to 3.0.0dependabot[bot]2022-12-121-1/+1
* added changelog entryBastian Venthur2022-12-111-0/+1
* fixed number of digits in port m(Bastian Venthur2022-12-111-1/+1
* fixed issue with port "0" returning NoneBastian Venthur2022-12-112-1/+8
* Don't ignore debug logs in pytest, fix log args issueQuentin Pradet2022-12-066-14/+4
* Add 1.26.13 release to CHANGES.rst on mainSeth Michael Larson2022-11-281-0/+9
* Fix typos in HTTPResponse.getheaders() warningsKurt McKee2022-11-281-2/+2
* Configure filterwarnings=error (#2790)Thomas Grainger2022-11-248-52/+157
* Release 2.0.0a22.0.0a2Seth Michael Larson2022-11-235-20/+14
* Update pytest-memray for compatibility with flakyThomas Grainger2022-11-231-1/+1
* Require pyOpenSSL 17.1.0+ to support cryptography 39+Quentin Pradet2022-11-233-11/+4
* Strip leading zeros from portsBastian Venthur2022-11-223-1/+7
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-2171-1254/+1260
* Improve changelog entryQuentin Pradet2022-11-201-2/+1
* apply suggestion from @pquentinOusret2022-11-201-8/+4
* Update 2800.bugfix.rstSeth Michael Larson2022-11-201-1/+2
* fix missed coverage when calling read() having amt=NoneOusret2022-11-201-0/+9
* Prevent issue in HTTPResponse().read() when decoded_content is True and then ...Ousret2022-11-203-0/+48