1. c1fb710 Fix close/unlink order for file locking. by Joe Gregorio · 12 years ago
  2. cdc350f Update grant_type for AssertionCredentials. by Joe Gregorio · 12 years ago
  3. a9eb0bb Adding a .revoke() to Credentials. Closes issue 98. by dhermes@google.com · 13 years ago
  4. 7014343 Added link to YouTube samples. by Joe Gregorio · 13 years ago
  5. 52a5c53 Refresh docs by Joe Gregorio · 13 years ago
  6. e2233cd Modify oauth2client.multistore_file to store and retrieve credentials using an arbitrary key. by Joe Gregorio · 13 years ago
  7. 164f37e Add push notification subscriptions. by Ali Afshar · 13 years ago
  8. 0bd8c41 Don't accept 403 challenges by default for auth challenges. by Joe Gregorio · 13 years ago
  9. 0b723c2 Add PEM support. by Joe Gregorio · 13 years ago
  10. 62c8b7d Updating tasks App Engine sample. by dhermes@google.com · 13 years ago
  11. 1cea2a7 Fix embed and gadget page. by Joe Gregorio · 13 years ago
  12. 994123c Don't serve docs, instead redirect to their new home. by Joe Gregorio · 13 years ago
  13. 4772f3d Allow deserialized discovery docs to be passed to build_from_document(). by Joe Gregorio · 13 years ago
  14. 504a17f Set httplib2.RETRIES to 1. Reviewed in https://codereview.appspot.com/6906051/. by Joe Gregorio · 13 years ago
  15. 83f2ee6 Fix unicode strings leaking into httplib2. by Joe Gregorio · 13 years ago
  16. 4715482 Supporting NDB in oauth2client/appengine, and beginning *slow* transition to this datastore API. by dhermes@google.com · 13 years ago
  17. dc106fc Moving Resource class to module level to make it serializable. by Joe Gregorio · 13 years ago
  18. 5cf5d12 Consolidate handling of scopes. by Joe Gregorio · 13 years ago
  19. 2728ed1 Reduce limit for turning GETs into POSTs to accomodate App Engine. by Joe Gregorio · 13 years ago
  20. ff828af Upgrade to httplib2 version 0.7.7. by Joe Gregorio · 13 years ago
  21. f1ba7f1 Make URI comparisons safe up to query parameter reordering. by Joe Gregorio · 13 years ago
  22. 071f897 Update links to docs. Reviewed in https://codereview.appspot.com/6817104/. by Joe Gregorio · 13 years ago
  23. 7909013 Remove gtaskqueue sample. by Joe Gregorio · 13 years ago
  24. b2cdd80 Refresh docs by Joe Gregorio · 13 years ago
  25. 7a5f3e4 Refresh tools.run() flag description. by Joe Gregorio · 13 years ago
  26. d67010d Refresh docs by Joe Gregorio · 13 years ago
  27. 7578da5 Remove Moderator Sample because there is no Moderator API. by Joe Gregorio · 13 years ago
  28. 5350efb Refresh docs by Joe Gregorio · 13 years ago
  29. d98b248 Enhance docs for run. Reviewed in https://codereview.appspot.com/6753051/. by Joe Gregorio · 13 years ago
  30. 32f7319 Allow setting the response_type in OAuth2WebServerFlow. by Joe Gregorio · 13 years ago
  31. 81fde8e Ensure that dataWrapper feature is checked before using the 'data' value of a by Ali Afshar · 13 years ago
  32. 1a0d5cd HMAC verification does not use a cosntant time algorithm. by Joe Gregorio · 13 years ago
  33. 623de46 Last tweaks to setup for 1.0 release. by Joe Gregorio · 13 years ago
  34. f4839b0 Prep for 1.0 release. by Joe Gregorio · 13 years ago
  35. 02b5f3f Replace test runners with nose, and add tox support. by Ali Afshar · 13 years ago
  36. 7972f35 removed old file by Joe Gregorio · 13 years ago
  37. ee90896 Add missing docs by Joe Gregorio · 13 years ago
  38. 0cd347a Refresh docs by Joe Gregorio · 13 years ago
  39. f0edebc Incorporate building the gae zip into the release process. by Joe Gregorio · 13 years ago
  40. dcc9697 Fix build directory pruning. Reviewed in http://codereview.appspot.com/6492053/ by Ali Afshar · 13 years ago
  41. 73774c5 Preparing for v1.0c3 release. by Joe Gregorio · 13 years ago
  42. 9d708d8 Added tag 1.0c3 for changeset 7a6d55de8fa4 by Joe Gregorio · 13 years ago
  43. 32f048f Force raising an exception on utils.positional for one test. by Joe Gregorio · 13 years ago
  44. 77254c1 Escape untrusted content before displaying it. by Joe Gregorio · 13 years ago
  45. 0fd1853 Do not allow credentials files to be symlinks. by Joe Gregorio · 13 years ago
  46. 1b425aa Refresh docs by Joe Gregorio · 13 years ago
  47. 6ceea2d Add XSRF protection to oauth2decorator callback. by Joe Gregorio · 13 years ago
  48. a633c79 Enhance samples-index.py to point to samples outside the repository. by Joe Gregorio · 13 years ago
  49. 90af491 Add a script to install into a zip that can be unzipped and used on Google App by Ali Afshar · 13 years ago
  50. 5c120db Handle uploading chunked media by stream. by Joe Gregorio · 13 years ago
  51. d688b6c Do not depend on dictionary order in unit tests. by Joe Gregorio · 13 years ago
  52. bb8677e Clean up comment by Joe Gregorio · 13 years ago
  53. c80ac9d Handle passing streams directly to httplib2. by Joe Gregorio · 13 years ago
  54. fd08e43 Add support for Google Compute Engine service accounts. by Joe Gregorio · 13 years ago
  55. 68a8cfe Flows no longer need to be saved between uses. by Joe Gregorio · 13 years ago
  56. ba5c790 Change GET to POST if URI is too long. Fixes issue #96. by Joe Gregorio · 13 years ago
  57. ad8013f refresh docs by Joe Gregorio · 13 years ago
  58. c128bbd Add in missing unit tests for keyring.py. Reviewed in http://codereview.appspot.com/6447081/. by Joe Gregorio · 13 years ago
  59. ebb3195 Add a keyring based Storage. by Joe Gregorio · 13 years ago
  60. 77af30a Fix comments to match reality. Fixes issue #170. by Joe Gregorio · 13 years ago
  61. 15423ec Default to null=True for Django Fields. by Joe Gregorio · 13 years ago
  62. 20b54fb More robust picking up JSON error responses. by Joe Gregorio · 13 years ago
  63. 3fb9367 Make batch errors align with normal errors. by Joe Gregorio · 13 years ago
  64. fa08c2e Refresh docs by Joe Gregorio · 13 years ago
  65. 1408f44 Add a Google Compute sample. by Joe Gregorio · 13 years ago
  66. 7c7c6b1 Token refresh to work with 'old' GData API by Joe Gregorio · 13 years ago
  67. c29aaa9 Loading of client_secrets JSON file backed by a cache. by Joe Gregorio · 13 years ago
  68. a283815 Switch to new discovery path parameters. by Joe Gregorio · 13 years ago
  69. 7f371e1 Add support for additionalProperties when printing schema'd objects. by Joe Gregorio · 13 years ago
  70. 4a2c29f Fix media upload parameter names. Reviewed in http://codereview.appspot.com/6374062/ by Joe Gregorio · 13 years ago
  71. e7a0c47 Refresh auto-generated docs by Joe Gregorio · 13 years ago
  72. a19f3a7 Refresh SignedJwtAssertionCredentials w/Storage. by Joe Gregorio · 13 years ago
  73. 4fbde1c Fix docs for batch callbacks. by Joe Gregorio · 13 years ago
  74. c752e33 Batch error response reason not being set correctly. by Joe Gregorio · 13 years ago
  75. ddb969a oauth2client support for URL-encoded format of exchange token response (e.g. Facebook) by Joe Gregorio · 13 years ago
  76. 973b3a1 Use anyjson consistently. by Joe Gregorio · 13 years ago
  77. 672051e Stop generating pydoc since we switched to using epydoc. Regenerate all docs. by Joe Gregorio · 13 years ago
  78. 075572b Refresh generated docs. by Joe Gregorio · 13 years ago
  79. 81d92cc Build cleaner and easier to read docs for dynamic surfaces. by Joe Gregorio · 13 years ago
  80. bf14cef Version 1.0c2 by Joe Gregorio · 13 years ago
  81. d37e76f Added tag 1.0c2 for changeset 97e37f2a20c1 by Joe Gregorio · 13 years ago
  82. 2467afa Parameter values of None should be treated as missing. by Joe Gregorio · 13 years ago
  83. 46675d2 Distribute the samples separately from the library source. by Joe Gregorio · 13 years ago
  84. 84e4180 Move all remaining samples over to client_secrets.json. by Joe Gregorio · 13 years ago
  85. f46ea55 Make locked_file.py understand win32file primitives for better awesomeness. by Joe Gregorio · 13 years ago
  86. deabb1d Added tag 1.0c1 for changeset b04e3ee70687 by Joe Gregorio · 13 years ago
  87. 1aaec4b Moved name to c1 from b9 because of wonky version naming rules. by Joe Gregorio · 13 years ago
  88. 921b8e4 Clean up setup.py script by Joe Gregorio · 13 years ago
  89. 638663c Tag and update CHANGELOG for v1.0b9 release by Joe Gregorio · 13 years ago
  90. 3c9a9da Added tag v1.0b9 for changeset 4c5fb5bc35ca by Joe Gregorio · 13 years ago
  91. ebd0b84 Refresh docs by Joe Gregorio · 13 years ago
  92. 7ceb26f Convert all inline samples to the Farm API for consistency. by Joe Gregorio · 13 years ago
  93. 708388c Add _media methods and support for resumable media download. by Joe Gregorio · 13 years ago
  94. 746096f Update docs to not use UML diagrams. Fixes issue #148. by Joe Gregorio · 13 years ago
  95. 44454e4 Better handling of streams that report their size as 0. by Joe Gregorio · 13 years ago
  96. 4b4002f [mq]: smallfixes by Joe Gregorio · 13 years ago
  97. 573cb5d Fix None handling in Django fields. Reviewed in http://codereview.appspot.com/6298084/. Fixes issue #128. by Joe Gregorio · 13 years ago
  98. 6621203 imported patch docs by Joe Gregorio · 13 years ago
  99. 32d852d Adding credentials_from_code and credentials_from_clientsecrets_and_code. by Joe Gregorio · 13 years ago
  100. 2dfd74e Make oauth2client support Windows-friendly locking. by Joe Gregorio · 13 years ago