1. 38051ac Add media_mime_type keyword argument by Brian J. Watson · 8 years ago
  2. 5f00cad Fix unprintable message with BatchError repr (#165) by ittus · 8 years ago
  3. db5a0ed Update version to 1.5.4 by Jon Wayne Parrott · 8 years ago
  4. 36d4e1b Add support for oauth2client 4.0.0 by Jon Wayne Parrott · 8 years ago
  5. be8b1cb Added missing imports. by Kostyantyn Leschenko · 8 years ago
  6. b7122b3 handle errors when received an array from api (#289) by Thang Minh Vu · 8 years ago
  7. c4dca35 Update version and changelog for v1.5.3 by Jon Wayne Parrott · 8 years ago
  8. 1f76759 Fix bad oauth2client util import (#273) by Jon Wayne Parrott · 8 years ago
  9. bf7066e Update version and changelog for v1.5.2 by Jon Wayne Parrott · 8 years ago
  10. e469a9f Add a warning when using mocking without cache (#261) by Christian Ternus · 8 years ago
  11. 6755f61 Add support for oauth2client >= 3.0.0, < 4.0.0. (#265) by Jon Wayne Parrott · 8 years ago
  12. cc6d398 Retry rate limits on chunk uploading by Zhihao Yuan · 8 years ago
  13. 23174be Refresh empty OAuth2 credentials in batch request by Gabriel Garcia · 8 years ago
  14. 70d0394 Update version to 1.5.1 by Jon Wayne Parrott · 8 years ago
  15. 713b1de Merge pull request #219 from tbonfort/patch-1 by Nathaniel Manista · 8 years ago
  16. 3146c92 googleapiclient.http: guard when importing ssl by Tay Ray Chuan · 8 years ago
  17. 88ab76b Retry requests on broken pipe and aborted connection (#218) by Thomas Bonfort · 8 years ago
  18. c6425a0 Add retry on rate limiting API responses and network timeouts by eesheesh · 8 years ago
  19. f99fa88 Merge pull request #201 from toabctl/support-oauth2client-v1-and-v2 by Nathaniel Manista · 8 years ago
  20. 0969915 move logging into __name__-specific loggers from the root logger by Emmett Butler · 8 years ago
  21. 12b7cd3 Fallback to use new discovery uri pattern when the old one fails. by Ethan Bao · 8 years ago
  22. bb32462 Allow using oauth2client versions < 2 by Thomas Bechtold · 8 years ago
  23. 386cc8b Bump version to 1.5.0 by Jon Wayne Parrott · 8 years ago
  24. 2122d3c Make compatible with oauth2client v2.0.0 by Adrian Carpenter · 8 years ago
  25. 703c92c Handle SSL errors with retries by Sergiy Byelozyorov · 9 years ago
  26. dc13631 Default to octet-stream if mimetype detection fails. by Nam T. Nguyen · 9 years ago
  27. 26178fc Fix non-resumable binary uploads on Python 3 by Phil Ruffwind · 9 years ago
  28. fafe858 Always assume httplib.request supports streams by e00E · 9 years ago
  29. c1f8bed Bump version number to 1.4.2 by Takashi Matsuo · 9 years ago
  30. 3772f9d Fixed a NameError on exception, added a unit test. Fixes #130 by Takashi Matsuo · 9 years ago
  31. 3012512 Implemented automatic caching for the discovery documents. by Takashi Matsuo · 9 years ago
  32. 26b0100 Force HttpMock to read content from file as bytes by Alan Briolat · 9 years ago
  33. 1b5350d return if the batch is empty by Mohamed Zenadi · 9 years ago
  34. 2a9a213 Discovery: Treat empty nextPageToken field the same as it not existing by Son Dinh · 9 years ago
  35. a6e6fbd Making http parameter in discovery.build_from_document optional. by Jonathan Wayne Parrott · 9 years ago
  36. c9b6cec Bump version number to 1.4.1 by Nathaniel Manista · 9 years ago
  37. 56052ec Adds a doc comment for new_batch_http_request by Pepper Lebeck-Jobe · 9 years ago
  38. 860836f Add a new_batch_http_request() method to services by Pepper Lebeck-Jobe · 9 years ago
  39. 9a8f94b Stop stripping newlines from batch requests by Pepper Lebeck-Jobe · 9 years ago
  40. b246d51 Merge pull request #48 from cgurnik/default-mock-headers by Nathaniel Manista · 9 years ago
  41. 8e55b76 Don't include reason in default HttpMock headers by Craig Gurnik · 10 years ago
  42. 06d28d8 Remove unused lines by INADA Naoki · 9 years ago
  43. 0915761 Fix unicode issues in HttpError and BatchHttpRequest by INADA Naoki · 9 years ago
  44. 64b2504 Bump version number to 1.4.0 by Nathaniel Manista · 9 years ago
  45. c46e905 Verifying that media_upload.size() is not None by Pat Ferate · 9 years ago
  46. 73f8813 Changing tabs to spaces for consistency. by Pat Ferate · 9 years ago
  47. c9abbbd Changed to use string explicitly by Pat Ferate · 9 years ago
  48. 9b0452c Only decode if needed by Pat Ferate · 9 years ago
  49. b240c17 Updating local imports (relative -> absolute) by Pat Ferate · 9 years ago
  50. d5b61bd Updating urllib related imports and usage. (Using six) by Pat Ferate · 9 years ago
  51. ed9affd Updating StringIO, BytesIO, and FileIO imports and usage. (Using six) by Pat Ferate · 9 years ago
  52. e4ea1a9 Make 2/3 compatible code with python-modernize by INADA Naoki · 9 years ago
  53. 15fbdc7 Merge pull request #25 from methane/prepare-py3 by Nathaniel Manista · 9 years ago
  54. 326cd51 apiclient release v1.3.2. by Craig Citro · 9 years ago
  55. 15744b1 Replace remaining python2.4 shebang lines. by Craig Citro · 9 years ago
  56. 7ee535d Support methodPath entries containing colon. by Craig Citro · 9 years ago
  57. 6b75171 Remove a newly-added exception. by Craig Citro · 9 years ago
  58. ac8df21 ensure content-length response header is set by jack · 9 years ago
  59. 77c63c9 fix infinite hang when object to download is smaller than DEFAULT_CHUNK_SIZE by jack · 9 years ago
  60. 470195a Modify UnicodeDecodeError by Parkayun · 10 years ago
  61. 0bceb33 futurize -1 by INADA Naoki · 10 years ago
  62. c1505df 2to3 -f except by INADA Naoki · 10 years ago
  63. 1a91f7f 2to3 -f long by INADA Naoki · 10 years ago
  64. bdd05a8 Update docs and version. by Craig Citro · 10 years ago
  65. 0e5b9bf Version 1.3 release. by Craig Citro · 10 years ago
  66. 63caac0 Add support for local discovery doc to sample_tools.py. by Craig Citro · 10 years ago
  67. 751b7fb Update copyright lines. by Craig Citro · 10 years ago
  68. 6ae34d7 Use json from the stdlib. by Craig Citro · 10 years ago
  69. a09dc91 Updated Copyright Years by Michael Mattioli · 10 years ago
  70. 72389b7 Replace uses of `as_string` from the email lib. by Craig Citro · 10 years ago
  71. aff4e1f Introduce Application Default Credentials concept by orestica · 10 years ago
  72. ae83efb Check credentials types before using them. by Craig Citro · 10 years ago
  73. e92c900 Add support for Google Default Credentials. by Orest Bolohan · 10 years ago
  74. 87553e4 add http method to logging (discovery.py) by Eric Gjertsen · 10 years ago
  75. 864311d Transition apiclient from googlecode to github. by John Asmuth · 10 years ago