1. 66bb32c chore: blacken (#772) by Bu Sun Kim · 4 years, 9 months ago
  2. 778eabe Look for field 'detail' in error message. (#739) by Bu Sun Kim · 5 years ago
  3. bce1b1d Release 1.7.11 (#737) by Bu Sun Kim · 5 years ago
  4. 07f647c Pass library and Python version in x-goog-api-client (#734) by Bu Sun Kim · 5 years ago
  5. c2936e1 Release 1.7.10 (#727) by Bu Sun Kim · 5 years ago
  6. eda5880 Decode service to utf-8. (#723) by Bu Sun Kim · 5 years ago
  7. 0ba1ca4 Fix http.py: Exception -> exception, lint errors, unit test. (#724) by Bu Sun Kim · 5 years ago
  8. 9fdc2b2 Use print() function in both Python 2 and Python 3 (#722) by Christian Clauss · 5 years ago
  9. 20b6758 Make http.MediaFileUpload close its file descriptor. (#600) by Xiaofei Wang · 5 years ago
  10. b854ff1 Never make 'body' required. (#718) by Bu Sun Kim · 5 years ago
  11. ffea1a7 Release 1.7.9. (#663) by Bu Sun Kim · 5 years ago
  12. 1d2e240 Call request_orig with kwargs. (#658) by Bu Sun Kim · 5 years ago
  13. 9a25cc8 Release 1.7.8 (#617) by Bu Sun Kim · 5 years ago
  14. 84cbc07 Convert '$' in method name to '_' (#616) by Bu Sun Kim · 5 years ago
  15. 6ed8dbb Release 1.7.7 (#606) by Christopher Wilcox · 6 years ago
  16. b1b16fd Updates documentation for stopping channel subscriptions (#598) by Corey Schaf · 6 years ago
  17. a04b3c5 Typo in http.py exception message. (#602) by smstone · 6 years ago
  18. b274355 Release v1.7.6 (#599) by Bu Sun Kim · 6 years ago
  19. e2dccec Add client-side limit for batch requests (#585) by Xinan Lin · 6 years ago
  20. fef743a Release v1.7.5 (#594) by Bu Sun Kim · 6 years ago
  21. 9d779cc Fix the client to respect the passed in developerKey and credentials (#593) by Arunpn · 6 years ago
  22. 781de4c add copyright header, closes #216 (#550) by Chris McDonough · 6 years ago
  23. 0dc81bf Respect custom headers set on the request supplied to MediaIoBaseDownload within each call to next_chunk (#546) by Chris McDonough · 6 years ago
  24. 3cf5e60 Under Python 3; fix bug that caused invalid Content-ID header when custom request_id supplied (#545) by Chris McDonough · 6 years ago
  25. bbaad28 prevent stray imports of older 'apiclient' alias from raising an ImportError by Chris McDonough · 6 years ago
  26. a97f2b2 Release google-api-python-client 1.7.4 (#540) by Christopher Wilcox · 6 years ago
  27. c35150f Catch ServerNotFoundError to retry the request (#532) by Bashir Sadjad · 6 years ago
  28. b0b1c1d Release v1.7.3 (#526) by Thea Flowers · 6 years ago
  29. a1da982 Fix version number by Thea Flowers · 6 years ago
  30. 081d2a3 Release v1.7.1 (#519) by Thea Flowers · 6 years ago
  31. a737c75 Release v1.7.0 (#515) by Thea Flowers · 6 years ago
  32. 9eb303e Drop oauth2client dependency (#499) by Helen Koike · 6 years ago
  33. fbaf9d7 typos in http.py by cspeidel · 6 years ago
  34. 504a6e5 Release v1.6.7 (#500) by Jon Wayne Parrott · 6 years ago
  35. 0c0c897 Make body optional for requests with no parameters (#446) by Jean-Loup Roussel-Clouet · 6 years ago
  36. fff3ae5 Fix retying on socket.timeout (#495) by Alexander Mohr · 6 years ago
  37. de13e3b Remove oauth2client._helpers dependency (#493) by Helen Koike · 6 years ago
  38. bc33595 Describe reserved word methods with _ after name. eg import_() by Matthew Whisenhunt · 6 years ago
  39. 57a7690 discovery.py: remove unused oauth2client import (#492) by Helen Koike · 6 years ago
  40. 9cdb2e2 Release v1.6.6 (#489) by Jon Wayne Parrott · 6 years ago
  41. bae748a Warn when constructing BatchHttpRequest using the legacy batch URI (#488) by Jon Wayne Parrott · 6 years ago
  42. d1aa691 Increase the default media chunksize to 100MB. by Craig Citro · 6 years ago
  43. b86bfc9 Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467) by Ondrej Medek · 7 years ago
  44. 6436741 Release v1.6.5 (#470) by Jon Wayne Parrott · 7 years ago
  45. 20e6135 Proactively refresh credentials when applying and treat a missing acces_token as invalid. (#469) by Jon Wayne Parrott · 7 years ago
  46. 043fd70 Remove mutual exclusivity check for developerKey and credentials (#465) by Jon Wayne Parrott · 7 years ago
  47. 4406778 Handle unknown media length (#406) by Daniel · 7 years ago
  48. 90ffb85 fix: 458 handle error format (#459) by Nilayan Bhattacharya · 7 years ago
  49. 89906ac Update Docstring (#1) (#451) by Nilayan Bhattacharya · 7 years ago
  50. af67669 Release v1.6.4 (#444) by Jon Wayne Parrott · 7 years ago
  51. 401e886 Warn when google-auth credentials are used but google-auth-httplib2 isn't available (#443) by Jon Wayne Parrott · 7 years ago
  52. b63a71d Release v1.6.3 (#433) by Jon Wayne Parrott · 7 years ago
  53. 3fb2a38 Don't treat httplib2.Credentials as oauth credentials (#425) by Jon Wayne Parrott · 7 years ago
  54. f6e2661 Fix details missing in googleapiclient.errors.HttpError (#412) by Son CHU · 7 years ago
  55. d3a5cf4 Fix credentials usage in BatchHTTPRequest (#376) by Jon Wayne Parrott · 7 years ago
  56. a4a44cf ZeroDivisionError when calling 'MediaDownloadProgress.progress' by andrewnester · 7 years ago
  57. 860a637 Raise ValueError if credentials and developerKey are both specified (#358) by Jon Wayne Parrott · 7 years ago
  58. 20af04d Fix generation for methods with abnormal page token conventions (#330) by Thomas Coffee · 7 years ago
  59. afe134b Release v1.6.2 (#348) by Jon Wayne Parrott · 7 years ago
  60. 068eb35 Don't invoke application default credentials logic when developerKey is provided (#347) by Jon Wayne Parrott · 7 years ago
  61. 2243529 Set default HTTP timeout of 60s (#320) by Igor Maravić · 8 years ago
  62. 811d570 Release v1.6.1 (#329) by Jon Wayne Parrott · 8 years ago
  63. 0952730 Adding import of google.auth.credentials to googleapiclient._auth module. (#328) by Wilson Lian · 8 years ago
  64. 692617a Release v1.6.0 (#324) by Jon Wayne Parrott · 8 years ago
  65. 85c2c6d Add support for google-auth and remove Python 2.6 support (#319) by Jon Wayne Parrott · 8 years ago
  66. 94a5394 Fix error in resumable upload when receiving a 308 response (#312) by Matt Carroll · 8 years ago
  67. 0711b8b Add CHANGELOG entry for v1.5.5, and bump version. by Brian J. Watson · 8 years ago
  68. 38051ac Add media_mime_type keyword argument by Brian J. Watson · 8 years ago
  69. 5f00cad Fix unprintable message with BatchError repr (#165) by ittus · 8 years ago
  70. db5a0ed Update version to 1.5.4 by Jon Wayne Parrott · 8 years ago
  71. 36d4e1b Add support for oauth2client 4.0.0 by Jon Wayne Parrott · 8 years ago
  72. be8b1cb Added missing imports. by Kostyantyn Leschenko · 8 years ago
  73. b7122b3 handle errors when received an array from api (#289) by Thang Minh Vu · 8 years ago
  74. c4dca35 Update version and changelog for v1.5.3 by Jon Wayne Parrott · 8 years ago
  75. 1f76759 Fix bad oauth2client util import (#273) by Jon Wayne Parrott · 8 years ago
  76. bf7066e Update version and changelog for v1.5.2 by Jon Wayne Parrott · 8 years ago
  77. e469a9f Add a warning when using mocking without cache (#261) by Christian Ternus · 8 years ago
  78. 6755f61 Add support for oauth2client >= 3.0.0, < 4.0.0. (#265) by Jon Wayne Parrott · 8 years ago
  79. cc6d398 Retry rate limits on chunk uploading by Zhihao Yuan · 8 years ago
  80. 23174be Refresh empty OAuth2 credentials in batch request by Gabriel Garcia · 8 years ago
  81. 70d0394 Update version to 1.5.1 by Jon Wayne Parrott · 8 years ago
  82. 713b1de Merge pull request #219 from tbonfort/patch-1 by Nathaniel Manista · 8 years ago
  83. 3146c92 googleapiclient.http: guard when importing ssl by Tay Ray Chuan · 8 years ago
  84. 88ab76b Retry requests on broken pipe and aborted connection (#218) by Thomas Bonfort · 8 years ago
  85. c6425a0 Add retry on rate limiting API responses and network timeouts by eesheesh · 8 years ago
  86. f99fa88 Merge pull request #201 from toabctl/support-oauth2client-v1-and-v2 by Nathaniel Manista · 8 years ago
  87. 0969915 move logging into __name__-specific loggers from the root logger by Emmett Butler · 8 years ago
  88. 12b7cd3 Fallback to use new discovery uri pattern when the old one fails. by Ethan Bao · 8 years ago
  89. bb32462 Allow using oauth2client versions < 2 by Thomas Bechtold · 8 years ago
  90. 386cc8b Bump version to 1.5.0 by Jon Wayne Parrott · 8 years ago
  91. 2122d3c Make compatible with oauth2client v2.0.0 by Adrian Carpenter · 8 years ago
  92. 703c92c Handle SSL errors with retries by Sergiy Byelozyorov · 9 years ago
  93. dc13631 Default to octet-stream if mimetype detection fails. by Nam T. Nguyen · 9 years ago
  94. 26178fc Fix non-resumable binary uploads on Python 3 by Phil Ruffwind · 9 years ago
  95. fafe858 Always assume httplib.request supports streams by e00E · 9 years ago
  96. c1f8bed Bump version number to 1.4.2 by Takashi Matsuo · 9 years ago
  97. 3772f9d Fixed a NameError on exception, added a unit test. Fixes #130 by Takashi Matsuo · 9 years ago
  98. 3012512 Implemented automatic caching for the discovery documents. by Takashi Matsuo · 9 years ago
  99. 26b0100 Force HttpMock to read content from file as bytes by Alan Briolat · 9 years ago
  100. 1b5350d return if the batch is empty by Mohamed Zenadi · 9 years ago