| Age | Commit message (Expand) | Author |
| 2012-02-07 | cleaned Request/Response/mixins to have similar interface | Sébastien Piquemal |
| 2012-02-07 | cleaned a bit Response/ResponseMixin code, added some documentation + renamed... | Sébastien Piquemal |
| 2012-02-02 | Response as a subclass of HttpResponse - first draft, not quite there yet. | Sébastien Piquemal |
| 2012-01-22 | .DATA, .FILES, overloaded HTTP method, content type and content available dir... | Sébastien Piquemal |
| 2012-01-21 | pep8/pyflakes cleanup | Tom Christie |
| 2012-01-18 | Docstring/whitespace fixes. | Ben Timby |
| 2012-01-12 | correct complex data xml parsing | Michele Lazzeri |
| 2012-01-11 | recursive xml parsing | Michele Lazzeri |
| 2012-01-11 | recursive xml parsing | Michele Lazzeri |
| 2012-01-11 | Revert "update author" | Michele Lazzeri |
| 2012-01-11 | recursive xml parsing | Michele Lazzeri |
| 2012-01-11 | Revert "update author" | Michele Lazzeri |
| 2012-01-11 | update author | Michele Lazzeri |
| 2012-01-11 | Replace tab with spaces. | Tom Christie |
| 2011-12-29 | whitespace fixes | Tom Christie |
| 2011-12-11 | add xml parser | Craig Blaszczyk |
| 2011-07-02 | Picky. :) | Tom Christie |
| 2011-07-02 | Fixed YAMLParser = None | Jens Alm |
| 2011-07-02 | Sloppy copy-pasting... | Jens Alm |
| 2011-07-02 | parsers.DEFAULT_PARSERS added to be consistent with renderers.DEFAULT_RENDERERS | Jens Alm |
| 2011-07-01 | pull in markos changes, minor tweaks to yaml stuff | Tom Christie |
| 2011-06-29 | return 400 BAD REQUEST rather than Django traceback/500 error on failed multi... | Andrew Straw |
| 2011-06-26 | Very basic YAML support. Probably needs some tweaking, and definitely needs t... | markotibold |
| 2011-06-09 | Removed unused imports | Alen Mujezinovic |
| 2011-06-09 | Returning the dict from `parse_qs` in `FormParser` fails on forms. | Alen Mujezinovic |
| 2011-05-24 | Renderers can now cope with parameterised args. ResponseMixin gets cleaned u... | Tom Christie |
| 2011-05-19 | Merge in marko's doc markup | Tom Christie |
| 2011-05-19 | data flattening needs to go into resource | Tom Christie |
| 2011-05-18 | Most of the actual work so far has been markup really. | markotibold |
| 2011-05-13 | cleanup | Tom Christie |
| 2011-05-12 | refactoring resource specfic stuff into ResourceMixin - validators now defunct | Tom Christie |
| 2011-05-10 | Getting the API into shape | Tom Christie |
| 2011-04-29 | More refactoring - move various less core stuff into utils etc | Tom Christie |
| 2011-04-27 | Urg. Fix broken merging. | Tom Christie |
| 2011-04-27 | Merge previous checkins | Tom Christie |
| 2011-04-26 | Fixes #35 - Import json from django's built-in package (Does cleverness in de... | tom christie tom@tomchristie.com |
| 2011-04-25 | Fix some compat issues with json/simplejson | Tom Christie |
| 2011-04-11 | Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re... | Tom Christie |
| 2011-04-11 | Remove last bits of ParserMixin | Tom Christie |
| 2011-04-11 | More tests passing | Tom Christie |
| 2011-04-02 | Refactor to use self.CONTENT to access request body. Get file upload working | tom christie tom@tomchristie.com |
| 2011-03-11 | debug + tests for MultipartParser | sebpiq |
| 2011-03-11 | documentation + tests + debugging for formparsers | sebpiq |
| 2011-03-10 | documentation | sebpiq |
| 2011-03-10 | removed useless stuff, request.POST and FILES not used + some doc | sebpiq |
| 2011-03-09 | renamings + corrected a bug | spiq |
| 2011-03-08 | corrected a small bug | spiq |
| 2011-03-04 | FomrParser now implements a work around for empty values in a list | spiq |
| 2011-03-04 | forms and multipat parsers now flaten data | spiq |
| 2011-03-04 | fix for PUT files | spiq |