summaryrefslogtreecommitdiff
path: root/kafka/protocol/pickle.py
Commit message (Expand)AuthorAgeFilesLines
* change pickle_method to use python3 special attributes (#777)John Win2016-07-261-3/+9
* Disable pylint errors for py2/py3 compatibility workaroundsDana Powers2016-01-011-2/+2
* Handle python3 in kafka.protocol.pickleDana Powers2015-12-101-2/+6
* Support pickling of Structs -- _encode_self instance method needs some magicDana Powers2015-12-091-0/+25