1. 1d2e240 Call request_orig with kwargs. (#658) by Bu Sun Kim · 6 years ago
  2. 2560dc9 Remove Django Samples. (#657) by Bu Sun Kim · 6 years ago
  3. 9a25cc8 Release 1.7.8 (#617) by Bu Sun Kim · 7 years ago
  4. 84cbc07 Convert '$' in method name to '_' (#616) by Bu Sun Kim · 7 years ago
  5. 46164b9 Alias unittest2 import as unittest in test__auth.py. (#613) by Jan van der Lugt · 7 years ago
  6. 6ed8dbb Release 1.7.7 (#606) by Christopher Wilcox · 7 years ago
  7. 8f4a530 Announce deprecation of Python 2.7 (#603) by Christopher Wilcox · 7 years ago
  8. 729d9ae Add badges (#455) by Sander Brauwers · 7 years ago
  9. b1b16fd Updates documentation for stopping channel subscriptions (#598) by Corey Schaf · 7 years ago
  10. eb4b3e0 Change xrange to range (#601) by Bu Sun Kim · 7 years ago
  11. a04b3c5 Typo in http.py exception message. (#602) by smstone · 7 years ago
  12. 912a812 Adding example for searchAppearance (#414) by Sean O'Keefe · 7 years ago
  13. b274355 Release v1.7.6 (#599) by Bu Sun Kim · 7 years ago
  14. e2dccec Add client-side limit for batch requests (#585) by Xinan Lin · 7 years ago
  15. fef743a Release v1.7.5 (#594) by Bu Sun Kim · 7 years ago
  16. 9d779cc Fix the client to respect the passed in developerKey and credentials (#593) by Arunpn · 7 years ago
  17. 1b010a3 Remove django sample (#591) by Bu Sun Kim · 7 years ago
  18. 61cd925 Run tests with Python 3.7 (#590) by Bu Sun Kim · 7 years ago
  19. cf1ad3e Update github issue templates (#584) by Justin Beckwith · 7 years ago
  20. 3d177a8 Use kokoro for testing (#580) by Bu Sun Kim · 7 years ago
  21. 781de4c add copyright header, closes #216 (#550) by Chris McDonough · 7 years ago
  22. 0dc81bf Respect custom headers set on the request supplied to MediaIoBaseDownload within each call to next_chunk (#546) by Chris McDonough · 7 years ago
  23. 3cf5e60 Under Python 3; fix bug that caused invalid Content-ID header when custom request_id supplied (#545) by Chris McDonough · 7 years ago
  24. bbaad28 prevent stray imports of older 'apiclient' alias from raising an ImportError by Chris McDonough · 7 years ago
  25. c7533a0 Better docs links in readme (#544) by Chris McDonough · 7 years ago
  26. e8e6c73 Update groupsettings.py (#504) by Chaz Reid · 7 years ago
  27. df70cca Delete Credentials.png (#541) by Grant Timmerman · 7 years ago
  28. a97f2b2 Release google-api-python-client 1.7.4 (#540) by Christopher Wilcox · 7 years ago
  29. c2b1ffa Add Code of Conduct by Thea Flowers · 7 years ago
  30. c35150f Catch ServerNotFoundError to retry the request (#532) by Bashir Sadjad · 7 years ago
  31. b0b1c1d Release v1.7.3 (#526) by Thea Flowers · 7 years ago
  32. 980c308 Make apiclient.sample_tools optional (#525) by Eric Wolak · 7 years ago
  33. a1da982 Fix version number by Thea Flowers · 7 years ago
  34. 5529b42 Release v1.7.2 (#523) by Thea Flowers · 7 years ago
  35. 0821aa2 Remove check for a failed googleapiclient upgrade (#522) by Eric Wolak · 7 years ago
  36. 081d2a3 Release v1.7.1 (#519) by Thea Flowers · 7 years ago
  37. fc246fe Remove unnecessary check during setup (#518) by Thea Flowers · 7 years ago
  38. a737c75 Release v1.7.0 (#515) by Thea Flowers · 7 years ago
  39. 9eb303e Drop oauth2client dependency (#499) by Helen Koike · 7 years ago
  40. 98b51f0 Include tests in source distribution (#514) by Thea Flowers · 7 years ago
  41. fbaf9d7 typos in http.py by cspeidel · 7 years ago
  42. 504a6e5 Release v1.6.7 (#500) by Jon Wayne Parrott · 7 years ago
  43. 0c0c897 Make body optional for requests with no parameters (#446) by Jean-Loup Roussel-Clouet · 7 years ago
  44. fff3ae5 Fix retying on socket.timeout (#495) by Alexander Mohr · 7 years ago
  45. 3f7aa7b Match travis matrix with tox testenv (#498) by Helen Koike · 7 years ago
  46. de13e3b Remove oauth2client._helpers dependency (#493) by Helen Koike · 7 years ago
  47. bc33595 Describe reserved word methods with _ after name. eg import_() by Matthew Whisenhunt · 7 years ago
  48. bf0f276 Remove unused keyring test dependency (#496) by Jon Wayne Parrott · 7 years ago
  49. 57a7690 discovery.py: remove unused oauth2client import (#492) by Helen Koike · 7 years ago
  50. 3c2c805 Promote GCP APIs (#490) by Matt Whisenhunt · 7 years ago
  51. 9cdb2e2 Release v1.6.6 (#489) by Jon Wayne Parrott · 7 years ago
  52. bae748a Warn when constructing BatchHttpRequest using the legacy batch URI (#488) by Jon Wayne Parrott · 7 years ago
  53. cb2ce4f Merge pull request #482 from craigcitro/chunksize by Craig Citro · 7 years ago
  54. d1aa691 Increase the default media chunksize to 100MB. by Craig Citro · 7 years ago
  55. d9f47bd Update issue tracker to link to g suite public issue trackers (#475) by Jon Wayne Parrott · 8 years ago
  56. b86bfc9 Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467) by Ondrej Medek · 8 years ago
  57. 6436741 Release v1.6.5 (#470) by Jon Wayne Parrott · 8 years ago
  58. 20e6135 Proactively refresh credentials when applying and treat a missing acces_token as invalid. (#469) by Jon Wayne Parrott · 8 years ago
  59. 043fd70 Remove mutual exclusivity check for developerKey and credentials (#465) by Jon Wayne Parrott · 8 years ago
  60. 4406778 Handle unknown media length (#406) by Daniel · 8 years ago
  61. 90ffb85 fix: 458 handle error format (#459) by Nilayan Bhattacharya · 8 years ago
  62. b8b68fe Add environment markers to django test dependency (#460) by Jon Wayne Parrott · 8 years ago
  63. 89906ac Update Docstring (#1) (#451) by Nilayan Bhattacharya · 8 years ago
  64. af67669 Release v1.6.4 (#444) by Jon Wayne Parrott · 8 years ago
  65. 401e886 Warn when google-auth credentials are used but google-auth-httplib2 isn't available (#443) by Jon Wayne Parrott · 8 years ago
  66. b63a71d Release v1.6.3 (#433) by Jon Wayne Parrott · 8 years ago
  67. 3fb2a38 Don't treat httplib2.Credentials as oauth credentials (#425) by Jon Wayne Parrott · 8 years ago
  68. 67b5d06 Merge pull request #410 from danoscarmike/master by Dan O'Meara · 8 years ago
  69. f6e2661 Fix details missing in googleapiclient.errors.HttpError (#412) by Son CHU · 8 years ago
  70. 52101a5 Fixing django-sample (#413) by Mauro Murari · 8 years ago
  71. 9c203d3 Add notification of maintenance mode by Dan O'Meara · 8 years ago
  72. d3a5cf4 Fix credentials usage in BatchHTTPRequest (#376) by Jon Wayne Parrott · 8 years ago
  73. 4ba8c23 Clean and regen docs (#401) by Sai Cheemalapati · 8 years ago
  74. 42818cf Update README.md to mention cloud client libraries by Jon Wayne Parrott · 8 years ago
  75. 9423c7a Merge pull request #377 from andrewnester/369-download-zero-division by Luke Sneeringer · 8 years ago
  76. aa64d20 Merge pull request #378 from andrewnester/367-readme-fix by Luke Sneeringer · 8 years ago
  77. 3167781 Dead link to WebTest fixed in README. by andrewnester · 8 years ago
  78. a4a44cf ZeroDivisionError when calling 'MediaDownloadProgress.progress' by andrewnester · 8 years ago
  79. 2f24537 Fix method doc signatures for multiline required parameters (#374) by Thomas Coffee · 8 years ago
  80. e833b79 Regen docs (#373) by Sai Cheemalapati · 8 years ago
  81. c30d2b5 Regen docs (#364) by Sai Cheemalapati · 8 years ago
  82. 860a637 Raise ValueError if credentials and developerKey are both specified (#358) by Jon Wayne Parrott · 8 years ago
  83. 20af04d Fix generation for methods with abnormal page token conventions (#330) by Thomas Coffee · 8 years ago
  84. afe134b Release v1.6.2 (#348) by Jon Wayne Parrott · 8 years ago
  85. 068eb35 Don't invoke application default credentials logic when developerKey is provided (#347) by Jon Wayne Parrott · 8 years ago
  86. 12751ca Test on 3.5 and 3.6, stop testing 3.3 (#341) by Jon Wayne Parrott · 9 years ago
  87. 2243529 Set default HTTP timeout of 60s (#320) by Igor Maravić · 9 years ago
  88. 811d570 Release v1.6.1 (#329) by Jon Wayne Parrott · 9 years ago
  89. 0952730 Adding import of google.auth.credentials to googleapiclient._auth module. (#328) by Wilson Lian · 9 years ago
  90. 692617a Release v1.6.0 (#324) by Jon Wayne Parrott · 9 years ago
  91. 85c2c6d Add support for google-auth and remove Python 2.6 support (#319) by Jon Wayne Parrott · 9 years ago
  92. 94a5394 Fix error in resumable upload when receiving a 308 response (#312) by Matt Carroll · 9 years ago
  93. 5dcd66c Clarify supported versions of Python 3 (#316) by Christian Hudon · 9 years ago
  94. f19307d Merge pull request #304 from bjwatson/changelog-1.5.5 by Brian J. Watson · 9 years ago
  95. f397357 Regenerate docs by Brian J. Watson · 9 years ago
  96. 0711b8b Add CHANGELOG entry for v1.5.5, and bump version. by Brian J. Watson · 9 years ago
  97. 6394b66 Update minimum httplib2 dependency by Jon Wayne Parrott · 9 years ago
  98. 38051ac Add media_mime_type keyword argument by Brian J. Watson · 9 years ago
  99. 5f00cad Fix unprintable message with BatchError repr (#165) by ittus · 9 years ago
  100. df61397 Refresh all docs (#298) by Sai Cheemalapati · 9 years ago