1. 579c8c9 AdSense Management API v1.1 code samples. Reviewed in http://codereview.appspot.com/5488082/. by Joe Gregorio · 13 years ago
  2. 6f11ea1 Added MediaInMemoryUpload for uploads that are a byte stream, with tests. by Ali Afshar · 13 years ago
  3. fdb43c0 Add .delete() method to Django Storage. Reviewed in http://codereview.appspot.com/5636054/ by Joe Gregorio · 13 years ago
  4. ec75dc1 Add .delete() to all Storages. by Joe Gregorio · 13 years ago
  5. 9f2f38f Add caching back into verify_id_token with a memory only cache. by Joe Gregorio · 13 years ago
  6. e6ee3e5 Remove duplication of base classes for OAuth now that we depend on oauth2client. by Joe Gregorio · 13 years ago
  7. dceef69 Fixes issue #75. Don't write a local cache. by Joe Gregorio · 13 years ago
  8. 945be3e Fix resumable upload protocol. Reviewed in http://codereview.appspot.com/5572075/ by Joe Gregorio · 13 years ago
  9. dd81382 Fix str/unicode issue in batch media requests. by Joe Gregorio · 13 years ago
  10. 9b8bec6 Set file permissions on credentials files. by Joe Gregorio · 13 years ago
  11. 2fdd295 Use webbrowser.open to launch browser from oauth2client.tools. by Joe Gregorio · 13 years ago
  12. 549230c Fixes issue #85. Also moves all json imports to go through oauth2client.anyjson. Reviewed in http://codereview.appspot.com/5531064/. by Joe Gregorio · 13 years ago
  13. 788ecb9 Merge with changes in main line by Tony Aiuto · 13 years ago
  14. 2b84314 Change default resumable chunk size to 150K. by Joe Gregorio · 13 years ago
  15. 1adde1a OAuth2Decorator should take and pass kwargs to underlying Flow. by Joe Gregorio · 13 years ago
  16. d685c90 Add a 'clear' command to the Google taskqueue sample. by Tony Aiuto · 13 years ago
  17. 5d1171b Fix Batch issues. Fixes issue #41. by Joe Gregorio · 13 years ago
  18. 17afeb1 Fix Makefile for oauth2client release by Joe Gregorio · 13 years ago
  19. df838e3 client_secrets.json by Joe Gregorio · 13 years ago
  20. 2401bd6 1.0beta7 by Joe Gregorio · 13 years ago
  21. 52d8b18 Added tag 1.0beta7 for changeset d3013f9576c7 by Joe Gregorio · 13 years ago
  22. 205a061 Added CHANGELOG by Joe Gregorio · 13 years ago
  23. ba10e56 Add AdSense Management API sample code to repository. by Joe Gregorio · 13 years ago
  24. 985e540 imported patch api_docs_404 by Joe Gregorio · 13 years ago
  25. b417caf Updated generated docs by Joe Gregorio · 13 years ago
  26. 2b78128 Add documentation for request and response bodies from schema information. by Joe Gregorio · 13 years ago
  27. a07cb9c Patch from issue 73. Fixes issue 72. Unicode error when using OAuth2Decorator with Python 2.7 by Joe Gregorio · 13 years ago
  28. e08a166 Some methods don't specify a schema for their response, which means that by Joe Gregorio · 13 years ago
  29. bd512b5 Fix the final boundary in resumable multipart media uploads. by Joe Gregorio · 13 years ago
  30. 8b4c173 [mq]: id_token2 by Joe Gregorio · 13 years ago
  31. 66f5752 Add support for batch requests. by Joe Gregorio · 13 years ago
  32. 53806d0 Index: samples/groupssettings/client_secrets.json by Joe Gregorio · 13 years ago
  33. d0bd388 Add support for resumable upload. by Joe Gregorio · 13 years ago
  34. dae2f55 Fix naming per review http://codereview.appspot.com/5375044/ by Joe Gregorio · 13 years ago
  35. 8b4df3f imported patch 22 by Joe Gregorio · 13 years ago
  36. 6804c7a Handle regexs that are applied to repeating parameters. Reviewed in http://codereview.appspot.com/5413050/ by Joe Gregorio · 13 years ago
  37. a0a7ab4 imported patch diacritize by Joe Gregorio · 13 years ago
  38. 9fa077c Fixes issue 48. Don't create db entries on StorageByKeyName.get(). by Joe Gregorio · 13 years ago
  39. ae7b31d Merge from codesite by Luke Blanshard · 13 years ago
  40. c4fc095 Removing Buzz from comments in code by Joe Gregorio · 13 years ago
  41. 58037ab Removing soft links by Joe Gregorio · 13 years ago
  42. 1f6f894 Remove old files. by Joe Gregorio · 13 years ago
  43. a2005f2 Scrub dailymotion sample by Joe Gregorio · 13 years ago
  44. b415352 Add missing plus file by Joe Gregorio · 13 years ago
  45. b3dd34b More buzz cleanups by Joe Gregorio · 13 years ago
  46. 7e0eb7a removed old Buzz test data. by Joe Gregorio · 13 years ago
  47. 7b70f43 Clean up samples and remove Buzz references. by Joe Gregorio · 13 years ago
  48. 323b300 TBR in http://codereview.appspot.com/5361046/ by Joe Gregorio · 13 years ago
  49. 69a0aca Add default for OAuth 2.0 parameter access_type of offline. by Joe Gregorio · 13 years ago
  50. 1a4a2d3 Final beta6 changes by Joe Gregorio · 13 years ago
  51. 86113ba rm .hgignore by leadpipe@wpgntav-ubiq70.hot.corp.google.com · 13 years ago
  52. bba4898 Updated versions by leadpipe@wpgntav-ubiq70.hot.corp.google.com · 13 years ago
  53. dbcaba4 Add new samples by leadpipe@wpgntav-ubiq70.hot.corp.google.com · 13 years ago
  54. 077363d Adding Blogger sample command line application. by Joe Gregorio · 13 years ago
  55. 2750816 Added tag 1.0beta6 for changeset 261b6f616237 by Joe Gregorio · 13 years ago
  56. 761c456 New generated docs. by Joe Gregorio · 13 years ago
  57. 8e9f0e9 beta6 release by Joe Gregorio · 13 years ago
  58. 57e6e02 remove future.json references by Joe Gregorio · 13 years ago
  59. ec55584 Remove legacy support for pickled Credentials. by Joe Gregorio · 13 years ago
  60. 0f4d232 Fixes issue #66. by Joe Gregorio · 13 years ago
  61. d667c9d Move to using setuptools exclusively. by Joe Gregorio · 13 years ago
  62. f2f8a5a Let OAuth2Decorator take a list of scopes. by Joe Gregorio · 13 years ago
  63. f42dfdc Make django_orm models use TEXT instead of VARCHAR. by Joe Gregorio · 13 years ago
  64. 0984ef2 exceptions in flow_from_clientsecrets should sys.exit() if message is supplied. by Joe Gregorio · 13 years ago
  65. 7accf7a typo by Joe Gregorio · 13 years ago
  66. 11690e0 Update Python Sample for Prediction v1.4 by Joe Gregorio · 13 years ago
  67. e9b40f1 Directly import the target module in by Joe Gregorio · 13 years ago
  68. 39defdc Fix imports for oauth2client_clientsecrets by Joe Gregorio · 13 years ago
  69. ce2d204 Change import form. TBR by Joe Gregorio · 13 years ago
  70. f08a498 Add support for client_secrets.json file format. by Joe Gregorio · 13 years ago
  71. 5b457c3 Sync to head of httplib2. Reviewed in http://codereview.appspot.com/5216044/ by Joe Gregorio · 13 years ago
  72. 17311fb Fix up unit test env issues. Review thread: http://codereview.appspot.com/5087047/ by Joe Beda · 13 years ago
  73. fb463cb Fix environment save/restore error in test. Reviewed in http://codereview.appspot.com/5083041 by Joe Beda · 13 years ago
  74. 583d9e4 Move from using API key to userIp in making discovery requests. by Joe Gregorio · 13 years ago
  75. 0c26218 Fix manifest to include sample scripts. by Joe Gregorio · 13 years ago
  76. a98733f Reviewed in http://codereview.appspot.com/5036043/ by Joe Gregorio · 13 years ago
  77. 40d348f 1.0beta4 by Joe Gregorio · 13 years ago
  78. 1daa71b Fix issues with App Engine datastore by Joe Gregorio · 13 years ago
  79. 336b978 new 1.0beta3, previous was unreleased by Joe Gregorio · 13 years ago
  80. 23ea66c Added tag 1.0beta3 for changeset d68eb65bb173 by Joe Gregorio · 13 years ago
  81. d2ee4d8 Fixed bug with refreshing tokens in file Storage by Joe Gregorio · 13 years ago
  82. a845167 1.0beta3 release by Joe Gregorio · 13 years ago
  83. a858331 Added tag 1.0beta3 for changeset 6e217fef0cef by Joe Gregorio · 13 years ago
  84. 562b731 Stage 1 conversion to JSON for storing Credentials. by Joe Gregorio · 13 years ago
  85. 85964c5 fix oauth2decorator user_agent regression #5007043 by Johan Euphrosine · 13 years ago
  86. 9da2ad8 Add fancy locking to oauth2client. by Joe Gregorio · 13 years ago
  87. a388ce3 Add checking of unexpected calls and unexpected provided body to by Joe Gregorio · 13 years ago
  88. 093d9bf Add GAN samples. by Joe Gregorio · 13 years ago
  89. 6a8c1cb Added tests to verify that different base URLs can be plugged in. See http://codereview.appspot.com/4826057/ for the code review. by ade@google.com · 13 years ago
  90. 0250385 Refresh docs by Joe Gregorio · 13 years ago
  91. 03aac12 Add Analytics Management API sample. by Joe Gregorio · 13 years ago
  92. 555f33c Fix handling of nextPageToken. Reviewed in http://codereview.appspot.com/4932041/ by Joe Gregorio · 13 years ago
  93. 4bd78e2 Sample python client code for Admin Audit API - first version by rahulpaul@google.com · 13 years ago
  94. 49cd5f8 imported patch issue4815077_3002.diff by Robert Kaplow · 13 years ago
  95. 84d3c1f Handle the case of maxSize missing in a discovery doc media section. by Joe Gregorio · 13 years ago
  96. 3c676f9 Add support for _next pagination with page tokens. by Joe Gregorio · 13 years ago
  97. cb6d891 Remove user_agent from app engine helpers. by JacobMoshenko · 13 years ago
  98. fdd6c44 Missing file by Joe Gregorio · 13 years ago
  99. cba06d5 Added gadget wrapper for a presentation to be placed in the codesite wiki. by Joe Gregorio · 13 years ago
  100. d92897c imported patch reserved by Joe Gregorio · 13 years ago