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