1. 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
  2. 2379ecc Switch over to using discovery format v0.2beta1. by Joe Gregorio · 14 years ago
  3. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  4. 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
  5. c5eb46f Merged with the main repository. Added some conditional imports for compatibility with Python 2.5 by ade@google.com · 14 years ago
  6. 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
  7. 00cf1d9 Added in support for developer keys by Joe Gregorio · 14 years ago
  8. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 14 years ago
  9. d69e5e4 Added conditional import to ensure tests will work under Python 2.5 by ade@google.com · 14 years ago
  10. fe695fb Now correctly using urlencode for query parameters. Also handling unicode by converting to utf-8. by Joe Gregorio · 14 years ago
  11. 6d5e94f First pass at adding in pagination by Joe Gregorio · 14 years ago
  12. 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
  13. ba9ea7f Added tests for resources and their methods. Also added tests for the json model. by Joe Gregorio · 14 years ago
  14. 48d361f Starting to cleanup, organize files, and make it look like a real project. by Joe Gregorio · 14 years ago