Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
|\ | | | | | | | | | | | | | | | Conflicts: msgpack/fallback.py msgpack/unpack.h msgpack/unpack_define.h msgpack/unpack_template.h | |||||
| * | 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 ↵ | Antonio Cuni | 2013-10-18 | 1 | -3/+5 | |
| | | | | | | | | 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 | 1 | -0/+24 | |
| | | | | | | | | objects by subclassing Packer and Unpacker | |||||
* | | 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 | |
| | | | | This reverts commit ff3342aeedb9d21897b0b7275dd68d781f149995. | |||||
* | Revert "Fix test for Python 3." | INADA Naoki | 2013-02-23 | 1 | -15/+1 | |
| | | | | This reverts commit 43dd224d52eb4711c68101b40b910d252dacc290. | |||||
* | 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 | |
| | ||||||
* | fallback: python3 bugfix for new testcase of d2f549a4 | Bas Westerbaan | 2013-01-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Bas Westerbaan <bas@westerbaan.name> | |||||
* | fallback: add actual rollback and add a testcase for it | Bas Westerbaan | 2013-01-29 | 1 | -0/+15 | |
| | | | | Signed-off-by: Bas Westerbaan <bas@westerbaan.name> | |||||
* | Use py.test instead of nosetests. | INADA Naoki | 2012-12-29 | 10 | -135/+78 | |
| | ||||||
* | Fix unpacker doesn't raise exception for invalid input (Merge branch '0.2' | INADA Naoki | 2012-12-29 | 1 | -0/+6 | |
|\ | | | | | | | | | | | | | | | | | Fixes #40 Conflicts: ChangeLog.rst msgpack/_unpacker.pyx msgpack/_version.py | |||||
| * | Fix unpacker doesn't raise exception for invalid input.0.2 | INADA Naoki | 2012-12-29 | 1 | -0/+6 | |
| | | ||||||
* | | revert unwanted changes. | INADA Naoki | 2012-12-22 | 2 | -2/+2 | |
| | | ||||||
* | | Merge branch '0.2-maint' (fix #39) | INADA Naoki | 2012-12-22 | 3 | -2/+21 | |
|\ \ | |/ | ||||||
| * | Add test reproducing SEGV | INADA Naoki | 2012-12-22 | 1 | -0/+19 | |
| | | ||||||
| * | Fix tests. | INADA Naoki | 2012-12-11 | 2 | -2/+2 | |
| | | ||||||
* | | Add `autoreset` option to Packer. | INADA Naoki | 2012-12-10 | 1 | -0/+15 | |
| | | ||||||
* | | Add `Packer.pack_pairs`. | INADA Naoki | 2012-12-10 | 1 | -2/+9 | |
| | | ||||||
* | | Split exceptions. | INADA Naoki | 2012-12-10 | 2 | -5/+6 | |
| | | ||||||
* | | Add Unpacker.read_bytes(). | INADA Naoki | 2012-12-06 | 1 | -0/+16 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | It reads from inner buffer without unpacking. Merge remote-tracking branch 'jnothman/patch-2' Conflicts: msgpack/_msgpack.pyx | |||||
| * \ | Merge commit 'd5f9995' into read_bytes | Joel Nothman | 2012-10-04 | 8 | -26/+169 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx | |||||
| * | | | Cleaner read_bytes and a test case | Joel Nothman | 2012-09-23 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | No longer reads via buffer for unbuffered bytes | |||||
* | | | | Fix test failuar. | INADA Naoki | 2012-12-06 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | Merge pull request #23 from jnothman/write_bytes | INADA Naoki | 2012-12-06 | 1 | -0/+32 | |
|\ \ \ \ | | | | | | | | | | | Allow packed data to be captured while executing skip(), etc. | |||||
| * | | | | Allow packed data to be captured while executing skip(), etc. | Joel Nothman | 2012-10-04 | 1 | -0/+32 | |
| | |/ / | |/| | | ||||||
* | | | | segfault fixed when data is unpacked using `list_hook`, | Alexei Romanoff | 2012-10-12 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | this bug is a twin to #28. Unit-test is also attached. | |||||
* | | | | Added unit-test for issue https://github.com/msgpack/msgpack-python/issues/28 | Alexei Romanoff | 2012-10-12 | 1 | -0/+13 | |
|/ / / | ||||||
* | | | Fix some test failure. | INADA Naoki | 2012-10-01 | 2 | -8/+8 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'jnothman/read_size_cpp' | INADA Naoki | 2012-10-01 | 2 | -0/+95 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx setup.py | |||||
| * | | Packer.pack_array/map_header to correspond to read functions | Joel Nothman | 2012-09-25 | 1 | -0/+29 | |
| | | | ||||||
| * | | read_array/map_header functionality | Joel Nothman | 2012-09-25 | 1 | -0/+66 | |
| | | | ||||||
* | | | Fix warnings. | INADA Naoki | 2012-09-24 | 2 | -2/+2 | |
| | | | ||||||
* | | | Support object_pairs_hook | INADA Naoki | 2012-09-24 | 3 | -4/+28 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'jnothman/object_pairs_hook' into 0.2-maint Conflicts: msgpack/_msgpack.pyx test/test_pack.py test/test_sequnpack.py | |||||
| * | | | Implement object_pairs_hook | Joel Nothman | 2012-09-23 | 2 | -4/+13 | |
| |/ / | ||||||
| * | | Add test for `.skip()` | INADA Naoki | 2012-09-23 | 1 | -0/+14 | |
| | | | ||||||
* | | | Fix warnings in tests. | INADA Naoki | 2012-09-24 | 3 | -15/+14 | |
| | | | ||||||
* | | | Warn when use_list is not specified. | INADA Naoki | 2012-09-24 | 5 | -14/+13 | |
|/ / | | | | | | | | | Conflicts: test/test_sequnpack.py |