Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update setuptools and black (#498) | Inada Naoki | 2022-03-03 | 1 | -6/+6 |
| | | | | * Use setuptools * Use black==22.1.0 | ||||
* | Make strict_map_key default to True (#392) | Inada Naoki | 2019-12-06 | 1 | -2/+2 |
| | |||||
* | blacken test | Inada Naoki | 2019-12-05 | 1 | -19/+27 |
| | |||||
* | Auto limit configuration (#342) | Inada Naoki | 2019-01-24 | 1 | -1/+24 |
| | |||||
* | s/raw_as_bytes/raw/g (#276) | INADA Naoki | 2018-01-12 | 1 | -2/+2 |
| | | | fixes #273 | ||||
* | Add raw_as_bytes option to Unpacker. (#265) | INADA Naoki | 2018-01-11 | 1 | -2/+2 |
| | |||||
* | remove too much parameterized tests | INADA Naoki | 2016-02-14 | 1 | -28/+21 |
| | |||||
* | removed MsgpackBaseException | palaviv | 2016-02-12 | 1 | -9/+9 |
| | |||||
* | msgpack pack and unpack throws only exception that inherit from ↵ | palaviv | 2016-02-12 | 1 | -18/+28 |
| | | | | MsgpackBaseException. cython and fallback throws same exceptions | ||||
* | Add max_<type>_len option to unpacker. (fixes #97). | INADA Naoki | 2015-01-25 | 1 | -1/+72 |
| | | | | Fix build error on 32bit environment (fixes #102). | ||||
* | Fix build and tests. | INADA Naoki | 2014-08-31 | 1 | -2/+2 |
| | |||||
* | Fix PyPy fail. | INADA Naoki | 2014-03-26 | 1 | -26/+28 |
| | |||||
* | Fix Python 3.2 | INADA Naoki | 2014-03-26 | 1 | -2/+3 |
| | |||||
* | Allow ValueError for packing integer overs format limit. | INADA Naoki | 2014-03-26 | 1 | -2/+2 |
| | |||||
* | Fix skipif marking. | INADA Naoki | 2014-03-26 | 1 | -3/+3 |
| | |||||
* | More limit check. | INADA Naoki | 2014-03-26 | 1 | -2/+18 |
| | |||||
* | Add tests for limits. | INADA Naoki | 2014-03-26 | 1 | -0/+43 |