1. 4c46b7b Add a Tasks sample that demonstrates Service accounts. by Joe Gregorio · 13 years ago
  2. 08cdcb8 Increase coverage % for oauth2client.appengine. by Joe Gregorio · 13 years ago
  3. d6b1106 new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/ by api.nickm@gmail.com · 13 years ago
  4. 3b0f885 Merged. by Ali Afshar · 13 years ago
  5. 1cb6b67 Fixed incorrectly referenced attribute. Fixes #115 by Ali Afshar · 13 years ago
  6. e84c944 Fix bug in StorageByKeyName. by Joe Gregorio · 13 years ago
  7. e78621a Logging moved from error to info since an exception is raised. by Joe Gregorio · 13 years ago
  8. 4911b03 find client_secrets.json from correct directory by marccohen@google.com · 13 years ago
  9. 968a958 Update Google Prediction samples. by Joe Gregorio · 13 years ago
  10. 3026920 fix oauth2client version by Joe Gregorio · 13 years ago
  11. ece1da3 Fix up Makefile to work with sh and not bash. by Joe Gregorio · 13 years ago
  12. d02bf5e Updated docs by Joe Gregorio · 13 years ago
  13. 497c39f Added tag 1.0beta8 for changeset cea749cfbb0c by Joe Gregorio · 13 years ago
  14. 20c26e5 Fix use of 2.7 only assertion. by Joe Gregorio · 13 years ago
  15. de86044 New media upload scheme that uses only /upload and the new uploadType parameter. by Joe Gregorio · 13 years ago
  16. 853bcf3 TBR http://codereview.appspot.com/5712052/. Fixes issue #111. by Joe Gregorio · 13 years ago
  17. 0e1b47f Merge changes by Craig Citro · 13 years ago
  18. 1e74282 Support repeated enum arguments for clients built by discovery. by Craig Citro · 13 years ago
  19. 1777497 Allow kwargs in the decorator. Reviewed in http://codereview.appspot.com/5712049/. Fixes issue #110. by Joe Gregorio · 13 years ago
  20. d84d6b8 Use the high level app_identity call for the AppIdentityCredentials by Joe Gregorio · 13 years ago
  21. 01770a5 Add some inline docs. Reviewed in http://codereview.appspot.com/5699066/ by Joe Gregorio · 13 years ago
  22. 884e2b2 Fix gtaskqueue to not pass in body={}. Also fix bug with 0 length POSTs. Reviewed in http://codereview.appspot.com/5694067/. by Joe Gregorio · 13 years ago
  23. fa8cd9f Make Credentials deserialization resilient to moves in oauth2client location. by Joe Gregorio · 13 years ago
  24. c2928a4 Require httplib2 0.7.2 or better. Reviewed in http://codereview.appspot.com/5694054/ by Joe Gregorio · 13 years ago
  25. 945cca1 Add in new docs by Joe Gregorio · 13 years ago
  26. 3d55ac5 Update generated docs. by Joe Gregorio · 13 years ago
  27. b4169b5 Add _embed page for embedding, clean up style to match. Reviewed in http://codereview.appspot.com/5668045/ by Joe Gregorio · 13 years ago
  28. acf517f add user_agent back to OAuth2Decorator argument by Johan Euphrosine · 13 years ago
  29. 654f4a2 Fix bugs with auth, batch and retries. by Joe Gregorio · 13 years ago
  30. f2326c0 oob -> urn:ietf:wg:oauth:2.0:00b. by Joe Gregorio · 13 years ago
  31. 8e000ed Allow an http object to be passed into tools.run() so that proxy by Joe Gregorio · 13 years ago
  32. 579c8c9 AdSense Management API v1.1 code samples. Reviewed in http://codereview.appspot.com/5488082/. by Joe Gregorio · 13 years ago
  33. 6f11ea1 Added MediaInMemoryUpload for uploads that are a byte stream, with tests. by Ali Afshar · 14 years ago
  34. fdb43c0 Add .delete() method to Django Storage. Reviewed in http://codereview.appspot.com/5636054/ by Joe Gregorio · 14 years ago
  35. ec75dc1 Add .delete() to all Storages. by Joe Gregorio · 14 years ago
  36. 9f2f38f Add caching back into verify_id_token with a memory only cache. by Joe Gregorio · 14 years ago
  37. e6ee3e5 Remove duplication of base classes for OAuth now that we depend on oauth2client. by Joe Gregorio · 14 years ago
  38. dceef69 Fixes issue #75. Don't write a local cache. by Joe Gregorio · 14 years ago
  39. 945be3e Fix resumable upload protocol. Reviewed in http://codereview.appspot.com/5572075/ by Joe Gregorio · 14 years ago
  40. dd81382 Fix str/unicode issue in batch media requests. by Joe Gregorio · 14 years ago
  41. 9b8bec6 Set file permissions on credentials files. by Joe Gregorio · 14 years ago
  42. 2fdd295 Use webbrowser.open to launch browser from oauth2client.tools. by Joe Gregorio · 14 years ago
  43. 549230c Fixes issue #85. Also moves all json imports to go through oauth2client.anyjson. Reviewed in http://codereview.appspot.com/5531064/. by Joe Gregorio · 14 years ago
  44. 788ecb9 Merge with changes in main line by Tony Aiuto · 14 years ago
  45. 2b84314 Change default resumable chunk size to 150K. by Joe Gregorio · 14 years ago
  46. 1adde1a OAuth2Decorator should take and pass kwargs to underlying Flow. by Joe Gregorio · 14 years ago
  47. d685c90 Add a 'clear' command to the Google taskqueue sample. by Tony Aiuto · 14 years ago
  48. 5d1171b Fix Batch issues. Fixes issue #41. by Joe Gregorio · 14 years ago
  49. 17afeb1 Fix Makefile for oauth2client release by Joe Gregorio · 14 years ago
  50. df838e3 client_secrets.json by Joe Gregorio · 14 years ago
  51. 2401bd6 1.0beta7 by Joe Gregorio · 14 years ago
  52. 52d8b18 Added tag 1.0beta7 for changeset d3013f9576c7 by Joe Gregorio · 14 years ago
  53. 205a061 Added CHANGELOG by Joe Gregorio · 14 years ago
  54. ba10e56 Add AdSense Management API sample code to repository. by Joe Gregorio · 14 years ago
  55. 985e540 imported patch api_docs_404 by Joe Gregorio · 14 years ago
  56. b417caf Updated generated docs by Joe Gregorio · 14 years ago
  57. 2b78128 Add documentation for request and response bodies from schema information. by Joe Gregorio · 14 years ago
  58. a07cb9c Patch from issue 73. Fixes issue 72. Unicode error when using OAuth2Decorator with Python 2.7 by Joe Gregorio · 14 years ago
  59. e08a166 Some methods don't specify a schema for their response, which means that by Joe Gregorio · 14 years ago
  60. bd512b5 Fix the final boundary in resumable multipart media uploads. by Joe Gregorio · 14 years ago
  61. 8b4c173 [mq]: id_token2 by Joe Gregorio · 14 years ago
  62. 66f5752 Add support for batch requests. by Joe Gregorio · 14 years ago
  63. 53806d0 Index: samples/groupssettings/client_secrets.json by Joe Gregorio · 14 years ago
  64. d0bd388 Add support for resumable upload. by Joe Gregorio · 14 years ago
  65. dae2f55 Fix naming per review http://codereview.appspot.com/5375044/ by Joe Gregorio · 14 years ago
  66. 8b4df3f imported patch 22 by Joe Gregorio · 14 years ago
  67. 6804c7a Handle regexs that are applied to repeating parameters. Reviewed in http://codereview.appspot.com/5413050/ by Joe Gregorio · 14 years ago
  68. a0a7ab4 imported patch diacritize by Joe Gregorio · 14 years ago
  69. 9fa077c Fixes issue 48. Don't create db entries on StorageByKeyName.get(). by Joe Gregorio · 14 years ago
  70. ae7b31d Merge from codesite by Luke Blanshard · 14 years ago
  71. c4fc095 Removing Buzz from comments in code by Joe Gregorio · 14 years ago
  72. 58037ab Removing soft links by Joe Gregorio · 14 years ago
  73. 1f6f894 Remove old files. by Joe Gregorio · 14 years ago
  74. a2005f2 Scrub dailymotion sample by Joe Gregorio · 14 years ago
  75. b415352 Add missing plus file by Joe Gregorio · 14 years ago
  76. b3dd34b More buzz cleanups by Joe Gregorio · 14 years ago
  77. 7e0eb7a removed old Buzz test data. by Joe Gregorio · 14 years ago
  78. 7b70f43 Clean up samples and remove Buzz references. by Joe Gregorio · 14 years ago
  79. 323b300 TBR in http://codereview.appspot.com/5361046/ by Joe Gregorio · 14 years ago
  80. 69a0aca Add default for OAuth 2.0 parameter access_type of offline. by Joe Gregorio · 14 years ago
  81. 1a4a2d3 Final beta6 changes by Joe Gregorio · 14 years ago
  82. 86113ba rm .hgignore by leadpipe@wpgntav-ubiq70.hot.corp.google.com · 14 years ago
  83. bba4898 Updated versions by leadpipe@wpgntav-ubiq70.hot.corp.google.com · 14 years ago
  84. dbcaba4 Add new samples by leadpipe@wpgntav-ubiq70.hot.corp.google.com · 14 years ago
  85. 077363d Adding Blogger sample command line application. by Joe Gregorio · 14 years ago
  86. 2750816 Added tag 1.0beta6 for changeset 261b6f616237 by Joe Gregorio · 14 years ago
  87. 761c456 New generated docs. by Joe Gregorio · 14 years ago
  88. 8e9f0e9 beta6 release by Joe Gregorio · 14 years ago
  89. 57e6e02 remove future.json references by Joe Gregorio · 14 years ago
  90. ec55584 Remove legacy support for pickled Credentials. by Joe Gregorio · 14 years ago
  91. 0f4d232 Fixes issue #66. by Joe Gregorio · 14 years ago
  92. d667c9d Move to using setuptools exclusively. by Joe Gregorio · 14 years ago
  93. f2f8a5a Let OAuth2Decorator take a list of scopes. by Joe Gregorio · 14 years ago
  94. f42dfdc Make django_orm models use TEXT instead of VARCHAR. by Joe Gregorio · 14 years ago
  95. 0984ef2 exceptions in flow_from_clientsecrets should sys.exit() if message is supplied. by Joe Gregorio · 14 years ago
  96. 7accf7a typo by Joe Gregorio · 14 years ago
  97. 11690e0 Update Python Sample for Prediction v1.4 by Joe Gregorio · 14 years ago
  98. e9b40f1 Directly import the target module in by Joe Gregorio · 14 years ago
  99. 39defdc Fix imports for oauth2client_clientsecrets by Joe Gregorio · 14 years ago
  100. ce2d204 Change import form. TBR by Joe Gregorio · 14 years ago