1. 6d7f655 Merge pull request #202 from ethanbao/remote_master by Nathaniel Manista · 9 years ago
  2. 12b7cd3 Fallback to use new discovery uri pattern when the old one fails. by Ethan Bao · 9 years ago
  3. a42243c Merge pull request #197 from anabelensc/make_compatible_oauth2client_v2.0.0 by Jon Wayne Parrott · 9 years ago
  4. 16016f7 Make compatible with oauth2client v2.0.0 xsrfutil.py by anabelensc · 9 years ago
  5. e8ed9ea Merge pull request #192 from danielquinn/patch-1 by Jon Wayne Parrott · 9 years ago
  6. 28387f9 Re-adjusted the spacing in the comments. by Daniel Quinn · 9 years ago
  7. a4ddf95 pep8 + print statement alignment by Daniel Quinn · 9 years ago
  8. e2fd7cb Merge pull request #189 from google/release-v1.5.0 by Jon Wayne Parrott · 9 years ago
  9. da3e689 Updating CHANGELOG by Jon Wayne Parrott · 9 years ago
  10. 36e41bc Updated docs by Jon Wayne Parrott · 9 years ago
  11. 386cc8b Bump version to 1.5.0 by Jon Wayne Parrott · 9 years ago
  12. fd2f99c Fix issue where docs would fail to build if an API is whitelisted. by Jon Wayne Parrott · 9 years ago
  13. 54b203a Specify allowed version range for dependencies by Dmitry Sadovnychyi · 9 years ago
  14. 17a40f9 Merge pull request #182 from adrian-the-git/master by Nathaniel Manista · 9 years ago
  15. 2122d3c Make compatible with oauth2client v2.0.0 by Adrian Carpenter · 9 years ago
  16. d83246e Merge pull request #160 from rryk/master by Nathaniel Manista · 9 years ago
  17. 703c92c Handle SSL errors with retries by Sergiy Byelozyorov · 9 years ago
  18. 46a8071 Merge pull request #157 from postmasters/fix-None-mimetype by Nathaniel Manista · 9 years ago
  19. dc13631 Default to octet-stream if mimetype detection fails. by Nam T. Nguyen · 9 years ago
  20. dbabf82 Merge pull request #149 from jrogers1126/patch-1 by Nathaniel Manista · 9 years ago
  21. 96b8f57 Update README.md by jrogers1126 · 9 years ago
  22. eca709b Merge pull request #147 from Rufflewind/binary-upload-python3 by Nathaniel Manista · 9 years ago
  23. 26178fc Fix non-resumable binary uploads on Python 3 by Phil Ruffwind · 9 years ago
  24. 7f85278 Merge pull request #141 from e00E/master by Nathaniel Manista · 9 years ago
  25. fafe858 Always assume httplib.request supports streams by e00E · 9 years ago
  26. 374a0d0 Merge pull request #134 from tmatsuo/one-for-two by Nathaniel Manista · 9 years ago
  27. 8889c4d Use twine to upload the package to pypi. by Takashi Matsuo · 9 years ago
  28. 05f1932 Changelog entry for 1.4.2 release by Takashi Matsuo · 9 years ago
  29. 0669410 Update docs for 1.4.2 release by Takashi Matsuo · 9 years ago
  30. c1f8bed Bump version number to 1.4.2 by Takashi Matsuo · 9 years ago
  31. 075a05a Merge pull request #131 from tmatsuo/discovery-cache by Nathaniel Manista · 9 years ago
  32. 3772f9d Fixed a NameError on exception, added a unit test. Fixes #130 by Takashi Matsuo · 9 years ago
  33. a1fef46 Merge pull request #129 from tmatsuo/discovery-cache by Nathaniel Manista · 9 years ago
  34. 2ec6efa Added 'googleapiclient/discovery_cache' to setup.py. by Takashi Matsuo · 9 years ago
  35. ed3d5a6 Merge pull request #127 from tmatsuo/master by Nathaniel Manista · 9 years ago
  36. 3012512 Implemented automatic caching for the discovery documents. by Takashi Matsuo · 9 years ago
  37. a98add2 Merge pull request #125 from alanbriolat/httpmock-bytes by Nathaniel Manista · 9 years ago
  38. 26b0100 Force HttpMock to read content from file as bytes by Alan Briolat · 9 years ago
  39. b105fbe Merge pull request #121 from ZIXANLABS/master by Nathaniel Manista · 9 years ago
  40. f69f830 Upgrade Django sample project to use render api method by Zeeshan Mughal · 9 years ago
  41. acb3247 Merge pull request #123 from shlomifgoogle/master by Nathaniel Manista · 9 years ago
  42. c59a330 Add Search Console API to samples readme. by Shlomi Fruchter · 9 years ago
  43. f5b0dc6 Add Search Console (f.k.a Webmaster Tools) command line samples. by Shlomi Fruchter · 9 years ago
  44. df43dbf Merge pull request #119 from zeapo/master by Nathaniel Manista · 9 years ago
  45. 1b5350d return if the batch is empty by Mohamed Zenadi · 9 years ago
  46. 1339a55 Merge pull request #118 from soltanmm/samples-readme by Nathaniel Manista · 9 years ago
  47. de277a5 Add informative samples README.md by Masood Malekghassemi · 9 years ago
  48. 537215c Merge pull request #117 from sondinhinfectious/master by Nathaniel Manista · 9 years ago
  49. 2a9a213 Discovery: Treat empty nextPageToken field the same as it not existing by Son Dinh · 9 years ago
  50. dee9cd5 Merge pull request #114 from jonparrott/patch-1 by Nathaniel Manista · 9 years ago
  51. a6e6fbd Making http parameter in discovery.build_from_document optional. by Jonathan Wayne Parrott · 9 years ago
  52. ffe845f Merge pull request #109 from seppide/master by Nathaniel Manista · 9 years ago
  53. 952a1c7 Fix blogger API sample. by seppide · 9 years ago
  54. eee38fa Merge pull request #107 from nathanielmanistaatgoogle/one-point-four-point-one by Nathaniel Manista · 9 years ago
  55. dda86ad apiclient release 1.4.1 by Nathaniel Manista · 9 years ago
  56. 4f877e5 Update docs for 1.4.1 release by Nathaniel Manista · 9 years ago
  57. c9b6cec Bump version number to 1.4.1 by Nathaniel Manista · 9 years ago
  58. b1a707c Merge pull request #106 from eljobe/master by Nathaniel Manista · 9 years ago
  59. 56052ec Adds a doc comment for new_batch_http_request by Pepper Lebeck-Jobe · 9 years ago
  60. b7f2760 Merge pull request #105 from eljobe/master by Nathaniel Manista · 9 years ago
  61. 860836f Add a new_batch_http_request() method to services by Pepper Lebeck-Jobe · 9 years ago
  62. 80da1ef Merge pull request #101 from eljobe/master by Nathaniel Manista · 9 years ago
  63. 30ecbd4 Add the test which would have failed before this change by Pepper Lebeck-Jobe · 9 years ago
  64. 9a8f94b Stop stripping newlines from batch requests by Pepper Lebeck-Jobe · 9 years ago
  65. 63f5f3e Merge pull request #88 from mmattioli/minor-updates by Nathaniel Manista · 9 years ago
  66. be85d34 update markdown files by Michael Mattioli · 9 years ago
  67. f6b4c79 Merge pull request #89 from craigcitro/update_readme by Nathaniel Manista · 10 years ago
  68. 6de33d5 Update README.md to mention python3 support. by Craig Citro · 10 years ago
  69. b246d51 Merge pull request #48 from cgurnik/default-mock-headers by Nathaniel Manista · 10 years ago
  70. 8e55b76 Don't include reason in default HttpMock headers by Craig Gurnik · 10 years ago
  71. c926756 Merge pull request #79 from pferate/coveralls by Nathaniel Manista · 10 years ago
  72. e14d791 Adding coveralls integration by Pat Ferate · 10 years ago
  73. 2c3bdfe Removing old tox settings left from oauth2client by Pat Ferate · 10 years ago
  74. 291925c Merge pull request #80 from methane/cleanup by Nathaniel Manista · 10 years ago
  75. 06d28d8 Remove unused lines by INADA Naoki · 10 years ago
  76. 31bc151 Merge pull request #73 from mmascolino/master by Nathaniel Manista · 10 years ago
  77. b184ed6 Merge pull request #77 from methane/bytes-content by Nathaniel Manista · 10 years ago
  78. 0915761 Fix unicode issues in HttpError and BatchHttpRequest by INADA Naoki · 10 years ago
  79. 71b5137 Merge pull request #78 from methane/travis-pip-cache by Nathaniel Manista · 10 years ago
  80. bc879f3 Enable travis caching for pip cache by INADA Naoki · 10 years ago
  81. 8fd14ef Removed unneeded/unused line of code by mmascolino · 10 years ago
  82. edf2d2e Merge pull request #70 from devlance/patch-1 by Nathaniel Manista · 10 years ago
  83. 364e103 Update README by Brett Johnson · 10 years ago
  84. b835178 Merge pull request #68 from nathanielmanistaatgoogle/one-point-four-point-zero by Craig Citro · 10 years ago
  85. 31c47b8 apiclient release 1.4.0 by Nathaniel Manista · 10 years ago
  86. 5cbe5ba Update docs for 1.4.0 release by Nathaniel Manista · 10 years ago
  87. 64b2504 Bump version number to 1.4.0 by Nathaniel Manista · 10 years ago
  88. 693f237 Merge pull request #67 from pferate/update_setup by Nathaniel Manista · 10 years ago
  89. e52ea21 Including changes for Python3 in setup.py by Pat Ferate · 10 years ago
  90. 59a5839 Merge pull request #63 from pferate/python3-configuration by Nathaniel Manista · 10 years ago
  91. 7d43236 Setting up test environment for 3.3 and 3.4. by Pat Ferate · 10 years ago
  92. cf939a3 Merge pull request #64 from pferate/python3-module_updates by Nathaniel Manista · 10 years ago
  93. 846befc Changing iteritems() to six.iteritems() by Pat Ferate · 10 years ago
  94. c605087 Skipping tests in Python3 by Pat Ferate · 10 years ago
  95. c46e905 Verifying that media_upload.size() is not None by Pat Ferate · 10 years ago
  96. 73f8813 Changing tabs to spaces for consistency. by Pat Ferate · 10 years ago
  97. ca397a7 Encode UTF text only if in Python 2 by Pat Ferate · 10 years ago
  98. 2b14022 Updating string buffers to byte buffers by Pat Ferate · 10 years ago
  99. c9abbbd Changed to use string explicitly by Pat Ferate · 10 years ago
  100. 9b0452c Only decode if needed by Pat Ferate · 10 years ago