1. acf517f add user_agent back to OAuth2Decorator argument by Johan Euphrosine · 12 years ago
  2. 654f4a2 Fix bugs with auth, batch and retries. by Joe Gregorio · 12 years ago
  3. f2326c0 oob -> urn:ietf:wg:oauth:2.0:00b. by Joe Gregorio · 12 years ago
  4. 6f11ea1 Added MediaInMemoryUpload for uploads that are a byte stream, with tests. by Ali Afshar · 12 years ago
  5. ec75dc1 Add .delete() to all Storages. by Joe Gregorio · 12 years ago
  6. 9f2f38f Add caching back into verify_id_token with a memory only cache. by Joe Gregorio · 12 years ago
  7. 945be3e Fix resumable upload protocol. Reviewed in http://codereview.appspot.com/5572075/ by Joe Gregorio · 12 years ago
  8. dd81382 Fix str/unicode issue in batch media requests. by Joe Gregorio · 13 years ago
  9. 9b8bec6 Set file permissions on credentials files. by Joe Gregorio · 13 years ago
  10. 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
  11. 1adde1a OAuth2Decorator should take and pass kwargs to underlying Flow. by Joe Gregorio · 13 years ago
  12. 5d1171b Fix Batch issues. Fixes issue #41. by Joe Gregorio · 13 years ago
  13. 2b78128 Add documentation for request and response bodies from schema information. by Joe Gregorio · 13 years ago
  14. e08a166 Some methods don't specify a schema for their response, which means that by Joe Gregorio · 13 years ago
  15. bd512b5 Fix the final boundary in resumable multipart media uploads. by Joe Gregorio · 13 years ago
  16. 8b4c173 [mq]: id_token2 by Joe Gregorio · 13 years ago
  17. 66f5752 Add support for batch requests. by Joe Gregorio · 13 years ago
  18. d0bd388 Add support for resumable upload. by Joe Gregorio · 13 years ago
  19. 6804c7a Handle regexs that are applied to repeating parameters. Reviewed in http://codereview.appspot.com/5413050/ by Joe Gregorio · 13 years ago
  20. b415352 Add missing plus file by Joe Gregorio · 13 years ago
  21. 7e0eb7a removed old Buzz test data. by Joe Gregorio · 13 years ago
  22. 7b70f43 Clean up samples and remove Buzz references. by Joe Gregorio · 13 years ago
  23. 69a0aca Add default for OAuth 2.0 parameter access_type of offline. by Joe Gregorio · 13 years ago
  24. ec55584 Remove legacy support for pickled Credentials. by Joe Gregorio · 13 years ago
  25. f2f8a5a Let OAuth2Decorator take a list of scopes. by Joe Gregorio · 13 years ago
  26. f42dfdc Make django_orm models use TEXT instead of VARCHAR. by Joe Gregorio · 13 years ago
  27. 39defdc Fix imports for oauth2client_clientsecrets by Joe Gregorio · 13 years ago
  28. ce2d204 Change import form. TBR by Joe Gregorio · 13 years ago
  29. f08a498 Add support for client_secrets.json file format. by Joe Gregorio · 13 years ago
  30. 17311fb Fix up unit test env issues. Review thread: http://codereview.appspot.com/5087047/ by Joe Beda · 13 years ago
  31. fb463cb Fix environment save/restore error in test. Reviewed in http://codereview.appspot.com/5083041 by Joe Beda · 13 years ago
  32. 583d9e4 Move from using API key to userIp in making discovery requests. by Joe Gregorio · 13 years ago
  33. a98733f Reviewed in http://codereview.appspot.com/5036043/ by Joe Gregorio · 13 years ago
  34. 1daa71b Fix issues with App Engine datastore by Joe Gregorio · 13 years ago
  35. d2ee4d8 Fixed bug with refreshing tokens in file Storage by Joe Gregorio · 13 years ago
  36. 562b731 Stage 1 conversion to JSON for storing Credentials. by Joe Gregorio · 13 years ago
  37. 9da2ad8 Add fancy locking to oauth2client. by Joe Gregorio · 13 years ago
  38. a388ce3 Add checking of unexpected calls and unexpected provided body to by Joe Gregorio · 13 years ago
  39. 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
  40. 555f33c Fix handling of nextPageToken. Reviewed in http://codereview.appspot.com/4932041/ by Joe Gregorio · 13 years ago
  41. 84d3c1f Handle the case of maxSize missing in a discovery doc media section. by Joe Gregorio · 13 years ago
  42. 3c676f9 Add support for _next pagination with page tokens. by Joe Gregorio · 13 years ago
  43. cb6d891 Remove user_agent from app engine helpers. by JacobMoshenko · 13 years ago
  44. fdd6c44 Missing file by Joe Gregorio · 13 years ago
  45. d92897c imported patch reserved by Joe Gregorio · 13 years ago
  46. 198fdf7 Added missing test images by Joe Gregorio · 13 years ago
  47. fdf7c80 Add support for media uploads as they will appear in Discovery. by Joe Gregorio · 13 years ago
  48. 7cbceab fix imports on some tests by Joe Gregorio · 13 years ago
  49. 83cd439 Add another test. by Joe Gregorio · 13 years ago
  50. 8e90510 Add robot helpers and a sample. by JacobMoshenko · 13 years ago
  51. 922b78c Add preliminary support for uploading media. by Joe Gregorio · 13 years ago
  52. e98c232 Add support for creating a PATCH body from a before and after object. by Joe Gregorio · 13 years ago
  53. 0bc7091 Add 2LO support for OAuth 1.0. by Joe Gregorio · 13 years ago
  54. 432f17e oauth2decorator, reviewed in http://codereview.appspot.com/4524063/ by Joe Gregorio · 13 years ago
  55. 6a63a76 Update to use the latest version of discovery. by Joe Gregorio · 13 years ago
  56. 2a5f413 Add support for Protocol Buffers as an API serialization format by Matt McDonald · 13 years ago
  57. f415342 imported patch partial-and-patch by Joe Gregorio · 13 years ago
  58. 6bcbcea Added wrapper to add user-agent to requests for the non-authenticated case. by Joe Gregorio · 13 years ago
  59. 4939655 Enhanced HttpError to now include the original request URI if possible. by Joe Gregorio · 13 years ago
  60. afdf50b Added more logging and changed flag name by Joe Gregorio · 13 years ago
  61. 34044bc Added LoggingJsonModel and a sample application, debugging/main.py, on how to use it. by Joe Gregorio · 13 years ago
  62. c0e0fe9 Added exception around parsing the discovery doc. by Joe Gregorio · 13 years ago
  63. f863f7a Default the data wrapper to off. When converting based on types, don't convert things that are already strings or unicode by Joe Gregorio · 13 years ago
  64. e1de416 Clean up imports by Joe Gregorio · 13 years ago
  65. 61d7e96 Added support for repeating parameters by Joe Gregorio · 13 years ago
  66. ca876e4 Fixed checking for stack query parameters so they actually get added to the query paramters. by Joe Gregorio · 13 years ago
  67. 1321795 Add passthrough for query parameters that the stack uses but that don't appear in discovery. by Joe Gregorio · 13 years ago
  68. d433b2a Now using the dataWrapper features flag to control serialization of JSON requests. by Joe Gregorio · 13 years ago
  69. bee8683 Now using type from discovery document to properly cast method parameters. Also added in checking for values that are enums. by Joe Gregorio · 13 years ago
  70. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 13 years ago
  71. cb8103d Move HttpMock out of tests and into apiclient.http. Update tests that used HttpMock by Joe Gregorio · 13 years ago
  72. 7a6df3a Fix lack of top level methods from a service. by Joe Gregorio · 13 years ago
  73. 3fada33 Fixed bug with nested resources by Joe Gregorio · 14 years ago
  74. d4e1456 Fix some other tests broken by the new HttpError implementation by Joe Gregorio · 14 years ago
  75. 8da4186 Reformatted docstrings to be consistent with the rest of the code. by Ali Afshar · 14 years ago
  76. 2dcc652 Improve error displaying, and move error display logic into the error module. by Ali Afshar · 14 years ago
  77. d27ae3e Add missing test files from previous addition of mocks. by Joe Gregorio · 14 years ago
  78. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 14 years ago
  79. a12c7d6 Clean up descriptions by Joe Gregorio · 14 years ago
  80. 913e70d No longer adding in the 'data' wrapper object if it is missing, as some APIs don't use it. by Joe Gregorio · 14 years ago
  81. 78a508d Be robust in what you accept, which might be a JSON object w/o an outer wrapper 'data' object. by Joe Gregorio · 14 years ago
  82. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 14 years ago
  83. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  84. 8963ff9 Added test of new model where 'data' wrapper isn't added if it isn't necessary. This will allow developers to cut and paste JSON from the developer docs into Python code and it should just work. by Joe Gregorio · 14 years ago
  85. c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 14 years ago
  86. 2ab0de7 Added support buzz.people.liked. Marked the functional test as IGNORED since it requires a bug fix in the Buzz API by ade@google.com · 14 years ago
  87. 00cf1d9 Added in support for developer keys by Joe Gregorio · 14 years ago
  88. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 14 years ago
  89. d69e5e4 Added conditional import to ensure tests will work under Python 2.5 by ade@google.com · 14 years ago
  90. fe695fb Now correctly using urlencode for query parameters. Also handling unicode by converting to utf-8. by Joe Gregorio · 14 years ago
  91. 6d5e94f First pass at adding in pagination by Joe Gregorio · 14 years ago
  92. 850cf55 Added support for URLs with many parameters e.g. max-liked, max-results and max-comments. I'm not checking in the functional tests I'm using since I still haven't fixed the problem of getting back a usable list of JSON objects for pagination. by ade@google.com · 14 years ago
  93. ba9ea7f Added tests for resources and their methods. Also added tests for the json model. by Joe Gregorio · 14 years ago
  94. 48d361f Starting to cleanup, organize files, and make it look like a real project. by Joe Gregorio · 14 years ago