Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |