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