summaryrefslogtreecommitdiff
path: root/kafka/codec.py
Commit message (Collapse)AuthorAgeFilesLines
* Split fixtures out to a separate fileIvan Pouzyrevsky2013-06-071-3/+3
|
* Beautify codec.pyIvan Pouzyrevsky2013-06-071-24/+21
|
* Refactor and update integration testsIvan Pouzyrevsky2013-06-071-0/+7
|
* PEP8-ify most of the filesMahendra M2013-05-291-2/+6
| | | | consumer.py and conn.py will be done later after pending merges
* Add Snappy support0.1-alphaDavid Arthur2012-11-161-0/+17
| | | | Fixes #2
* Moved codec stuff into it's own moduleDavid Arthur2012-10-021-0/+23
Snappy will go there when I get around to it