aboutsummaryrefslogtreecommitdiff
path: root/tests/transport/test_requests.py
AgeCommit message (Expand)Author
2021-10-21fix: add back python 2.7 for gcloud usage only (#892)arithmetic1728
2021-08-03fix!: drop support for Python 2.7 (#778)Tres Seaver
2021-06-30fix: avoid leaking sub-session created for '_auth_request' (#789)Tres Seaver
2021-06-16feat: allow scopes for self signed jwt (#776)arithmetic1728
2021-02-03feat: support self-signed jwt in requests and urllib3 transports (#679)Bu Sun Kim
2020-08-27feat: add GOOGLE_API_USE_CLIENT_CERTIFICATE support (#592)arithmetic1728
2020-07-09feat: add quota project to base credentials class (#546)Bu Sun Kim
2020-05-13feat: encrypted mtls private key support (#496)arithmetic1728
2020-05-08test: fix usage of tick function so g3 tests can pass (#507)arithmetic1728
2020-05-05test: fix the usage so the tests can pass in g3 (#498)arithmetic1728
2020-04-01feat: consolidate mTLS channel errors (#480)arithmetic1728
2020-03-20feat: add mTLS ADC support for HTTP (#457)arithmetic1728
2020-02-13docs(copyright): correct name of company for commits after 2015 (#440)C.J. Collier
2020-01-23feat: add non-None default timeout to AuthorizedSession.request() (#435)Peter Lamut
2020-01-22feat: distinguish transport and execution time timeouts (#424)Peter Lamut
2019-12-11feat: add timeout parameter to `AuthorizedSession.request()` (#406)Peter Lamut
2019-12-09fix: revert "feat: add timeout to AuthorizedSession.request() (#397)" (#401)Bu Sun Kim
2019-12-09feat: add timeout to AuthorizedSession.request() (#397)Peter Lamut
2019-10-21chore: blacken (#375)Bu Sun Kim
2019-01-07Allow user to pass custom Session object to AuthorizedSession to make request...Brian Bao
2017-06-30Make testing style more consistent (#168)Jon Wayne Parrott
2017-04-13Fix lint for latest pylint (#155)Jon Wayne Parrott
2017-04-12Move run_pylint to gcp-devrel-py-tools (#153)Jon Wayne Parrott
2016-10-31Add requests transport (#66)Jon Wayne Parrott