1. 7665706 build: Fix unittest TestAuthWithGoogleAuth::test_with_scopes_scoped (#1199) by Anthonios Partheniou · 3 years, 7 months ago
  2. 32d1c59 feat: Add support for using static discovery documents (#1109) by Anthonios Partheniou · 3 years, 8 months ago
  3. b7b9986 fix: replace deprecated socket.error with OSError (#1161) by Aaron Niskode-Dossett · 3 years, 8 months ago
  4. ae9cd99 fix: Catch ECONNRESET and other errors more reliably (#1147) by Aaron Niskode-Dossett · 3 years, 8 months ago
  5. b1b0c83 docs: Reduce noisy changes in docs regen (#1135) by Anthonios Partheniou · 3 years, 9 months ago
  6. 2c6d029 fix: MediaFileUpload error if file does not exist (#1127) by Anthonios Partheniou · 3 years, 9 months ago
  7. e6a1da3 fix: Improve support for error_details (#1126) by Anthonios Partheniou · 3 years, 9 months ago
  8. a341c5a docs: Change error parsing to check for 'message' (#1083) by Muad Mohamed · 3 years, 10 months ago
  9. 86d8788 fix: don't raise when downloading zero byte files (#1074) by Bu Sun Kim · 3 years, 11 months ago
  10. af6035f fix: don't set content-range on empty uploads (#1070) by Bu Sun Kim · 3 years, 11 months ago
  11. 98888da fix: add method to close httplib2 connections (#1038) by Bu Sun Kim · 4 years ago
  12. 790e702 feat: add quota_project, credentials_file, and scopes support (#1022) by Bu Sun Kim · 4 years ago
  13. 2fc5ca1 feat: add support for mtls env variables (#1008) by arithmetic1728 · 4 years ago
  14. cd4e8f4 fix: discovery uses V2 when version is None (#975) by Dmitry Frenkel · 4 years, 1 month ago
  15. f3348f9 feat: discovery supports retries (#967) by Dmitry Frenkel · 4 years, 2 months ago
  16. 21af37b feat: allow to use 'six.moves.collections_abc.Mapping' in 'client_options.from_dict()' (#943) by Pavel Kiselev · 4 years, 3 months ago
  17. 19908ed fix: update GOOGLE_API_USE_MTLS values (#940) by arithmetic1728 · 4 years, 3 months ago
  18. 981eadf feat: add mtls feature (#917) by arithmetic1728 · 4 years, 3 months ago
  19. 09e6447 fix: don't try to import GAE API in other environments (#903) by Zev Goldstein · 4 years, 4 months ago
  20. 8ed1dcd chore: use mocked credentials in tests (#900) by Bu Sun Kim · 4 years, 4 months ago
  21. f706cfd chore: use nox and release-please; drop 3.4 (#852) by Bu Sun Kim · 4 years, 5 months ago
  22. c7516a2 fix: Adding ConnectionError to retry mechanism (#822) by Damian Gadomski · 4 years, 6 months ago
  23. 1cf3cbc feat: add client_options support for api endpoint override (#829) by Bu Sun Kim · 4 years, 6 months ago
  24. b3b773f fix: exclude 308s from httplib2 redirect codes list (#813) by Bu Sun Kim · 4 years, 6 months ago
  25. 66bb32c chore: blacken (#772) by Bu Sun Kim · 4 years, 10 months ago
  26. 07f647c Pass library and Python version in x-goog-api-client (#734) by Bu Sun Kim · 5 years ago
  27. 0ba1ca4 Fix http.py: Exception -> exception, lint errors, unit test. (#724) by Bu Sun Kim · 5 years ago
  28. 20b6758 Make http.MediaFileUpload close its file descriptor. (#600) by Xiaofei Wang · 5 years ago
  29. b854ff1 Never make 'body' required. (#718) by Bu Sun Kim · 5 years ago
  30. 46164b9 Alias unittest2 import as unittest in test__auth.py. (#613) by Jan van der Lugt · 6 years ago
  31. eb4b3e0 Change xrange to range (#601) by Bu Sun Kim · 6 years ago
  32. e2dccec Add client-side limit for batch requests (#585) by Xinan Lin · 6 years ago
  33. 9d779cc Fix the client to respect the passed in developerKey and credentials (#593) by Arunpn · 6 years ago
  34. 0dc81bf Respect custom headers set on the request supplied to MediaIoBaseDownload within each call to next_chunk (#546) by Chris McDonough · 6 years ago
  35. 3cf5e60 Under Python 3; fix bug that caused invalid Content-ID header when custom request_id supplied (#545) by Chris McDonough · 6 years ago
  36. c35150f Catch ServerNotFoundError to retry the request (#532) by Bashir Sadjad · 6 years ago
  37. 9eb303e Drop oauth2client dependency (#499) by Helen Koike · 6 years ago
  38. 0c0c897 Make body optional for requests with no parameters (#446) by Jean-Loup Roussel-Clouet · 6 years ago
  39. fff3ae5 Fix retying on socket.timeout (#495) by Alexander Mohr · 6 years ago
  40. de13e3b Remove oauth2client._helpers dependency (#493) by Helen Koike · 6 years ago
  41. b86bfc9 Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467) by Ondrej Medek · 7 years ago
  42. 20e6135 Proactively refresh credentials when applying and treat a missing acces_token as invalid. (#469) by Jon Wayne Parrott · 7 years ago
  43. 043fd70 Remove mutual exclusivity check for developerKey and credentials (#465) by Jon Wayne Parrott · 7 years ago
  44. 4406778 Handle unknown media length (#406) by Daniel · 7 years ago
  45. 90ffb85 fix: 458 handle error format (#459) by Nilayan Bhattacharya · 7 years ago
  46. 401e886 Warn when google-auth credentials are used but google-auth-httplib2 isn't available (#443) by Jon Wayne Parrott · 7 years ago
  47. f6e2661 Fix details missing in googleapiclient.errors.HttpError (#412) by Son CHU · 7 years ago
  48. d3a5cf4 Fix credentials usage in BatchHTTPRequest (#376) by Jon Wayne Parrott · 7 years ago
  49. a4a44cf ZeroDivisionError when calling 'MediaDownloadProgress.progress' by andrewnester · 7 years ago
  50. 860a637 Raise ValueError if credentials and developerKey are both specified (#358) by Jon Wayne Parrott · 8 years ago
  51. 20af04d Fix generation for methods with abnormal page token conventions (#330) by Thomas Coffee · 8 years ago
  52. 068eb35 Don't invoke application default credentials logic when developerKey is provided (#347) by Jon Wayne Parrott · 8 years ago
  53. 2243529 Set default HTTP timeout of 60s (#320) by Igor Maravić · 8 years ago
  54. 85c2c6d Add support for google-auth and remove Python 2.6 support (#319) by Jon Wayne Parrott · 8 years ago
  55. 94a5394 Fix error in resumable upload when receiving a 308 response (#312) by Matt Carroll · 8 years ago
  56. 38051ac Add media_mime_type keyword argument by Brian J. Watson · 8 years ago
  57. 5f00cad Fix unprintable message with BatchError repr (#165) by ittus · 8 years ago
  58. 36d4e1b Add support for oauth2client 4.0.0 by Jon Wayne Parrott · 8 years ago
  59. cc6d398 Retry rate limits on chunk uploading by Zhihao Yuan · 8 years ago
  60. 23174be Refresh empty OAuth2 credentials in batch request by Gabriel Garcia · 8 years ago
  61. 88ab76b Retry requests on broken pipe and aborted connection (#218) by Thomas Bonfort · 8 years ago
  62. c6425a0 Add retry on rate limiting API responses and network timeouts by eesheesh · 9 years ago
  63. 0969915 move logging into __name__-specific loggers from the root logger by Emmett Butler · 9 years ago
  64. 12b7cd3 Fallback to use new discovery uri pattern when the old one fails. by Ethan Bao · 8 years ago
  65. 703c92c Handle SSL errors with retries by Sergiy Byelozyorov · 9 years ago
  66. dc13631 Default to octet-stream if mimetype detection fails. by Nam T. Nguyen · 9 years ago
  67. 26178fc Fix non-resumable binary uploads on Python 3 by Phil Ruffwind · 9 years ago
  68. fafe858 Always assume httplib.request supports streams by e00E · 9 years ago
  69. 3772f9d Fixed a NameError on exception, added a unit test. Fixes #130 by Takashi Matsuo · 9 years ago
  70. 3012512 Implemented automatic caching for the discovery documents. by Takashi Matsuo · 9 years ago
  71. 26b0100 Force HttpMock to read content from file as bytes by Alan Briolat · 9 years ago
  72. 1b5350d return if the batch is empty by Mohamed Zenadi · 9 years ago
  73. 2a9a213 Discovery: Treat empty nextPageToken field the same as it not existing by Son Dinh · 9 years ago
  74. a6e6fbd Making http parameter in discovery.build_from_document optional. by Jonathan Wayne Parrott · 9 years ago
  75. 860836f Add a new_batch_http_request() method to services by Pepper Lebeck-Jobe · 9 years ago
  76. 30ecbd4 Add the test which would have failed before this change by Pepper Lebeck-Jobe · 9 years ago
  77. b246d51 Merge pull request #48 from cgurnik/default-mock-headers by Nathaniel Manista · 9 years ago
  78. 8e55b76 Don't include reason in default HttpMock headers by Craig Gurnik · 10 years ago
  79. 0915761 Fix unicode issues in HttpError and BatchHttpRequest by INADA Naoki · 9 years ago
  80. c605087 Skipping tests in Python3 by Pat Ferate · 10 years ago
  81. ca397a7 Encode UTF text only if in Python 2 by Pat Ferate · 10 years ago
  82. 2b14022 Updating string buffers to byte buffers by Pat Ferate · 10 years ago
  83. d5b61bd Updating urllib related imports and usage. (Using six) by Pat Ferate · 10 years ago
  84. ed9affd Updating StringIO, BytesIO, and FileIO imports and usage. (Using six) by Pat Ferate · 10 years ago
  85. 497a90f Using unittest2 in place of unittest by Pat Ferate · 10 years ago
  86. d898a37 modernize tests by INADA Naoki · 10 years ago
  87. 15fbdc7 Merge pull request #25 from methane/prepare-py3 by Nathaniel Manista · 10 years ago
  88. 15744b1 Replace remaining python2.4 shebang lines. by Craig Citro · 10 years ago
  89. 7ee535d Support methodPath entries containing colon. by Craig Citro · 10 years ago
  90. 5bd38f3 Modify convention by Parkayun · 10 years ago
  91. 1c1da59 Test case for build_query by Parkayun · 10 years ago
  92. 0bceb33 futurize -1 by INADA Naoki · 10 years ago
  93. c1505df 2to3 -f except by INADA Naoki · 10 years ago
  94. 751b7fb Update copyright lines. by Craig Citro · 10 years ago
  95. 6ae34d7 Use json from the stdlib. by Craig Citro · 10 years ago
  96. 4282aa3 Update batch tests for newer python versions. by Craig Citro · 10 years ago
  97. 5185224 Remove duplicated oauth2client tests. by Craig Citro · 10 years ago
  98. e92c900 Add support for Google Default Credentials. by Orest Bolohan · 10 years ago
  99. 864311d Transition apiclient from googlecode to github. by John Asmuth · 10 years ago
  100. 956c120 Reviewed in https://codereview.appspot.com/60300043/ by Joe Gregorio · 11 years ago