summaryrefslogtreecommitdiff
path: root/kafka/protocol/struct.py
Commit message (Expand)AuthorAgeFilesLines
* Fix kwarg handing in kafka.protocol.struct.Struct (#1025)Dana Powers2017-03-091-1/+6
* Fixed couple of "leaks" when gc is disabled (#979)Max Baryshnikov2017-03-071-1/+5
* PEP-8: Spacing & removed unused imports (#899)Jeff Widman2017-02-091-2/+1
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
* Add __hash__ method to StructDana Powers2016-01-031-0/+3
* Struct __eq__Dana Powers2016-01-011-0/+7
* pylint fixesDana Powers2015-12-101-1/+1
* few small cleanupsZack Dever2015-12-041-1/+1
* Recursive repr, display all field names and values for StructsDana Powers2015-12-041-3/+5
* Rework protocol type definition: AbstractType, Schema, StructDana Powers2015-12-041-0/+52