summaryrefslogtreecommitdiff
path: root/kafka/protocol/struct.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | - temporarily ignore kafka/consumer/group.py - temporarily ignore test/test_protocol.py - disable-msg deprecated; use disable= instead
* 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