| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Test to demonstrate that the default function isn't always called (#133) | Pramukta Kumar | 2015-03-17 | 1 | -0/+19 |
| * | test_sequnpack: python3 literals | Bas Westerbaan | 2015-01-26 | 1 | -6/+6 |
| * | Add test for issue #124 | Bas Westerbaan | 2015-01-26 | 1 | -0/+12 |
| * | Add max_<type>_len option to unpacker. (fixes #97). | INADA Naoki | 2015-01-25 | 1 | -1/+72 |
| * | tests: add pytest 2.3 compatibility | Ken Dreyer | 2015-01-23 | 1 | -1/+1 |
| * | Fix build and tests. | INADA Naoki | 2014-08-31 | 1 | -2/+2 |
| * | Merge pull request #94 from msgpack/strict-input-check | INADA Naoki | 2014-03-26 | 1 | -0/+62 |
| |\ | |||||
| | * | 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 |
| * | | fixed super() for python2 | Alexey Popravka | 2014-03-24 | 1 | -1/+2 |
| * | | Unpacker's ext_hook fixed + tests | Alexey Popravka | 2014-03-24 | 1 | -1/+24 |
| |/ | |||||
| * | Remove unused import. | INADA Naoki | 2014-02-17 | 1 | -1/+0 |
| * | Merge branch 'pr/82' | INADA Naoki | 2014-02-17 | 1 | -1/+9 |
| |\ | |||||
| | * | fix | INADA Naoki | 2014-02-17 | 1 | -5/+3 |
| | * | fixed support of python3 | Sergey Zhuravlev | 2014-02-12 | 1 | -1/+4 |
| | * | Added support of bytearrays to msgpack/fallback.py | Sergey Zhuravlev | 2013-12-15 | 1 | -0/+7 |
| * | | Remove six completely. | INADA Naoki | 2014-02-15 | 1 | -16/+14 |
| * | | Remove six.b() | INADA Naoki | 2014-02-15 | 1 | -5/+4 |
| * | | six.BytesIO => io.BytesIO | INADA Naoki | 2014-02-15 | 3 | -11/+11 |
| * | | Remove too strict type check from test. | INADA Naoki | 2014-02-14 | 1 | -1/+0 |
| * | | Fix test | INADA Naoki | 2014-02-13 | 1 | -2/+2 |
| * | | Add refcount check. | INADA Naoki | 2014-02-13 | 2 | -20/+29 |
| * | | Rename | INADA Naoki | 2014-02-13 | 1 | -0/+19 |
| * | | Feed data from file before _unpack() | INADA Naoki | 2014-02-13 | 1 | -0/+19 |
| * | | Always raise TypeError for wrong argument types | Wouter Bolsterlee | 2014-02-11 | 1 | -1/+1 |
| |/ | |||||
| * | Add tests and bugfix. | INADA Naoki | 2013-10-21 | 1 | -2/+21 |
| * | cleanup | INADA Naoki | 2013-10-20 | 1 | -2/+1 |
| * | Support unpacking new types. | INADA Naoki | 2013-10-20 | 1 | -1/+1 |
| * | Packing ExtType and some cleanup | INADA Naoki | 2013-10-20 | 2 | -54/+34 |
| * | fallback: Support pack_ext_type. | INADA Naoki | 2013-10-20 | 1 | -13/+13 |
| * | Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspec | INADA Naoki | 2013-10-20 | 2 | -1/+78 |
| |\ | |||||
| | * | implement unpacking for all the fixtext formats | Antonio Cuni | 2013-10-19 | 1 | -0/+1 |
| | * | add a test for unpacking extended types | Antonio Cuni | 2013-10-19 | 1 | -0/+22 |
| | * | implement unpack_one also for the cython version, and add a test for it | Antonio Cuni | 2013-10-19 | 1 | -1/+14 |
| | * | implement Packer.pack_extended_type also in the cython version of the code | Antonio Cuni | 2013-10-18 | 1 | -1/+1 |
| | * | automatically find the best format to encode extended types | Antonio Cuni | 2013-10-18 | 1 | -2/+16 |
| | * | slightly change to API | Antonio Cuni | 2013-10-18 | 1 | -3/+4 |
| | * | kill some duplicate code from unpack/unpackb and move the logic to Unpacker.u... | Antonio Cuni | 2013-10-18 | 1 | -3/+5 |
| | * | add support for extended types: you can now pack/unpack custom python objects... | Antonio Cuni | 2013-10-15 | 1 | -0/+24 |
| * | | Add tests for str8 and bin types. | INADA Naoki | 2013-10-17 | 1 | -0/+69 |
| |/ | |||||
| * | more tests | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+3 |
| * | Revert "Skip reserved byte" | INADA Naoki | 2013-02-23 | 1 | -8/+0 |
| * | Revert "Fix test for Python 3." | INADA Naoki | 2013-02-23 | 1 | -15/+1 |
| * | Fix test for Python 3. | INADA Naoki | 2013-02-21 | 1 | -1/+15 |
| * | Skip reserved byte | INADA Naoki | 2013-02-21 | 1 | -0/+8 |
| * | Fix minor bugs and tuning unpacking dict. | INADA Naoki | 2013-02-03 | 1 | -1/+1 |
