1. 654f4a2 Fix bugs with auth, batch and retries. by Joe Gregorio · 12 years ago
  2. 6f11ea1 Added MediaInMemoryUpload for uploads that are a byte stream, with tests. by Ali Afshar · 12 years ago
  3. e6ee3e5 Remove duplication of base classes for OAuth now that we depend on oauth2client. by Joe Gregorio · 12 years ago
  4. 945be3e Fix resumable upload protocol. Reviewed in http://codereview.appspot.com/5572075/ by Joe Gregorio · 12 years ago
  5. dd81382 Fix str/unicode issue in batch media requests. by Joe Gregorio · 13 years ago
  6. 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
  7. 2b84314 Change default resumable chunk size to 150K. by Joe Gregorio · 13 years ago
  8. 5d1171b Fix Batch issues. Fixes issue #41. by Joe Gregorio · 13 years ago
  9. 2b78128 Add documentation for request and response bodies from schema information. by Joe Gregorio · 13 years ago
  10. e08a166 Some methods don't specify a schema for their response, which means that by Joe Gregorio · 13 years ago
  11. bd512b5 Fix the final boundary in resumable multipart media uploads. by Joe Gregorio · 13 years ago
  12. 66f5752 Add support for batch requests. by Joe Gregorio · 13 years ago
  13. d0bd388 Add support for resumable upload. by Joe Gregorio · 13 years ago
  14. dae2f55 Fix naming per review http://codereview.appspot.com/5375044/ by Joe Gregorio · 13 years ago
  15. 8b4df3f imported patch 22 by Joe Gregorio · 13 years ago
  16. 6804c7a Handle regexs that are applied to repeating parameters. Reviewed in http://codereview.appspot.com/5413050/ by Joe Gregorio · 13 years ago
  17. c4fc095 Removing Buzz from comments in code by Joe Gregorio · 13 years ago
  18. 7b70f43 Clean up samples and remove Buzz references. by Joe Gregorio · 13 years ago
  19. 583d9e4 Move from using API key to userIp in making discovery requests. by Joe Gregorio · 13 years ago
  20. a98733f Reviewed in http://codereview.appspot.com/5036043/ by Joe Gregorio · 13 years ago
  21. 562b731 Stage 1 conversion to JSON for storing Credentials. by Joe Gregorio · 13 years ago
  22. a388ce3 Add checking of unexpected calls and unexpected provided body to by Joe Gregorio · 13 years ago
  23. 555f33c Fix handling of nextPageToken. Reviewed in http://codereview.appspot.com/4932041/ by Joe Gregorio · 13 years ago
  24. 84d3c1f Handle the case of maxSize missing in a discovery doc media section. by Joe Gregorio · 13 years ago
  25. 3c676f9 Add support for _next pagination with page tokens. by Joe Gregorio · 13 years ago
  26. d92897c imported patch reserved by Joe Gregorio · 13 years ago
  27. fdf7c80 Add support for media uploads as they will appear in Discovery. by Joe Gregorio · 13 years ago
  28. 3b020d6 Use gflags for AOuth 1.0. Fixes issue #33. Fixes issue #34. Reviewed in http://codereview.appspot.com/4551069/ by Joe Gregorio · 13 years ago
  29. 922b78c Add preliminary support for uploading media. by Joe Gregorio · 13 years ago
  30. e98c232 Add support for creating a PATCH body from a before and after object. by Joe Gregorio · 13 years ago
  31. 0bc7091 Add 2LO support for OAuth 1.0. by Joe Gregorio · 13 years ago
  32. 3eecaa9 Accept both lower and camelcase userip. by Joe Gregorio · 13 years ago
  33. 6a63a76 Update to use the latest version of discovery. by Joe Gregorio · 13 years ago
  34. 2a5f413 Add support for Protocol Buffers as an API serialization format by Matt McDonald · 13 years ago
  35. 20a5aa9 Updated copyright notices where appropriate and refreshed generated docs. by Joe Gregorio · 13 years ago
  36. fcb3120 alpha8 by Joe Gregorio · 13 years ago
  37. 06d852b Cleaning up 2.7 compatibility and more work on installer. by Joe Gregorio · 13 years ago
  38. e9e236f Clean up README and add lots of comments to moderator.py by Joe Gregorio · 13 years ago
  39. f415342 imported patch partial-and-patch by Joe Gregorio · 13 years ago
  40. 6f3014a Fixed 2.4 compatibility problem. Added tests to release process to make sure there are no regressions. by Joe Gregorio · 13 years ago
  41. 4d1f75f Fixed problem with missing __init__.py files. by Joe Gregorio · 13 years ago
  42. 205e73a Cleanup of samples including adding flags to control logging. by Joe Gregorio · 13 years ago
  43. 6bcbcea Added wrapper to add user-agent to requests for the non-authenticated case. by Joe Gregorio · 13 years ago
  44. 9e5fe4d OAuth 2.0 uses new endpoints. OAuth 2.0 moderator sample uses gflags. OAuth 2.0 tools.run adds a local web server to handle redirect_uri if possible. by Joe Gregorio · 13 years ago
  45. 4939655 Enhanced HttpError to now include the original request URI if possible. by Joe Gregorio · 13 years ago
  46. afdf50b Added more logging and changed flag name by Joe Gregorio · 13 years ago
  47. 34044bc Added LoggingJsonModel and a sample application, debugging/main.py, on how to use it. by Joe Gregorio · 13 years ago
  48. c0e0fe9 Added exception around parsing the discovery doc. by Joe Gregorio · 13 years ago
  49. 6429bf6 Adds make targets 'release' and 'prerelease' which build release by Joe Gregorio · 13 years ago
  50. 1ae3e74 Updated all samples to use 'service' as the object returned from build() by Joe Gregorio · 13 years ago
  51. 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
  52. 266c644 Added Prediction sample by Joe Gregorio · 13 years ago
  53. 1089444 JsonModel data_wrapper should default to false by Joe Gregorio · 13 years ago
  54. 61d7e96 Added support for repeating parameters by Joe Gregorio · 13 years ago
  55. ca876e4 Fixed checking for stack query parameters so they actually get added to the query paramters. by Joe Gregorio · 13 years ago
  56. 1321795 Add passthrough for query parameters that the stack uses but that don't appear in discovery. by Joe Gregorio · 13 years ago
  57. 560b532 Make file based Storage thread safe. by Joe Gregorio · 13 years ago
  58. d433b2a Now using the dataWrapper features flag to control serialization of JSON requests. by Joe Gregorio · 13 years ago
  59. c2a7393 Now adding type information and enum descriptions into inline docs by Joe Gregorio · 13 years ago
  60. 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
  61. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 13 years ago
  62. fffa7d7 Finish adding Storage to the OAuth 1.0 client and updated all examples to use file.Storage. No more three_legged_dance.py files anywhere. by Joe Gregorio · 13 years ago
  63. 825d78d cleanup comments by Joe Gregorio · 13 years ago
  64. c3fae8a Move to v0.3 discovery and use method and parameter descriptions if available. by Joe Gregorio · 13 years ago
  65. 790bddd switch over to using discovery v0.3, now using descriptions if available by Joe Gregorio · 13 years ago
  66. a0a52e4 Moving over OAuth 1.0 to use Storage, and updating samples to handle token revocation. by Joe Gregorio · 13 years ago
  67. 9b57dd3 Add in missing ext/file.py by Joe Gregorio · 13 years ago
  68. ec34365 Added default for HttpMock by Joe Gregorio · 13 years ago
  69. 7c22ab2 Clean up doc strings and unused imports by Joe Gregorio · 13 years ago
  70. d81ecb0 Clean up buzz example so it is just one file. by Joe Gregorio · 13 years ago
  71. deeb020 Cleaned up OAuth 2.0 support fully using Storage() and updating samples. by Joe Gregorio · 13 years ago
  72. cb8103d Move HttpMock out of tests and into apiclient.http. Update tests that used HttpMock by Joe Gregorio · 13 years ago
  73. abda96f Added in more documentation, cleaned up use of postproc in HttpRequest and refreshed docs by Joe Gregorio · 13 years ago
  74. 7a6df3a Fix lack of top level methods from a service. by Joe Gregorio · 13 years ago
  75. 695fdc1 [mq]: oauth2 by Joe Gregorio · 14 years ago
  76. 292b9b8 Add in the abilitiy to run from a local static (as opposed to cached) discovery document. Also added sample for same. by Joe Gregorio · 14 years ago
  77. 3fada33 Fixed bug with nested resources by Joe Gregorio · 14 years ago
  78. 48c1caa Fix bug 7. Also, clean up the app engine template to make the happy path happier. by Joe Gregorio · 14 years ago
  79. 83a7f6a Add in a skeleton App Engine project that still does OAuth 1.0 by Joe Gregorio · 14 years ago
  80. d4e1456 Fix some other tests broken by the new HttpError implementation by Joe Gregorio · 14 years ago
  81. a14f016 Merge in better json error handling from Ali Afshar by Joe Gregorio · 14 years ago
  82. f78b4b5 Moved the common code for executing the OAuth 1.0 flow into the library and enhance it to run a local web server if possible. Updated all examples to use the new code. by Joe Gregorio · 14 years ago
  83. 89174d2 relative import fixup by Joe Gregorio · 14 years ago
  84. c672246 fix import of httplib2 by Joe Gregorio · 14 years ago
  85. 2dcc652 Improve error displaying, and move error display logic into the error module. by Ali Afshar · 14 years ago
  86. 034e700 Fix import of simplejson by Joe Gregorio · 14 years ago
  87. b843fa2 Fixed relative imports in apiclient by Joe Gregorio · 14 years ago
  88. a9907a2 Added a test verifying that the SimpleBuzzWrapper can post as an authorised user. Added a property file in oacurl format for the test account. Changed wrapper to use user_ids rather than full email addresses by ade@google.com · 14 years ago
  89. 3ad5e9a Add missing files from previous addition of mocks. by Joe Gregorio · 14 years ago
  90. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 14 years ago
  91. bc2ff9b Fix for a temporary problem with discovery documents. Now query vs path parameters are inferred from the restPath. by Joe Gregorio · 14 years ago
  92. 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
  93. aeb78b7 Renamed apiclient.ext.django to django_orm to prevent accidental shadowing of django library (issue 3, comment 2) by Tom Miller · 14 years ago
  94. 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
  95. 20cfcda Fixed nested resources in api-python-client-doc by Joe Gregorio · 14 years ago
  96. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 14 years ago
  97. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  98. c63823a Move django utilities from sample into .ext. by Joe Gregorio · 14 years ago
  99. 0c73a67 Added sample that shows how to use threads and queues to batch up requests. by Joe Gregorio · 14 years ago
  100. 214d19c Added in missing file. by Joe Gregorio · 14 years ago