summaryrefslogtreecommitdiff
path: root/noxfile.py
Commit message (Expand)AuthorAgeFilesLines
* Delete 0002-Stop-relying-on-removed-DEFAULT_CIPHERS.patch (#2996)Thomas Grainger2023-04-281-1/+0
* Remove last requests patchQuentin Pradet2023-04-231-3/+0
* Remove dummy setup.py file (#2976)Thomas Grainger2023-04-211-24/+0
* Start using final CPython 3.11 and dev 3.12 in CI (#2760)Illia Volochii2023-02-011-2/+6
* Remove the Requests warning git patch (#2906)Seth Michael Larson2023-01-301-3/+0
* Stop retrying tests with flakyThomas Grainger2023-01-111-1/+0
* Configure filterwarnings=error (#2790)Thomas Grainger2022-11-241-0/+2
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-0/+2
* Move --durations=10 to noxfile.pyQuentin Pradet2022-11-201-0/+1
* Make downstream integration tests nox environments re-usableTAHRI Ahmed R2022-11-171-1/+15
* Run tests in verbose modeQuentin Pradet2022-11-161-2/+2
* Standardize HTTPResponse.read(X) behavior regardless of compressionQuentin Pradet2022-11-141-0/+8
* Remove upstreamed botocore patchQuentin Pradet2022-11-111-1/+0
* Create BaseHTTPConnection APIsSeth Michael Larson2022-11-101-0/+1
* Change HTTPConnection.getresponse() to return urllib3.HTTPResponseLevi2022-11-071-1/+6
* Drop support for OpenSSL <1.1.1 (#2705)Seth Michael Larson2022-08-221-6/+5
* Remove redundant pre-commit run call (#2711)ivanllt2022-08-171-13/+0
* Add support for decoding ZstandardMauro Amico2022-06-231-2/+2
* Create our own logic for chunked content framingSeth Michael Larson2022-06-191-0/+6
* Switch to Flit as a build-systemSeth Michael Larson2022-01-261-3/+3
* Stop executing python setup.py install (#2539)Quentin Pradet2022-01-191-1/+1
* Remove codecov in favor of GHA artifacts to upload and combine coverage reportsSeth Michael Larson2021-12-111-8/+3
* Test development versions of PythonQuentin Pradet2021-11-121-1/+1
* Add type hits to test.test_connectionpoolHasan Ramezani2021-10-191-31/+1
* Add type hints to test.test_responseHasan Ramezani2021-10-161-0/+1
* Add type hints to test.test_ssltransportHasan Ramezani2021-10-091-0/+1
* Add type hints to test.contrib.test_securetransportHasan Ramezani2021-10-081-0/+1
* Add type hints to test.contrib.test_pyopensslHasan Ramezani2021-10-081-0/+1
* Add type hints to test.test_utilHasan Ramezani2021-10-081-0/+1
* Add type hints to test.with_dummyserver.test_socketlevel (#2436)Hasan Ramezani2021-10-041-0/+1
* Remove redundant requests integration testQuentin Pradet2021-09-241-1/+0
* Add type hints to test.with_dummyserver.test_connectionpoolSeth Michael Larson2021-09-201-0/+1
* Add type hints to test.with_dummyserver.test_proxy_poolmanagerHasan Ramezani2021-09-201-0/+1
* Add type hints to test.with_dummyserver.test_chunked_transferHasan Ramezani2021-09-191-0/+1
* Add type hints to test.with_dummyserver.test_poolmanagerHasan Ramezani2021-09-181-0/+1
* Add type hints to test.with_dummyserver.test_no_sslHasan Ramezani2021-09-141-0/+1
* Add type hints to test.test_no_sslHasan Ramezani2021-09-131-0/+1
* Add type hints to test.with_dummyserver.test_integrationHasan Ramezani2021-09-081-0/+1
* Add type hints to test.with_dummyserver.test_httpsHasan Ramezani2021-09-031-0/+1
* Add type hints to pyOpenSSL, SOCKS, and collections testsJon Dufresne2021-08-291-1/+7
* Add type hints to test.test_connectionHasan Ramezani2021-08-271-0/+1
* Add type hints to test.test_filepostHasan Ramezani2021-08-261-0/+1
* Add type hints to test.test_poolmanagerHasan Ramezani2021-08-241-0/+1
* Add type hints to test.test_proxymanagerHasan Ramezani2021-08-251-0/+1
* Add type hints to test.test_exceptionsHasan Ramezani2021-08-201-0/+1
* Add type hints to test.test_fieldsHasan Ramezani2021-08-201-0/+1
* Collect mypy requirements in their own file (#2379)P. Sai Vinay2021-08-181-8/+1
* Add type hints to test.test_retryHasan Ramezani2021-08-171-0/+1
* Add type hints to test.test_waitHasan Ramezani2021-08-171-0/+1
* Fail on bytes/string comparisonsQuentin Pradet2021-08-131-2/+9