1. 351b149 Version 1.0 beta 2 by Joe Gregorio · 13 years ago
  2. b9a8092 Replacing image with a non-Python-specific one for reuse elsewhere. by Jed Hartman · 13 years ago
  3. 239855e Add TaskQueue sample. by Joe Gregorio · 13 years ago
  4. 821e164 Update sample to latest discovery format. Reviewed in http://codereview.appspot.com/4468041/ by Joe Gregorio · 13 years ago
  5. f843479 Sync to head of httplib2 by Joe Gregorio · 13 years ago
  6. 123f5db Clean up landing page for api-python-client-doc, adding in API name and version columns. by Joe Gregorio · 13 years ago
  7. 7ad707e Add optional parameters for Django fields. by Joe Gregorio · 13 years ago
  8. 6a63a76 Update to use the latest version of discovery. by Joe Gregorio · 13 years ago
  9. 652898b Add sample_generator.py and update samples to via generator. by Joe Gregorio · 13 years ago
  10. 2a5f413 Add support for Protocol Buffers as an API serialization format by Matt McDonald · 13 years ago
  11. 56059ca Replacing image, to show new UI. by Jed Hartman · 13 years ago
  12. b7722ca Adding green border to highlight relevant part of image. by Jed Hartman · 13 years ago
  13. ae0734e Fixing mistaken image. by Jed Hartman · 13 years ago
  14. 7756aaf Removing old image; adding new one. by Jed Hartman · 13 years ago
  15. 30a08fd Update new_project_template to use OAuth 2.0. Also update upload-diffs.py to latest from Rietveld. by Joe Gregorio · 13 years ago
  16. d1ee5e2 Added missing symlink. by Joe Gregorio · 13 years ago
  17. 1ef83e1 Fix problem with runsamples erroring on logging. Add in missing api-python-client-doc file. by Joe Gregorio · 13 years ago
  18. c968a57 Removing OAuth 2.0 Latitude sample. by Joe Gregorio · 13 years ago
  19. b17c763 Install now with expanded symlinks for those platforms that don't support them. by Joe Gregorio · 13 years ago
  20. bce596b Added enable-app-engine-project by Joe Gregorio · 13 years ago
  21. 20a5aa9 Updated copyright notices where appropriate and refreshed generated docs. by Joe Gregorio · 13 years ago
  22. 37de7a3 Added .zip as a release package format. by Joe Gregorio · 13 years ago
  23. f56a2b3 alpha11 release by Joe Gregorio · 13 years ago
  24. 05375c0 Switch over the threadqueue sample from moderator to urlshortener. by Joe Gregorio · 13 years ago
  25. 5cdaa51 Rolled setuptools support back into setup.py but made it much more robust. by Joe Gregorio · 13 years ago
  26. 071ca7e alpha9, remove setuptools as it doesn't work with the current config. by Joe Gregorio · 13 years ago
  27. fcb3120 alpha8 by Joe Gregorio · 13 years ago
  28. baae1d2 Missing oauth2 files by Joe Gregorio · 13 years ago
  29. 06d852b Cleaning up 2.7 compatibility and more work on installer. by Joe Gregorio · 13 years ago
  30. 01b9270 Fixed issue with installing gflags by Joe Gregorio · 13 years ago
  31. 5d7dbb3 Fix installer issue with gflags by Joe Gregorio · 13 years ago
  32. e9e236f Clean up README and add lots of comments to moderator.py by Joe Gregorio · 13 years ago
  33. 09aa3f5 alpha4 by Joe Gregorio · 13 years ago
  34. f415342 imported patch partial-and-patch by Joe Gregorio · 13 years ago
  35. 6abf870 Moved OAuth 2.0 samples up to the top level. by Joe Gregorio · 13 years ago
  36. 6f3014a Fixed 2.4 compatibility problem. Added tests to release process to make sure there are no regressions. by Joe Gregorio · 13 years ago
  37. dd9fa86 another release, alpha3 by Joe Gregorio · 13 years ago
  38. 4d1f75f Fixed problem with missing __init__.py files. by Joe Gregorio · 13 years ago
  39. c5edb3c List of APIs is now built dynamically. by Joe Gregorio · 13 years ago
  40. 469b538 merge by Joe Gregorio · 13 years ago
  41. 4258d6b made the installation easy_install friendly by Joe Gregorio · 13 years ago
  42. b3ec0f4 Fixed source in Search API for Shopping example. by Ali Afshar · 13 years ago
  43. 60f1852 merge by Joe Gregorio · 13 years ago
  44. 80bc931 Added runsamples.py which allows the caller to run all the sample applications in a given directory. by Joe Gregorio · 13 years ago
  45. 1407107 Fixed tests that were broken by the changes to the URL structure caused by the new-style profiles. by ade@google.com · 13 years ago
  46. 205e73a Cleanup of samples including adding flags to control logging. by Joe Gregorio · 13 years ago
  47. fa6630c Added sample for dailymotion by Joe Gregorio · 13 years ago
  48. 6bcbcea Added wrapper to add user-agent to requests for the non-authenticated case. by Joe Gregorio · 13 years ago
  49. 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
  50. b577f99 Update to the latest auth and token uris by Joe Gregorio · 13 years ago
  51. ff52fa3 Added in gflags_validators.py by Joe Gregorio · 13 years ago
  52. 3157a74 Update sample to reflect final destination in wiki documentation. by Joe Gregorio · 13 years ago
  53. 4939655 Enhanced HttpError to now include the original request URI if possible. by Joe Gregorio · 13 years ago
  54. afdf50b Added more logging and changed flag name by Joe Gregorio · 13 years ago
  55. 34044bc Added LoggingJsonModel and a sample application, debugging/main.py, on how to use it. by Joe Gregorio · 13 years ago
  56. c04699c merge by Joe Gregorio · 13 years ago
  57. 0eec308 Added tznever sample by Joe Gregorio · 13 years ago
  58. c0e0fe9 Added exception around parsing the discovery doc. by Joe Gregorio · 13 years ago
  59. 9384170 Add checks to the release target for confirmation. Also run tests before building a release. Refresh docs. by Joe Gregorio · 13 years ago
  60. 6429bf6 Adds make targets 'release' and 'prerelease' which build release by Joe Gregorio · 13 years ago
  61. 1ae3e74 Updated all samples to use 'service' as the object returned from build() by Joe Gregorio · 13 years ago
  62. 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
  63. 266c644 Added Prediction sample by Joe Gregorio · 13 years ago
  64. 1089444 JsonModel data_wrapper should default to false by Joe Gregorio · 13 years ago
  65. 4797ef7 merge by Joe Gregorio · 13 years ago
  66. e1de416 Clean up imports by Joe Gregorio · 13 years ago
  67. 93a7f7c Corrected docstring on AccessTokenCredentials class by ade@google.com · 13 years ago
  68. ad258e2 Refreshed docs, now with repeated params by Joe Gregorio · 13 years ago
  69. 61d7e96 Added support for repeating parameters by Joe Gregorio · 13 years ago
  70. ca876e4 Fixed checking for stack query parameters so they actually get added to the query paramters. by Joe Gregorio · 13 years ago
  71. 1321795 Add passthrough for query parameters that the stack uses but that don't appear in discovery. by Joe Gregorio · 13 years ago
  72. 560b532 Make file based Storage thread safe. by Joe Gregorio · 13 years ago
  73. d433b2a Now using the dataWrapper features flag to control serialization of JSON requests. by Joe Gregorio · 13 years ago
  74. c2a7393 Now adding type information and enum descriptions into inline docs by Joe Gregorio · 13 years ago
  75. 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
  76. 0fb19e1 Simplify api-python-client-doc and add Home link back in. by Joe Gregorio · 13 years ago
  77. afc45f2 Use html output of pydoc in api-python-client-doc application. Also generate a static linked set of documents for all apis that we know about. by Joe Gregorio · 13 years ago
  78. 55d5818 Added httplib2 and uritemplate to generated docs by Joe Gregorio · 13 years ago
  79. f826111 updated docs by Joe Gregorio · 13 years ago
  80. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 13 years ago
  81. 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
  82. 825d78d cleanup comments by Joe Gregorio · 13 years ago
  83. c3fae8a Move to v0.3 discovery and use method and parameter descriptions if available. by Joe Gregorio · 13 years ago
  84. 790bddd switch over to using discovery v0.3, now using descriptions if available by Joe Gregorio · 13 years ago
  85. a0a52e4 Moving over OAuth 1.0 to use Storage, and updating samples to handle token revocation. by Joe Gregorio · 13 years ago
  86. 9b57dd3 Add in missing ext/file.py by Joe Gregorio · 13 years ago
  87. 9ce4b62 Moving all OAuth code and samples to use Storage consistently by Joe Gregorio · 13 years ago
  88. 3b79fa8 Added AccessTokenCredentials by Joe Gregorio · 13 years ago
  89. ec34365 Added default for HttpMock by Joe Gregorio · 13 years ago
  90. 6c0ebb7 Added a sample for OAuth 2.0 and Django by Joe Gregorio · 13 years ago
  91. 7c22ab2 Clean up doc strings and unused imports by Joe Gregorio · 13 years ago
  92. 1b63a69 merged by Joe Gregorio · 13 years ago
  93. d81ecb0 Clean up buzz example so it is just one file. by Joe Gregorio · 13 years ago
  94. fc1e278 Fixes for OAuth 2.0 support in Django by Joe Gregorio · 13 years ago
  95. deeb020 Cleaned up OAuth 2.0 support fully using Storage() and updating samples. by Joe Gregorio · 13 years ago
  96. cb8103d Move HttpMock out of tests and into apiclient.http. Update tests that used HttpMock by Joe Gregorio · 13 years ago
  97. ded54c5 Added missing doc file. by Joe Gregorio · 13 years ago
  98. abda96f Added in more documentation, cleaned up use of postproc in HttpRequest and refreshed docs by Joe Gregorio · 13 years ago
  99. 4b2e51a Changed OAuth 2.0 to only refresh an access_token upon seeing a 401, ignoring token_expiry for now. by Joe Gregorio · 13 years ago
  100. 02f1b63 merge by Joe Gregorio · 13 years ago