summaryrefslogtreecommitdiff
path: root/kafka/record/_crc32c.py
Commit message (Collapse)AuthorAgeFilesLines
* Add temp workaround for upstream pylint bugJeff Widman2018-10-261-1/+3
| | | | Temporarily workaround https://github.com/PyCQA/pylint/issues/2571 so that we can stop pinning `pylint`.
* Update remote urls: snappy, https, etcJeff Widman2018-10-221-2/+2
| | | | | Snappy URL was outdated. Similarly, many of these sites now support https.
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵Taras Voinarovskyi2017-10-251-0/+143
(#1185) Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls.