1. 9f7b410 fix: drop six dependency (#1452) by Anthonios Partheniou · 3 years ago
  2. 11d78e0 chore: remove unused code (#1437) by arfy slowy · 3 years ago
  3. 8019f2f fix: update content-length header for next page (#1404) by David Schweikert · 3 years, 2 months ago
  4. 1c4d199 fix: preventing accessing predefined discovery URLs when override is provided (#1324) by Alex · 3 years, 3 months ago
  5. 3b4f2e2 fix: Change default of `static_discovery` when `discoveryServiceUrl` set (#1261) by Anthonios Partheniou · 3 years, 4 months ago
  6. a9583f7 fix: fix .close() (#1231) by Bu Sun Kim · 3 years, 4 months ago
  7. 32d1c59 feat: Add support for using static discovery documents (#1109) by Anthonios Partheniou · 3 years, 6 months ago
  8. b1b0c83 docs: Reduce noisy changes in docs regen (#1135) by Anthonios Partheniou · 3 years, 7 months ago
  9. 98888da fix: add method to close httplib2 connections (#1038) by Bu Sun Kim · 3 years, 10 months ago
  10. 790e702 feat: add quota_project, credentials_file, and scopes support (#1022) by Bu Sun Kim · 3 years, 11 months ago
  11. 2fc5ca1 feat: add support for mtls env variables (#1008) by arithmetic1728 · 4 years ago
  12. cd4e8f4 fix: discovery uses V2 when version is None (#975) by Dmitry Frenkel · 4 years ago
  13. f3348f9 feat: discovery supports retries (#967) by Dmitry Frenkel · 4 years ago
  14. 21af37b feat: allow to use 'six.moves.collections_abc.Mapping' in 'client_options.from_dict()' (#943) by Pavel Kiselev · 4 years, 1 month ago
  15. 19908ed fix: update GOOGLE_API_USE_MTLS values (#940) by arithmetic1728 · 4 years, 1 month ago
  16. 42028ed fix: fix python-api-core dependency issue (#931) by arithmetic1728 · 4 years, 2 months ago
  17. 981eadf feat: add mtls feature (#917) by arithmetic1728 · 4 years, 2 months ago
  18. 3bf2781 fix: downgrade repetitive logging calls to debug (#885) by Bu Sun Kim · 4 years, 3 months ago
  19. 8ed729f fix: replace '-' in method names with '_' (#863) by Bu Sun Kim · 4 years, 3 months ago
  20. 1cf3cbc feat: add client_options support for api endpoint override (#829) by Bu Sun Kim · 4 years, 4 months ago
  21. 66bb32c chore: blacken (#772) by Bu Sun Kim · 4 years, 9 months ago
  22. eda5880 Decode service to utf-8. (#723) by Bu Sun Kim · 5 years ago
  23. b854ff1 Never make 'body' required. (#718) by Bu Sun Kim · 5 years ago
  24. 84cbc07 Convert '$' in method name to '_' (#616) by Bu Sun Kim · 5 years ago
  25. 9d779cc Fix the client to respect the passed in developerKey and credentials (#593) by Arunpn · 6 years ago
  26. 0c0c897 Make body optional for requests with no parameters (#446) by Jean-Loup Roussel-Clouet · 6 years ago
  27. de13e3b Remove oauth2client._helpers dependency (#493) by Helen Koike · 6 years ago
  28. bc33595 Describe reserved word methods with _ after name. eg import_() by Matthew Whisenhunt · 6 years ago
  29. 57a7690 discovery.py: remove unused oauth2client import (#492) by Helen Koike · 6 years ago
  30. 043fd70 Remove mutual exclusivity check for developerKey and credentials (#465) by Jon Wayne Parrott · 7 years ago
  31. 860a637 Raise ValueError if credentials and developerKey are both specified (#358) by Jon Wayne Parrott · 7 years ago
  32. 20af04d Fix generation for methods with abnormal page token conventions (#330) by Thomas Coffee · 7 years ago
  33. 068eb35 Don't invoke application default credentials logic when developerKey is provided (#347) by Jon Wayne Parrott · 7 years ago
  34. 2243529 Set default HTTP timeout of 60s (#320) by Igor Maravić · 8 years ago
  35. 85c2c6d Add support for google-auth and remove Python 2.6 support (#319) by Jon Wayne Parrott · 8 years ago
  36. 38051ac Add media_mime_type keyword argument by Brian J. Watson · 8 years ago
  37. be8b1cb Added missing imports. by Kostyantyn Leschenko · 8 years ago
  38. e469a9f Add a warning when using mocking without cache (#261) by Christian Ternus · 8 years ago
  39. 6755f61 Add support for oauth2client >= 3.0.0, < 4.0.0. (#265) by Jon Wayne Parrott · 8 years ago
  40. 12b7cd3 Fallback to use new discovery uri pattern when the old one fails. by Ethan Bao · 8 years ago
  41. 26178fc Fix non-resumable binary uploads on Python 3 by Phil Ruffwind · 9 years ago
  42. 3772f9d Fixed a NameError on exception, added a unit test. Fixes #130 by Takashi Matsuo · 9 years ago
  43. 3012512 Implemented automatic caching for the discovery documents. by Takashi Matsuo · 9 years ago
  44. 2a9a213 Discovery: Treat empty nextPageToken field the same as it not existing by Son Dinh · 9 years ago
  45. a6e6fbd Making http parameter in discovery.build_from_document optional. by Jonathan Wayne Parrott · 9 years ago
  46. 56052ec Adds a doc comment for new_batch_http_request by Pepper Lebeck-Jobe · 9 years ago
  47. 860836f Add a new_batch_http_request() method to services by Pepper Lebeck-Jobe · 9 years ago
  48. c46e905 Verifying that media_upload.size() is not None by Pat Ferate · 9 years ago
  49. 9b0452c Only decode if needed by Pat Ferate · 9 years ago
  50. b240c17 Updating local imports (relative -> absolute) by Pat Ferate · 9 years ago
  51. d5b61bd Updating urllib related imports and usage. (Using six) by Pat Ferate · 9 years ago
  52. ed9affd Updating StringIO, BytesIO, and FileIO imports and usage. (Using six) by Pat Ferate · 9 years ago
  53. e4ea1a9 Make 2/3 compatible code with python-modernize by INADA Naoki · 9 years ago
  54. 15fbdc7 Merge pull request #25 from methane/prepare-py3 by Nathaniel Manista · 9 years ago
  55. 7ee535d Support methodPath entries containing colon. by Craig Citro · 9 years ago
  56. 0bceb33 futurize -1 by INADA Naoki · 10 years ago
  57. c1505df 2to3 -f except by INADA Naoki · 10 years ago
  58. 1a91f7f 2to3 -f long by INADA Naoki · 10 years ago
  59. 751b7fb Update copyright lines. by Craig Citro · 10 years ago
  60. 6ae34d7 Use json from the stdlib. by Craig Citro · 10 years ago
  61. a09dc91 Updated Copyright Years by Michael Mattioli · 10 years ago
  62. 72389b7 Replace uses of `as_string` from the email lib. by Craig Citro · 10 years ago
  63. aff4e1f Introduce Application Default Credentials concept by orestica · 10 years ago
  64. ae83efb Check credentials types before using them. by Craig Citro · 10 years ago
  65. e92c900 Add support for Google Default Credentials. by Orest Bolohan · 10 years ago
  66. 87553e4 add http method to logging (discovery.py) by Eric Gjertsen · 10 years ago
  67. 864311d Transition apiclient from googlecode to github. by John Asmuth · 10 years ago