| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 0.4.00.4.0 | INADA Naoki | 2013-10-21 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #79 from msgpack/newspec | INADA Naoki | 2013-10-20 | 14 | -207/+530 |
| |\ | | | | | [WIP] Newspec stage 2. | ||||
| | * | fix bugs. | INADA Naoki | 2013-10-21 | 2 | -17/+5 |
| | | | |||||
| | * | fallback: support packing ExtType | INADA Naoki | 2013-10-21 | 3 | -81/+131 |
| | | | |||||
| | * | Add tests and bugfix. | INADA Naoki | 2013-10-21 | 3 | -5/+25 |
| | | | |||||
| | * | Update README. | INADA Naoki | 2013-10-21 | 1 | -3/+35 |
| | | | |||||
| | * | Add ext_type example to README. | INADA Naoki | 2013-10-20 | 1 | -4/+21 |
| | | | |||||
| | * | cleanup | INADA Naoki | 2013-10-20 | 3 | -4/+2 |
| | | | |||||
| | * | Support unpacking new types. | INADA Naoki | 2013-10-20 | 4 | -11/+17 |
| | | | |||||
| | * | Packing ExtType and some cleanup | INADA Naoki | 2013-10-20 | 7 | -170/+132 |
| | | | |||||
| | * | fallback: Support pack_ext_type. | INADA Naoki | 2013-10-20 | 4 | -23/+53 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspec | INADA Naoki | 2013-10-20 | 11 | -41/+261 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: msgpack/fallback.py msgpack/unpack.h msgpack/unpack_define.h msgpack/unpack_template.h | ||||
| | | * | add a note in the README | Antonio Cuni | 2013-10-19 | 1 | -0/+8 |
| | | | | |||||
| | | * | implement unpacking of ext 8,16,32 | Antonio Cuni | 2013-10-19 | 2 | -14/+24 |
| | | | | |||||
| | | * | implement unpacking for all the fixtext formats | Antonio Cuni | 2013-10-19 | 6 | -15/+62 |
| | | | | |||||
| | | * | 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 | 2 | -1/+32 |
| | | | | |||||
| | | * | add the hook for unknown types also to the cython Packer | Antonio Cuni | 2013-10-18 | 1 | -0/+6 |
| | | | | |||||
| | | * | implement Packer.pack_extended_type also in the cython version of the code | Antonio Cuni | 2013-10-18 | 4 | -1/+69 |
| | | | | |||||
| | | * | add support to unpack all ext formats | Antonio Cuni | 2013-10-18 | 1 | -1/+27 |
| | | | | |||||
| | | * | automatically find the best format to encode extended types | Antonio Cuni | 2013-10-18 | 2 | -8/+38 |
| | | | | |||||
| | | * | slightly change to API | Antonio Cuni | 2013-10-18 | 2 | -19/+14 |
| | | | | |||||
| | | * | kill some duplicate code from unpack/unpackb and move the logic to ↵ | Antonio Cuni | 2013-10-18 | 2 | -51/+52 |
| | | | | | | | | | | | | | Unpacker.unpack_one. By doing this we no longer need to make the module-level pack/unpack parametric on the class, because they contain no logic at all | ||||
| | | * | add support for extended types: you can now pack/unpack custom python ↵ | Antonio Cuni | 2013-10-15 | 2 | -47/+108 |
| | | | | | | | | | | | | | objects by subclassing Packer and Unpacker | ||||
| * | | | Merge pull request #77 from msgpack/newspec | INADA Naoki | 2013-10-19 | 10 | -93/+268 |
| |\ \ \ | |/ / | | / | |/ |/| | [WIP] Support new spec. | ||||
| | * | code refactoring. | INADA Naoki | 2013-10-20 | 1 | -17/+14 |
| | | | |||||
| | * | Add ext type support to fallback.Unpacker. | INADA Naoki | 2013-10-17 | 2 | -16/+60 |
| | | | |||||
| | * | Add tests for str8 and bin types. | INADA Naoki | 2013-10-17 | 1 | -0/+69 |
| | | | |||||
| | * | Add bin type support for fallback Unpacker. | INADA Naoki | 2013-10-17 | 3 | -2/+20 |
| | | | |||||
| | * | Add bin type support to pure Python packer. | INADA Naoki | 2013-10-17 | 2 | -9/+25 |
| | | | |||||
| | * | refactoring. | INADA Naoki | 2013-10-17 | 3 | -45/+21 |
| | | | |||||
| | * | Add bin type support. | INADA Naoki | 2013-10-17 | 6 | -26/+81 |
| |/ | |||||
| * | Merge pull request #72 from lgov/master | INADA Naoki | 2013-09-13 | 1 | -1/+1 |
| |\ | | | | | * msgpack/exceptions.py: Fix typo in error message. | ||||
| | * | * msgpack/exceptions.py: Fix typo in error message. | Lieven Govaerts | 2013-09-13 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #66 from yamt/fixes | INADA Naoki | 2013-06-04 | 3 | -6/+7 |
| |\ | | | | | some fixes and tests | ||||
| | * | more tests | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+3 |
| | | | |||||
| | * | fix long vs long long bugs | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+2 |
| | | | | | | | | | | | these bugs were introduced by "fix long/int confusions in pyx version of unpack" commit. | ||||
| | * | fix compilation errors | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #65 from msgpack/old-buffer | INADA Naoki | 2013-05-18 | 2 | -26/+28 |
| |\ | | | | | Stop using new style buffer API. | ||||
| | * | Stop using const_void_ptr typedef. | INADA Naoki | 2013-05-19 | 1 | -3/+2 |
| | | | | | | | | | New Cython supports const natively. | ||||
| | * | Revert "Use new buffer interface." | INADA Naoki | 2013-05-19 | 1 | -25/+28 |
| | | | | | | | | | | | | | | | This reverts commit 085db7f8dca2b4e2497bfb291238cd3ff2d06e28. Conflicts: msgpack/_unpacker.pyx | ||||
| | * | Use --cplus for cythoning | INADA Naoki | 2013-05-19 | 1 | -1/+1 |
| |/ | |||||
| * | fix a compilation error | YAMAMOTO Takashi | 2013-05-16 | 1 | -1/+1 |
| | | | | | | | | msgpack/_unpacker.pyx: In function 'PyObject* __pyx_pf_7msgpack_9_unpacker_unpac kb(PyObject*, PyObject*, PyObject*, PyObject*, int, PyObject*, PyObject*, PyObje ct*)': msgpack/_unpacker.pyx:111:70: error: invalid cast from type 'Py_buffer' to type 'char*' | ||||
| * | fix long/int confusions in pyx version of unpack | YAMAMOTO Takashi | 2013-05-16 | 1 | -4/+12 |
| | | |||||
| * | Merge pull request #63 from yamt/typo | INADA Naoki | 2013-05-06 | 2 | -2/+2 |
| |\ | | | | | fix more comment typos | ||||
| | * | fix more comment typos | YAMAMOTO Takashi | 2013-05-07 | 2 | -2/+2 |
| |/ | |||||
| * | Merge pull request #62 from yamt/comment-typo | INADA Naoki | 2013-05-01 | 1 | -1/+1 |
| |\ | | | | | fix a typo in a comment | ||||
| | * | fix a typo in a comment | YAMAMOTO Takashi | 2013-05-01 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #60 from jnothman/patch-2 | INADA Naoki | 2013-04-12 | 1 | -3/+0 |
| |\ | | | | | Remove obsolete StopIteration warning | ||||
| | * | Remove obsolete StopIteration warning | jnothman | 2013-04-10 | 1 | -3/+0 |
| |/ | |||||
