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. 36d4e1b Add support for oauth2client 4.0.0 by Jon Wayne Parrott · 8 years ago
  4. cc6d398 Retry rate limits on chunk uploading by Zhihao Yuan · 8 years ago
  5. 23174be Refresh empty OAuth2 credentials in batch request by Gabriel Garcia · 8 years ago
  6. 88ab76b Retry requests on broken pipe and aborted connection (#218) by Thomas Bonfort · 8 years ago
  7. c6425a0 Add retry on rate limiting API responses and network timeouts by eesheesh · 8 years ago
  8. 0969915 move logging into __name__-specific loggers from the root logger by Emmett Butler · 8 years ago
  9. 12b7cd3 Fallback to use new discovery uri pattern when the old one fails. by Ethan Bao · 8 years ago
  10. 703c92c Handle SSL errors with retries by Sergiy Byelozyorov · 9 years ago
  11. dc13631 Default to octet-stream if mimetype detection fails. by Nam T. Nguyen · 9 years ago
  12. 26178fc Fix non-resumable binary uploads on Python 3 by Phil Ruffwind · 9 years ago
  13. fafe858 Always assume httplib.request supports streams by e00E · 9 years ago
  14. 3772f9d Fixed a NameError on exception, added a unit test. Fixes #130 by Takashi Matsuo · 9 years ago
  15. 3012512 Implemented automatic caching for the discovery documents. by Takashi Matsuo · 9 years ago
  16. 26b0100 Force HttpMock to read content from file as bytes by Alan Briolat · 9 years ago
  17. 1b5350d return if the batch is empty by Mohamed Zenadi · 9 years ago
  18. 2a9a213 Discovery: Treat empty nextPageToken field the same as it not existing by Son Dinh · 9 years ago
  19. a6e6fbd Making http parameter in discovery.build_from_document optional. by Jonathan Wayne Parrott · 9 years ago
  20. 860836f Add a new_batch_http_request() method to services by Pepper Lebeck-Jobe · 9 years ago
  21. 30ecbd4 Add the test which would have failed before this change by Pepper Lebeck-Jobe · 9 years ago
  22. b246d51 Merge pull request #48 from cgurnik/default-mock-headers by Nathaniel Manista · 9 years ago
  23. 8e55b76 Don't include reason in default HttpMock headers by Craig Gurnik · 10 years ago
  24. 0915761 Fix unicode issues in HttpError and BatchHttpRequest by INADA Naoki · 9 years ago
  25. c605087 Skipping tests in Python3 by Pat Ferate · 9 years ago
  26. ca397a7 Encode UTF text only if in Python 2 by Pat Ferate · 9 years ago
  27. 2b14022 Updating string buffers to byte buffers by Pat Ferate · 9 years ago
  28. d5b61bd Updating urllib related imports and usage. (Using six) by Pat Ferate · 9 years ago
  29. ed9affd Updating StringIO, BytesIO, and FileIO imports and usage. (Using six) by Pat Ferate · 9 years ago
  30. 497a90f Using unittest2 in place of unittest by Pat Ferate · 9 years ago
  31. d898a37 modernize tests by INADA Naoki · 9 years ago
  32. 15fbdc7 Merge pull request #25 from methane/prepare-py3 by Nathaniel Manista · 9 years ago
  33. 15744b1 Replace remaining python2.4 shebang lines. by Craig Citro · 9 years ago
  34. 7ee535d Support methodPath entries containing colon. by Craig Citro · 9 years ago
  35. 5bd38f3 Modify convention by Parkayun · 10 years ago
  36. 1c1da59 Test case for build_query by Parkayun · 10 years ago
  37. 0bceb33 futurize -1 by INADA Naoki · 10 years ago
  38. c1505df 2to3 -f except by INADA Naoki · 10 years ago
  39. 751b7fb Update copyright lines. by Craig Citro · 10 years ago
  40. 6ae34d7 Use json from the stdlib. by Craig Citro · 10 years ago
  41. 4282aa3 Update batch tests for newer python versions. by Craig Citro · 10 years ago
  42. 5185224 Remove duplicated oauth2client tests. by Craig Citro · 10 years ago
  43. e92c900 Add support for Google Default Credentials. by Orest Bolohan · 10 years ago
  44. 864311d Transition apiclient from googlecode to github. by John Asmuth · 10 years ago
  45. 956c120 Reviewed in https://codereview.appspot.com/60300043/ by Joe Gregorio · 10 years ago
  46. 89d832a Correctly identify PEM files generated from PKCS12 files in oauth2client. by Joe Gregorio · 11 years ago
  47. c211bec Return None if the decorator threadlocal store doesn't have flow or credentials. by Joe Gregorio · 11 years ago
  48. e912d18 Call set_store on creds retrieved from cache. by Joe Gregorio · 11 years ago
  49. 5a4c328 Clean up unused params in tests. by Joe Gregorio · 11 years ago
  50. 1a5e30e A new push implementation. This updates us to the latest revision of the push by Joe Gregorio · 11 years ago
  51. 238feb7 Use the following redirects feature of httplib2 where it returns the ultimate by Joe Gregorio · 11 years ago
  52. 9086bd3 Add option to automatically retry requests. by Joe Gregorio · 11 years ago
  53. 97ef1cc Restore follow_redirects after mediadownload is done. by Joe Gregorio · 11 years ago
  54. b8b6fea Make decorators thread-safe. by Joe Gregorio · 11 years ago
  55. 48d10b0 Ability to list registered keys in multistore_file. by Joe Gregorio · 11 years ago
  56. c02f563 User-agent must contain (gzip). by Joe Gregorio · 11 years ago
  57. a314b1f Change user-agent to follow library version. by Joe Gregorio · 11 years ago
  58. b7c5a40 Fixing oauth2client appengine test to account for new devappserver. by Daniel Hermes · 11 years ago
  59. 79daca0 Start removing dependence on gflags. by Joe Gregorio · 11 years ago
  60. 482ab76 Changing prn (for service account assertions) to sub, per specification change. by Daniel Hermes · 11 years ago
  61. f7b648f Fixing lint errors. Fixes Issue 244. by Daniel Hermes · 11 years ago
  62. 1024403 Remove circular dependency. Reviwed in https://codereview.appspot.com/7506043/. by Joe Gregorio · 11 years ago
  63. e366ef0 An inelegant fix for tox, so it will run all tests with expected library versions. by Joe Gregorio · 11 years ago
  64. baf0480 Make ResumableUploadError derive from HttpError. by Joe Gregorio · 11 years ago
  65. 954e124 Moving parameter data and data parsing into single object. by Daniel Hermes · 11 years ago
  66. c211324 Moving logic out of closure in createMethod and into helper methods. by Daniel Hermes · 11 years ago
  67. cda8752 Expose the full token response in OAuth2Client and OAuth2Decorator. by Joe Gregorio · 11 years ago
  68. e7bbbb9 Handle reasons that are None. by Joe Gregorio · 11 years ago
  69. 003b6e4 Fix tests that rely on the ordering of values in a dictionary. by Joe Gregorio · 11 years ago
  70. cff6b4d Restore HAS_OPENSSL. by Joe Gregorio · 11 years ago
  71. 2cc0938 Remove 'assertion_type' from _generate_refresh_request_body. Fixes Issue 238. by dhermes@google.com · 11 years ago
  72. cdc350f Update grant_type for AssertionCredentials. by Joe Gregorio · 11 years ago
  73. a9eb0bb Adding a .revoke() to Credentials. Closes issue 98. by dhermes@google.com · 11 years ago
  74. e2233cd Modify oauth2client.multistore_file to store and retrieve credentials using an arbitrary key. by Joe Gregorio · 12 years ago
  75. 164f37e Add push notification subscriptions. by Ali Afshar · 12 years ago
  76. 0bd8c41 Don't accept 403 challenges by default for auth challenges. by Joe Gregorio · 12 years ago
  77. 0b723c2 Add PEM support. by Joe Gregorio · 12 years ago
  78. 4772f3d Allow deserialized discovery docs to be passed to build_from_document(). by Joe Gregorio · 12 years ago
  79. 504a17f Set httplib2.RETRIES to 1. Reviewed in https://codereview.appspot.com/6906051/. by Joe Gregorio · 12 years ago
  80. 83f2ee6 Fix unicode strings leaking into httplib2. by Joe Gregorio · 12 years ago
  81. 4715482 Supporting NDB in oauth2client/appengine, and beginning *slow* transition to this datastore API. by dhermes@google.com · 12 years ago
  82. dc106fc Moving Resource class to module level to make it serializable. by Joe Gregorio · 12 years ago
  83. 5cf5d12 Consolidate handling of scopes. by Joe Gregorio · 12 years ago
  84. f1ba7f1 Make URI comparisons safe up to query parameter reordering. by Joe Gregorio · 12 years ago
  85. 32f7319 Allow setting the response_type in OAuth2WebServerFlow. by Joe Gregorio · 12 years ago
  86. 81fde8e Ensure that dataWrapper feature is checked before using the 'data' value of a by Ali Afshar · 12 years ago
  87. 02b5f3f Replace test runners with nose, and add tox support. by Ali Afshar · 12 years ago
  88. 32f048f Force raising an exception on utils.positional for one test. by Joe Gregorio · 12 years ago
  89. 77254c1 Escape untrusted content before displaying it. by Joe Gregorio · 12 years ago
  90. 0fd1853 Do not allow credentials files to be symlinks. by Joe Gregorio · 12 years ago
  91. 6ceea2d Add XSRF protection to oauth2decorator callback. by Joe Gregorio · 12 years ago
  92. 5c120db Handle uploading chunked media by stream. by Joe Gregorio · 12 years ago
  93. d688b6c Do not depend on dictionary order in unit tests. by Joe Gregorio · 12 years ago
  94. bb8677e Clean up comment by Joe Gregorio · 12 years ago
  95. c80ac9d Handle passing streams directly to httplib2. by Joe Gregorio · 12 years ago
  96. fd08e43 Add support for Google Compute Engine service accounts. by Joe Gregorio · 12 years ago
  97. 68a8cfe Flows no longer need to be saved between uses. by Joe Gregorio · 12 years ago
  98. ba5c790 Change GET to POST if URI is too long. Fixes issue #96. by Joe Gregorio · 12 years ago
  99. c128bbd Add in missing unit tests for keyring.py. Reviewed in http://codereview.appspot.com/6447081/. by Joe Gregorio · 12 years ago
  100. 20b54fb More robust picking up JSON error responses. by Joe Gregorio · 12 years ago