1. cc6d398 Retry rate limits on chunk uploading by Zhihao Yuan · 9 years ago
  2. 35aadaa Merge pull request #237 from google/jonparrott-patch-1 by Nathaniel Manista · 9 years ago
  3. cb3c600 Create ISSUE_TEMPLATE.md by Jon Wayne Parrott · 9 years ago
  4. 68bce4e Merge pull request #232 from Garciat/fix/bug-211 by Nathaniel Manista · 9 years ago
  5. 23174be Refresh empty OAuth2 credentials in batch request by Gabriel Garcia · 9 years ago
  6. 08357b2 Merge pull request #230 from google/release-v1.5.1 by Jon Wayne Parrott · 9 years ago
  7. 2aedb52 Update changelog by Jon Wayne Parrott · 9 years ago
  8. 0a471d3 Update docs by Jon Wayne Parrott · 9 years ago
  9. 70d0394 Update version to 1.5.1 by Jon Wayne Parrott · 9 years ago
  10. 713b1de Merge pull request #219 from tbonfort/patch-1 by Nathaniel Manista · 9 years ago
  11. 6d9ba51 Merge pull request #220 from rctay/rc/191-ssl-gae by Nathaniel Manista · 9 years ago
  12. 3146c92 googleapiclient.http: guard when importing ssl by Tay Ray Chuan · 9 years ago
  13. 88ab76b Retry requests on broken pipe and aborted connection (#218) by Thomas Bonfort · 9 years ago
  14. 133b9ff Merge pull request #212 from haymigoogle/master by Nathaniel Manista · 9 years ago
  15. 0eaa280 Added new example to the Search Console sample by Haymi Shalom · 9 years ago
  16. c6425a0 Add retry on rate limiting API responses and network timeouts by eesheesh · 9 years ago
  17. f99fa88 Merge pull request #201 from toabctl/support-oauth2client-v1-and-v2 by Nathaniel Manista · 9 years ago
  18. a9bfae8 Merge pull request #206 from emmett9001/separate_loggers2 by Jon Wayne Parrott · 9 years ago
  19. 0969915 move logging into __name__-specific loggers from the root logger by Emmett Butler · 9 years ago
  20. 6d7f655 Merge pull request #202 from ethanbao/remote_master by Nathaniel Manista · 9 years ago
  21. 12b7cd3 Fallback to use new discovery uri pattern when the old one fails. by Ethan Bao · 9 years ago
  22. bb32462 Allow using oauth2client versions < 2 by Thomas Bechtold · 9 years ago
  23. a42243c Merge pull request #197 from anabelensc/make_compatible_oauth2client_v2.0.0 by Jon Wayne Parrott · 9 years ago
  24. 16016f7 Make compatible with oauth2client v2.0.0 xsrfutil.py by anabelensc · 9 years ago
  25. e8ed9ea Merge pull request #192 from danielquinn/patch-1 by Jon Wayne Parrott · 9 years ago
  26. 28387f9 Re-adjusted the spacing in the comments. by Daniel Quinn · 9 years ago
  27. a4ddf95 pep8 + print statement alignment by Daniel Quinn · 9 years ago
  28. e2fd7cb Merge pull request #189 from google/release-v1.5.0 by Jon Wayne Parrott · 9 years ago
  29. da3e689 Updating CHANGELOG by Jon Wayne Parrott · 9 years ago
  30. 36e41bc Updated docs by Jon Wayne Parrott · 9 years ago
  31. 386cc8b Bump version to 1.5.0 by Jon Wayne Parrott · 9 years ago
  32. fd2f99c Fix issue where docs would fail to build if an API is whitelisted. by Jon Wayne Parrott · 9 years ago
  33. 54b203a Specify allowed version range for dependencies by Dmitry Sadovnychyi · 9 years ago
  34. 17a40f9 Merge pull request #182 from adrian-the-git/master by Nathaniel Manista · 9 years ago
  35. 2122d3c Make compatible with oauth2client v2.0.0 by Adrian Carpenter · 9 years ago
  36. d83246e Merge pull request #160 from rryk/master by Nathaniel Manista · 10 years ago
  37. 703c92c Handle SSL errors with retries by Sergiy Byelozyorov · 10 years ago
  38. 46a8071 Merge pull request #157 from postmasters/fix-None-mimetype by Nathaniel Manista · 10 years ago
  39. dc13631 Default to octet-stream if mimetype detection fails. by Nam T. Nguyen · 10 years ago
  40. dbabf82 Merge pull request #149 from jrogers1126/patch-1 by Nathaniel Manista · 10 years ago
  41. 96b8f57 Update README.md by jrogers1126 · 10 years ago
  42. eca709b Merge pull request #147 from Rufflewind/binary-upload-python3 by Nathaniel Manista · 10 years ago
  43. 26178fc Fix non-resumable binary uploads on Python 3 by Phil Ruffwind · 10 years ago
  44. 7f85278 Merge pull request #141 from e00E/master by Nathaniel Manista · 10 years ago
  45. fafe858 Always assume httplib.request supports streams by e00E · 10 years ago
  46. 374a0d0 Merge pull request #134 from tmatsuo/one-for-two by Nathaniel Manista · 10 years ago
  47. 8889c4d Use twine to upload the package to pypi. by Takashi Matsuo · 10 years ago
  48. 05f1932 Changelog entry for 1.4.2 release by Takashi Matsuo · 10 years ago
  49. 0669410 Update docs for 1.4.2 release by Takashi Matsuo · 10 years ago
  50. c1f8bed Bump version number to 1.4.2 by Takashi Matsuo · 10 years ago
  51. 075a05a Merge pull request #131 from tmatsuo/discovery-cache by Nathaniel Manista · 10 years ago
  52. 3772f9d Fixed a NameError on exception, added a unit test. Fixes #130 by Takashi Matsuo · 10 years ago
  53. a1fef46 Merge pull request #129 from tmatsuo/discovery-cache by Nathaniel Manista · 10 years ago
  54. 2ec6efa Added 'googleapiclient/discovery_cache' to setup.py. by Takashi Matsuo · 10 years ago
  55. ed3d5a6 Merge pull request #127 from tmatsuo/master by Nathaniel Manista · 10 years ago
  56. 3012512 Implemented automatic caching for the discovery documents. by Takashi Matsuo · 10 years ago
  57. a98add2 Merge pull request #125 from alanbriolat/httpmock-bytes by Nathaniel Manista · 10 years ago
  58. 26b0100 Force HttpMock to read content from file as bytes by Alan Briolat · 10 years ago
  59. b105fbe Merge pull request #121 from ZIXANLABS/master by Nathaniel Manista · 10 years ago
  60. f69f830 Upgrade Django sample project to use render api method by Zeeshan Mughal · 10 years ago
  61. acb3247 Merge pull request #123 from shlomifgoogle/master by Nathaniel Manista · 10 years ago
  62. c59a330 Add Search Console API to samples readme. by Shlomi Fruchter · 10 years ago
  63. f5b0dc6 Add Search Console (f.k.a Webmaster Tools) command line samples. by Shlomi Fruchter · 10 years ago
  64. df43dbf Merge pull request #119 from zeapo/master by Nathaniel Manista · 10 years ago
  65. 1b5350d return if the batch is empty by Mohamed Zenadi · 10 years ago
  66. 1339a55 Merge pull request #118 from soltanmm/samples-readme by Nathaniel Manista · 10 years ago
  67. de277a5 Add informative samples README.md by Masood Malekghassemi · 10 years ago
  68. 537215c Merge pull request #117 from sondinhinfectious/master by Nathaniel Manista · 10 years ago
  69. 2a9a213 Discovery: Treat empty nextPageToken field the same as it not existing by Son Dinh · 10 years ago
  70. dee9cd5 Merge pull request #114 from jonparrott/patch-1 by Nathaniel Manista · 10 years ago
  71. a6e6fbd Making http parameter in discovery.build_from_document optional. by Jonathan Wayne Parrott · 10 years ago
  72. ffe845f Merge pull request #109 from seppide/master by Nathaniel Manista · 10 years ago
  73. 952a1c7 Fix blogger API sample. by seppide · 10 years ago
  74. eee38fa Merge pull request #107 from nathanielmanistaatgoogle/one-point-four-point-one by Nathaniel Manista · 10 years ago
  75. dda86ad apiclient release 1.4.1 by Nathaniel Manista · 10 years ago
  76. 4f877e5 Update docs for 1.4.1 release by Nathaniel Manista · 10 years ago
  77. c9b6cec Bump version number to 1.4.1 by Nathaniel Manista · 10 years ago
  78. b1a707c Merge pull request #106 from eljobe/master by Nathaniel Manista · 10 years ago
  79. 56052ec Adds a doc comment for new_batch_http_request by Pepper Lebeck-Jobe · 10 years ago
  80. b7f2760 Merge pull request #105 from eljobe/master by Nathaniel Manista · 10 years ago
  81. 860836f Add a new_batch_http_request() method to services by Pepper Lebeck-Jobe · 10 years ago
  82. 80da1ef Merge pull request #101 from eljobe/master by Nathaniel Manista · 10 years ago
  83. 30ecbd4 Add the test which would have failed before this change by Pepper Lebeck-Jobe · 10 years ago
  84. 9a8f94b Stop stripping newlines from batch requests by Pepper Lebeck-Jobe · 10 years ago
  85. 63f5f3e Merge pull request #88 from mmattioli/minor-updates by Nathaniel Manista · 10 years ago
  86. be85d34 update markdown files by Michael Mattioli · 10 years ago
  87. f6b4c79 Merge pull request #89 from craigcitro/update_readme by Nathaniel Manista · 10 years ago
  88. 6de33d5 Update README.md to mention python3 support. by Craig Citro · 10 years ago
  89. b246d51 Merge pull request #48 from cgurnik/default-mock-headers by Nathaniel Manista · 10 years ago
  90. 8e55b76 Don't include reason in default HttpMock headers by Craig Gurnik · 11 years ago
  91. c926756 Merge pull request #79 from pferate/coveralls by Nathaniel Manista · 10 years ago
  92. e14d791 Adding coveralls integration by Pat Ferate · 10 years ago
  93. 2c3bdfe Removing old tox settings left from oauth2client by Pat Ferate · 10 years ago
  94. 291925c Merge pull request #80 from methane/cleanup by Nathaniel Manista · 10 years ago
  95. 06d28d8 Remove unused lines by INADA Naoki · 10 years ago
  96. 31bc151 Merge pull request #73 from mmascolino/master by Nathaniel Manista · 10 years ago
  97. b184ed6 Merge pull request #77 from methane/bytes-content by Nathaniel Manista · 10 years ago
  98. 0915761 Fix unicode issues in HttpError and BatchHttpRequest by INADA Naoki · 10 years ago
  99. 71b5137 Merge pull request #78 from methane/travis-pip-cache by Nathaniel Manista · 10 years ago
  100. bc879f3 Enable travis caching for pip cache by INADA Naoki · 10 years ago