aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-12-13feat: expose library version at googleapiclient.__version__ (#1623)joinsion
2021-11-11fix: MediaIoBaseDownload range header off-by-one (#1595)Jyrki Muukkonen
2021-10-21fix: manage JSONDecodeError exception (#1574)Gianluca Paronitti
2021-10-12fix: disable self signed jwt (#1566)arithmetic1728
2021-10-12tests: drop use of 'unittest2' (#1564)Tres Seaver
2021-10-07feat: enable self signed jwt for service account credentials (#1553)arithmetic1728
2021-07-23fix: drop six dependency (#1452)Anthonios Partheniou
2021-06-08fix: update content-length header for next page (#1404)David Schweikert
2021-04-27test: always use MOCK_CREDENTIALS in tests (#1321)Bu Sun Kim
2021-04-03feat: Adds support for errors.py to also use 'errors' for error_details (#1281)vinay-google
2021-03-19fix: Change default of `static_discovery` when `discoveryServiceUrl` set (#1261)Anthonios Partheniou
2021-03-17feat: add status_code property on http error handling (#1185)William Marquardt
2021-03-15fix: Resolve issue where num_retries would have no effect (#1244)Anthonios Partheniou
2021-03-15fix: fix .close() (#1231)Bu Sun Kim
2021-02-22build: Fix unittest TestAuthWithGoogleAuth::test_with_scopes_scoped (#1199)Anthonios Partheniou
2021-01-14feat: Add support for using static discovery documents (#1109)Anthonios Partheniou
2021-01-13fix: replace deprecated socket.error with OSError (#1161)Aaron Niskode-Dossett
2021-01-13fix: Catch ECONNRESET and other errors more reliably (#1147)Aaron Niskode-Dossett
2020-12-14docs: Reduce noisy changes in docs regen (#1135)Anthonios Partheniou
2020-12-09fix: MediaFileUpload error if file does not exist (#1127)Anthonios Partheniou
2020-12-09fix: Improve support for error_details (#1126)Anthonios Partheniou
2020-11-08docs: Change error parsing to check for 'message' (#1083)Muad Mohamed
2020-10-22fix: don't raise when downloading zero byte files (#1074)Bu Sun Kim
2020-10-20fix: don't set content-range on empty uploads (#1070)Bu Sun Kim
2020-09-23fix: add method to close httplib2 connections (#1038)Bu Sun Kim
2020-09-12feat: add quota_project, credentials_file, and scopes support (#1022)Bu Sun Kim
2020-08-27feat: add support for mtls env variables (#1008)arithmetic1728
2020-07-30fix: discovery uses V2 when version is None (#975)Dmitry Frenkel
2020-07-15feat: discovery supports retries (#967)Dmitry Frenkel
2020-06-18feat: allow to use 'six.moves.collections_abc.Mapping' in 'client_options.fro...Pavel Kiselev
2020-06-09fix: update GOOGLE_API_USE_MTLS values (#940)arithmetic1728
2020-06-02feat: add mtls feature (#917)arithmetic1728
2020-05-14fix: don't try to import GAE API in other environments (#903)Zev Goldstein
2020-05-14chore: use mocked credentials in tests (#900)Bu Sun Kim
2020-04-20chore: use nox and release-please; drop 3.4 (#852)Bu Sun Kim
2020-03-23fix: Adding ConnectionError to retry mechanism (#822)Damian Gadomski
2020-03-12feat: add client_options support for api endpoint override (#829)Bu Sun Kim
2020-03-11fix: exclude 308s from httplib2 redirect codes list (#813)Bu Sun Kim
2019-10-30chore: blacken (#772)Bu Sun Kim
2019-08-09Pass library and Python version in x-goog-api-client (#734)Bu Sun Kim
2019-07-23Fix http.py: Exception -> exception, lint errors, unit test. (#724)Bu Sun Kim
2019-07-17Make http.MediaFileUpload close its file descriptor. (#600)Xiaofei Wang
2019-07-16Never make 'body' required. (#718)Bu Sun Kim
2019-01-15Alias unittest2 import as unittest in test__auth.py. (#613)upstream-master-backupJan van der Lugt
2018-12-12Change xrange to range (#601)Bu Sun Kim
2018-12-06Add client-side limit for batch requests (#585)Xinan Lin
2018-11-30Fix the client to respect the passed in developerKey and credentials (#593)Arunpn
2018-07-19Respect custom headers set on the request supplied to MediaIoBaseDownload wit...Chris McDonough
2018-07-18Under Python 3; fix bug that caused invalid Content-ID header when custom req...Chris McDonough
2018-06-25Catch ServerNotFoundError to retry the request (#532)Bashir Sadjad