1. 336b978 new 1.0beta3, previous was unreleased by Joe Gregorio · 13 years ago
  2. 23ea66c Added tag 1.0beta3 for changeset d68eb65bb173 by Joe Gregorio · 13 years ago
  3. d2ee4d8 Fixed bug with refreshing tokens in file Storage by Joe Gregorio · 13 years ago
  4. a845167 1.0beta3 release by Joe Gregorio · 13 years ago
  5. a858331 Added tag 1.0beta3 for changeset 6e217fef0cef by Joe Gregorio · 13 years ago
  6. 562b731 Stage 1 conversion to JSON for storing Credentials. by Joe Gregorio · 13 years ago
  7. 85964c5 fix oauth2decorator user_agent regression #5007043 by Johan Euphrosine · 13 years ago
  8. 9da2ad8 Add fancy locking to oauth2client. by Joe Gregorio · 13 years ago
  9. a388ce3 Add checking of unexpected calls and unexpected provided body to by Joe Gregorio · 13 years ago
  10. 093d9bf Add GAN samples. by Joe Gregorio · 13 years ago
  11. 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
  12. 0250385 Refresh docs by Joe Gregorio · 13 years ago
  13. 03aac12 Add Analytics Management API sample. by Joe Gregorio · 13 years ago
  14. 555f33c Fix handling of nextPageToken. Reviewed in http://codereview.appspot.com/4932041/ by Joe Gregorio · 13 years ago
  15. 4bd78e2 Sample python client code for Admin Audit API - first version by rahulpaul@google.com · 13 years ago
  16. 49cd5f8 imported patch issue4815077_3002.diff by Robert Kaplow · 13 years ago
  17. 84d3c1f Handle the case of maxSize missing in a discovery doc media section. by Joe Gregorio · 13 years ago
  18. 3c676f9 Add support for _next pagination with page tokens. by Joe Gregorio · 13 years ago
  19. cb6d891 Remove user_agent from app engine helpers. by JacobMoshenko · 13 years ago
  20. fdd6c44 Missing file by Joe Gregorio · 13 years ago
  21. cba06d5 Added gadget wrapper for a presentation to be placed in the codesite wiki. by Joe Gregorio · 13 years ago
  22. d92897c imported patch reserved by Joe Gregorio · 13 years ago
  23. 198fdf7 Added missing test images by Joe Gregorio · 13 years ago
  24. 90e7ec2 Fix up docs and how that are generated. by Joe Gregorio · 13 years ago
  25. c47fab7 Add oauth2client as a completely separate library. by Joe Gregorio · 13 years ago
  26. 9c8588a Update api-python-client-doc to also serve up a gadget by Joe Gregorio · 13 years ago
  27. b9e63ff Regenerate documentation by Joe Gregorio · 13 years ago
  28. fdf7c80 Add support for media uploads as they will appear in Discovery. by Joe Gregorio · 13 years ago
  29. 7cbceab fix imports on some tests by Joe Gregorio · 13 years ago
  30. 83cd439 Add another test. by Joe Gregorio · 13 years ago
  31. 8e90510 Add robot helpers and a sample. by JacobMoshenko · 13 years ago
  32. d7bba20 add missing simlinks for tasks_appengine sample by Johan Euphrosine · 13 years ago
  33. da68b33 add Tasks API App Engine sample by Johan Euphrosine · 13 years ago
  34. e751800 Sync to version 0.7.0 of httplib2 by Joe Gregorio · 13 years ago
  35. f427c53 Reviewed in http://codereview.appspot.com/4515195/ by Joe Gregorio · 13 years ago
  36. 14edb84 Moving to new discovery version in taskqueue sample. by Joe Gregorio · 13 years ago
  37. c11bec6 Add functional tests for patch and fields. Reviewed in http://codereview.appspot.com/4536109/ by Joe Gregorio · 13 years ago
  38. 65826f9 Fix prediction sample to comply with updated insert request and take data as command-line flag. by Joe Gregorio · 13 years ago
  39. 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
  40. b696467 Clean up tests and add a dev key to avoid 403 errors by Joe Gregorio · 13 years ago
  41. 922b78c Add preliminary support for uploading media. by Joe Gregorio · 13 years ago
  42. e98c232 Add support for creating a PATCH body from a before and after object. by Joe Gregorio · 13 years ago
  43. 0bc7091 Add 2LO support for OAuth 1.0. by Joe Gregorio · 13 years ago
  44. aae127a Added placeholder samples for the oauth2decorator. by Joe Gregorio · 13 years ago
  45. bd89940 rollback new_project_template sample from using the decorator by Joe Gregorio · 13 years ago
  46. be927fb Add support for extracting sources from eggs. by Joe Gregorio · 13 years ago
  47. 432f17e oauth2decorator, reviewed in http://codereview.appspot.com/4524063/ by Joe Gregorio · 13 years ago
  48. 3eecaa9 Accept both lower and camelcase userip. by Joe Gregorio · 13 years ago
  49. 54e5aaf Partial fix of issue #31. Add simplejson to MANIFEST.in by Joe Gregorio · 13 years ago
  50. 8097e2a Fixes issue #28, updating the return_uri to /oauth2callback. Also updated README. by Joe Gregorio · 13 years ago
  51. 7d79121 Fix samples so that they catch AccessTokenRefreshError. by Joe Gregorio · 13 years ago
  52. c242eb4 Added tag 1.0beta2 for changeset 96303fb1e6b5 by Joe Gregorio · 13 years ago
  53. 351b149 Version 1.0 beta 2 by Joe Gregorio · 13 years ago
  54. b9a8092 Replacing image with a non-Python-specific one for reuse elsewhere. by Jed Hartman · 13 years ago
  55. 239855e Add TaskQueue sample. by Joe Gregorio · 13 years ago
  56. 821e164 Update sample to latest discovery format. Reviewed in http://codereview.appspot.com/4468041/ by Joe Gregorio · 13 years ago
  57. f843479 Sync to head of httplib2 by Joe Gregorio · 13 years ago
  58. 123f5db Clean up landing page for api-python-client-doc, adding in API name and version columns. by Joe Gregorio · 13 years ago
  59. 7ad707e Add optional parameters for Django fields. by Joe Gregorio · 13 years ago
  60. 6a63a76 Update to use the latest version of discovery. by Joe Gregorio · 13 years ago
  61. 652898b Add sample_generator.py and update samples to via generator. by Joe Gregorio · 13 years ago
  62. 2a5f413 Add support for Protocol Buffers as an API serialization format by Matt McDonald · 13 years ago
  63. 56059ca Replacing image, to show new UI. by Jed Hartman · 13 years ago
  64. b7722ca Adding green border to highlight relevant part of image. by Jed Hartman · 13 years ago
  65. ae0734e Fixing mistaken image. by Jed Hartman · 13 years ago
  66. 7756aaf Removing old image; adding new one. by Jed Hartman · 13 years ago
  67. 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
  68. d1ee5e2 Added missing symlink. by Joe Gregorio · 13 years ago
  69. 1ef83e1 Fix problem with runsamples erroring on logging. Add in missing api-python-client-doc file. by Joe Gregorio · 13 years ago
  70. c968a57 Removing OAuth 2.0 Latitude sample. by Joe Gregorio · 13 years ago
  71. b17c763 Install now with expanded symlinks for those platforms that don't support them. by Joe Gregorio · 13 years ago
  72. bce596b Added enable-app-engine-project by Joe Gregorio · 13 years ago
  73. 20a5aa9 Updated copyright notices where appropriate and refreshed generated docs. by Joe Gregorio · 13 years ago
  74. 37de7a3 Added .zip as a release package format. by Joe Gregorio · 13 years ago
  75. f56a2b3 alpha11 release by Joe Gregorio · 13 years ago
  76. 05375c0 Switch over the threadqueue sample from moderator to urlshortener. by Joe Gregorio · 13 years ago
  77. 5cdaa51 Rolled setuptools support back into setup.py but made it much more robust. by Joe Gregorio · 13 years ago
  78. 071ca7e alpha9, remove setuptools as it doesn't work with the current config. by Joe Gregorio · 13 years ago
  79. fcb3120 alpha8 by Joe Gregorio · 13 years ago
  80. baae1d2 Missing oauth2 files by Joe Gregorio · 13 years ago
  81. 06d852b Cleaning up 2.7 compatibility and more work on installer. by Joe Gregorio · 13 years ago
  82. 01b9270 Fixed issue with installing gflags by Joe Gregorio · 13 years ago
  83. 5d7dbb3 Fix installer issue with gflags by Joe Gregorio · 13 years ago
  84. e9e236f Clean up README and add lots of comments to moderator.py by Joe Gregorio · 13 years ago
  85. 09aa3f5 alpha4 by Joe Gregorio · 13 years ago
  86. f415342 imported patch partial-and-patch by Joe Gregorio · 13 years ago
  87. 6abf870 Moved OAuth 2.0 samples up to the top level. by Joe Gregorio · 13 years ago
  88. 6f3014a Fixed 2.4 compatibility problem. Added tests to release process to make sure there are no regressions. by Joe Gregorio · 13 years ago
  89. dd9fa86 another release, alpha3 by Joe Gregorio · 13 years ago
  90. 4d1f75f Fixed problem with missing __init__.py files. by Joe Gregorio · 13 years ago
  91. c5edb3c List of APIs is now built dynamically. by Joe Gregorio · 13 years ago
  92. 469b538 merge by Joe Gregorio · 13 years ago
  93. 4258d6b made the installation easy_install friendly by Joe Gregorio · 13 years ago
  94. b3ec0f4 Fixed source in Search API for Shopping example. by Ali Afshar · 13 years ago
  95. 60f1852 merge by Joe Gregorio · 13 years ago
  96. 80bc931 Added runsamples.py which allows the caller to run all the sample applications in a given directory. by Joe Gregorio · 13 years ago
  97. 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
  98. 205e73a Cleanup of samples including adding flags to control logging. by Joe Gregorio · 13 years ago
  99. fa6630c Added sample for dailymotion by Joe Gregorio · 13 years ago
  100. 6bcbcea Added wrapper to add user-agent to requests for the non-authenticated case. by Joe Gregorio · 13 years ago