Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fallback: Fix packing multidim memoryview (#527) | Inada Naoki | 2023-01-18 | 1 | -0/+8 |
| | | | Fix #526 | ||||
* | Update setuptools and black (#498) | Inada Naoki | 2022-03-03 | 1 | -14/+14 |
| | | | | * Use setuptools * Use black==22.1.0 | ||||
* | Use new msgpack spec by default. (#386) | Inada Naoki | 2019-12-05 | 1 | -28/+11 |
| | |||||
* | blacken test | Inada Naoki | 2019-12-05 | 1 | -22/+25 |
| | |||||
* | Remove double underscore prefix | INADA Naoki | 2016-05-05 | 1 | -22/+21 |
| | |||||
* | add lower bound tests for memoryviews | folz | 2016-05-04 | 1 | -0/+8 |
| | |||||
* | more descriptive test names | folz | 2016-05-04 | 1 | -51/+21 |
| | |||||
* | fix problems associated with packing memoryviews | folz | 2016-05-03 | 1 | -5/+128 |
| | | | | | fix wrong length when packing multibyte memoryviews in fallback add tests for memoryviews of different types and sizes and check contents of packed data | ||||
* | Support packing memoryview objects | folz | 2016-01-25 | 1 | -0/+12 |