summaryrefslogtreecommitdiff
path: root/kafka/codec.py
Commit message (Expand)AuthorAgeFilesLines
* allow to specify compression level for codecs which support thistrbs2015-09-121-2/+5
* Take the linter to kafka/codec.pyDana Powers2015-03-091-11/+10
* Gzip context manager not supported in py2.6, so use try/finally insteadDana Powers2015-03-091-2/+17
* Use context managers in gzip_encode / gzip_decodeDana Powers2015-03-081-12/+7
* Make all unit tests pass on py3.3/3.4Bruno ReniƩ2014-09-031-8/+11
* Make it possible to read and write xerial snappyGreg Bowyer2014-02-191-3/+95
* 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
* Add Snappy support0.1-alphaDavid Arthur2012-11-161-0/+17
* Moved codec stuff into it's own moduleDavid Arthur2012-10-021-0/+23