1. 3cf90d0 clean up generated html files to reflect name changes by Joe Gregorio · 15 years ago
  2. 034e700 Fix import of simplejson by Joe Gregorio · 15 years ago
  3. b843fa2 Fixed relative imports in apiclient by Joe Gregorio · 15 years ago
  4. 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 · 15 years ago
  5. 2b3ce69 Moved buzz_gae_client.py to contrib. Made runtests.py handle the nested folders by ade@google.com · 15 years ago
  6. 5ff125d Moved tests to a sub-folder of the contrib folder. Made globs in runtest.py check one level down by ade@google.com · 15 years ago
  7. 364e695 Added SimpleBuzzWrapper and tests by ade@google.com · 15 years ago
  8. 0cb157a Made it possible to run a specific folder of tests by ade@google.com · 15 years ago
  9. 6e54a91 Refactored runtests.py so that it can run contrib_tests by ade@google.com · 15 years ago
  10. 7931ee9 Fixed broken test that wasn't calling .execute() by ade@google.com · 15 years ago
  11. 464e9b9 Merge by ade@google.com · 15 years ago
  12. f21095c Force pretty-printing to always be on. This is a temporary measure to 1-aid debugging and 2-find out what impact this has on real-world usage. by ade@google.com · 15 years ago
  13. 3309c9e Added the start of a FAQ by ade@google.com · 15 years ago
  14. 30dfdc3 Added script to generate pydoc, and all the generated pydoc also. by Joe Gregorio · 15 years ago
  15. fc328da Ignore all *.dat files by Joe Gregorio · 15 years ago
  16. 58b9594 revert Makefile after sphinx clobbered it. by Joe Gregorio · 15 years ago
  17. d27ae3e Add missing test files from previous addition of mocks. by Joe Gregorio · 15 years ago
  18. 3ad5e9a Add missing files from previous addition of mocks. by Joe Gregorio · 15 years ago
  19. af276d2 Added mocks for the generated service objects. Also fixed a bunch of formatting. by Joe Gregorio · 15 years ago
  20. a12c7d6 Clean up descriptions by Joe Gregorio · 15 years ago
  21. bc2ff9b Fix for a temporary problem with discovery documents. Now query vs path parameters are inferred from the restPath. by Joe Gregorio · 15 years ago
  22. 913e70d No longer adding in the 'data' wrapper object if it is missing, as some APIs don't use it. by Joe Gregorio · 15 years ago
  23. 430178b Added prediction to client doc sample by Joe Gregorio · 15 years ago
  24. 06d60a0 Updated api-python-client-doc application to list the three new APIs by Joe Gregorio · 15 years ago
  25. 5e4aa15 Added Custom Search example by Joe Gregorio · 15 years ago
  26. 618e63b Added sample for translate v2 api by Joe Gregorio · 15 years ago
  27. f17cbd3 Clean up sample comments by Joe Gregorio · 15 years ago
  28. 3513902 Added diacritize sample by Joe Gregorio · 15 years ago
  29. 3b3a191 Fix up discovery_extras.py for v0.2beta1 support by Joe Gregorio · 15 years ago
  30. aeb78b7 Renamed apiclient.ext.django to django_orm to prevent accidental shadowing of django library (issue 3, comment 2) by Tom Miller · 15 years ago
  31. b10a240 Added apiclient.ext to list of packages to install in setup.py by Tom Miller · 15 years ago
  32. 78a508d Be robust in what you accept, which might be a JSON object w/o an outer wrapper 'data' object. by Joe Gregorio · 15 years ago
  33. 0802a17 Added Latitude sample. by Joe Gregorio · 15 years ago
  34. 20cfcda Fixed nested resources in api-python-client-doc by Joe Gregorio · 15 years ago
  35. 0198590 merged by Joe Gregorio · 15 years ago
  36. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 15 years ago
  37. a2a899d Merge by ade@google.com · 15 years ago
  38. c7da92b Added the beginnings of an oacurl.py tool. At the moment it only does fetches and it requires you to have already used the Java version of oacurl to create the ~/.oacurl.properties file that it depends upon. by ade@google.com · 15 years ago
  39. c2ce62a Fixes issue #1. by Joe Gregorio · 15 years ago
  40. c935907 Fixes issue #1. by Joe Gregorio · 15 years ago
  41. c36ac53 Group listing bug is now fixed in the Buzz back-end so I've enabled the test by ade@google.com · 15 years ago
  42. 582a99a Merged in Joe's django utilities changes by ade@google.com · 15 years ago
  43. 41b2603 Added test for creating and deleting groups by ade@google.com · 15 years ago
  44. c63823a Move django utilities from sample into .ext. by Joe Gregorio · 15 years ago
  45. 5185853 Added a test for getting profiles via numeric identifiers by ade@google.com · 15 years ago
  46. 0c73a67 Added sample that shows how to use threads and queues to batch up requests. by Joe Gregorio · 15 years ago
  47. 7918e23 merge by Joe Gregorio · 15 years ago
  48. 214d19c Added in missing file. by Joe Gregorio · 15 years ago
  49. aca9646 Ignore .dat files with credentials in them by Joe Gregorio · 15 years ago
  50. f658e32 Consolidate all of the wonky code for the various places that simplejson could be imported from all into one place. by Joe Gregorio · 15 years ago
  51. 0c3c29d updated future.json files to match current services by Joe Gregorio · 15 years ago
  52. c378c6d Fixed outdated path to buzz.py and three_legged_dance.py by Tom Miller · 15 years ago
  53. 8fa1e59 merge by Tom Miller · 15 years ago
  54. 7c95d81 Modified README and setup.py to install apiclient and included third party libraries. by Tom Miller · 15 years ago
  55. a346c55 Added README to api-python-client-doc by Joe Gregorio · 15 years ago
  56. c0b6396 Renamed helpdoc to api-python-client-doc to make it easeier to find and associate with the appspot.com application. by Joe Gregorio · 15 years ago
  57. 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 · 15 years ago
  58. 4fb70cc merge by Joe Gregorio · 15 years ago
  59. 5e3a5fa Sync httplib2. Fix user-agent code so base libraries are listed after higher level apps/libraries user-agent. by Joe Gregorio · 15 years ago
  60. 9d821b0 Added support for requests that return an HTTP 204: No Content. Added tests for creating a private activity and for deleting activities. by ade@google.com · 15 years ago
  61. b4efbf8 Merged my changes with upstream changes from Joe. by ade@google.com · 15 years ago
  62. 4f2794e Added tests for getting a specific activity; creating a public activity; fetching specific groups for a user; commenting on an activity by ade@google.com · 15 years ago
  63. 46b0ff6 Expanded Moderator sample. Also made JsonBody more robust, allowing the external 'data' wrapper to be passed in from the caller or added, depending on whether it is present or not. Also handle adding user-agents better, by concatenating them. by Joe Gregorio · 15 years ago
  64. e3c8b6d Broke out the moderator and buzz samples into their own directories. Also added more functionality to the buzz sample. by jcgregorio@google.com · 15 years ago
  65. 05cd4f5 Add error classes for apiclient.discovery and apiclient.oauth by Tom Miller · 15 years ago
  66. e2da544 Change default to sending email for reviews. by Joe Gregorio · 15 years ago
  67. 567ee8d Added tests verifying we can get follower and following counts as well as handling users with hidden follwer/following counts by ade@google.com · 15 years ago
  68. 6a05e7d Added oauth tokens for discoveryclientlibrarytest@gmail.com. First authentication test passes but it shouldn't need authentication. It seems we're adding a spurious @self to the URL by ade@google.com · 15 years ago
  69. 59cd951 Remove developer key from example and remove **kwargs from service collections methods by Joe Gregorio · 15 years ago
  70. 5e67117 merge by ade@google.com · 15 years ago
  71. 75fdddd Added Authentication tests which currently fail but are ignored by ade@google.com · 15 years ago
  72. 7ebb2ca Added patch to fix a bug introduced by V1 of the Buzz discovery document because it uses an invalid base URL. by ade@google.com · 15 years ago
  73. 3a49e4c Updated references to scripts in README "Running" section. by Tom Miller · 15 years ago
  74. d6d6f2f Added test to verify we can fetch a Buzz user profile by ade@google.com · 15 years ago
  75. c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 15 years ago
  76. 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 · 15 years ago
  77. cfc39d1 Made it possible to run samples from the top-level directory and we now print out the created activity. by ade@google.com · 15 years ago
  78. e48a491 First pass at a Django sample. by Joe Gregorio · 15 years ago
  79. 7fead44 merge by Joe Gregorio · 15 years ago
  80. 00cf1d9 Added in support for developer keys by Joe Gregorio · 15 years ago
  81. 973d1a6 Adding pagination functional test for Buzz using a user that has next links by ade@google.com · 15 years ago
  82. bfdee6e merge by Joe Gregorio · 15 years ago
  83. db849af Fixes for some coverage tests. Also fix functional test, and make verbosity controls apply better. by Joe Gregorio · 15 years ago
  84. f6a598b fix sample so it uses the latest oauth flow by Joe Gregorio · 15 years ago
  85. 50dce60 Split out running unit and functional tests by ade@google.com · 15 years ago
  86. 7c47d8f Got test coverage to 97%. Added missing file. by Joe Gregorio · 15 years ago
  87. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 15 years ago
  88. 6273cdd merge by Joe Gregorio · 15 years ago
  89. 140062f Clean up app engine sample by Joe Gregorio · 15 years ago
  90. d44bb00 pydoc.render_doc isn't in Python 2.5 so duplicate the functionality so it works on App Engine. by Joe Gregorio · 15 years ago
  91. c81f91d merge by Joe Gregorio · 15 years ago
  92. c204b64 Added new appengine sample for discovery, and also cleaned up the latitude future.json file. by Joe Gregorio · 15 years ago
  93. 5f087cf Changed to a command pattern for requests. by Joe Gregorio · 15 years ago
  94. e6efd53 Be flexible where simplejson comes from by Joe Gregorio · 15 years ago
  95. e936958 Change user-agent to match everyone else. by Joe Gregorio · 15 years ago
  96. 6b2e5dc Added user-agent for the library by Joe Gregorio · 15 years ago
  97. a2f56e7 Moved OAuth discovery data into future.json by Joe Gregorio · 15 years ago
  98. 4292c6e Methods w/o parameters don't have a parameters object in discovery. by Joe Gregorio · 15 years ago
  99. b8262fc Make the final page more usable with a big button on the right hand side. Also add logout link. by Joe Gregorio · 15 years ago
  100. 833313a clean up unneeded vars by Joe Gregorio · 15 years ago