summaryrefslogtreecommitdiff
path: root/t/unit/test_serialization.py
Commit message (Expand)AuthorAgeFilesLines
* pyupgrade.Omer Katz2020-09-031-1/+1
* isort.Omer Katz2020-08-311-1/+1
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-191-3/+1
* Fix deserialization of long string field values that are not utf-8.Tim Burke2020-05-301-0/+1
* Cython generic content (#315)Matus Valo2020-04-211-2/+4
* Implement speedups in cython (#311)Matus Valo2020-04-071-13/+25
* The bitcount will reset only when we move to the next byte. (#260)Omer Katz2019-03-021-0/+7
* Test array inside table.Omer Katz2019-02-281-1/+8
* for deserialisation, correct offset for bits (#187)Allan Simon2019-02-271-0/+7
* Add field type "x" (byte array) (#204)Davis Kirkendall2018-09-131-3/+5
* isort.Omer Katz2017-10-281-2/+2
* Use backport version of struct method on Python 2.7.5 and earlier (Issue #117)Ask Solem2016-12-141-11/+11
* Pass fmt string as a str object to struct functions (#112)Jon Dufresne2016-12-141-10/+10
* Revert "Pass fmt string as a str object to struct functions (#112)"Ask Solem2016-12-071-10/+10
* Pass fmt string as a str object to struct functions (#112)Jon Dufresne2016-11-081-10/+10
* flakesAsk Solem2016-09-061-2/+0
* Fixes datetime handling in method frame argumentsAsk Solem2016-09-061-1/+1
* Use py.testAsk Solem2016-08-231-0/+197