Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Add changelog | INADA Naoki | 2012-12-06 | 1 | -1/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | Fix test failuar. | INADA Naoki | 2012-12-06 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | Merge pull request #23 from jnothman/write_bytes | INADA Naoki | 2012-12-06 | 2 | -12/+57 | |
|\ \ \ \ | | | | | | | | | | | 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 | 2 | -12/+57 | |
| | |/ / | |/| | | ||||||
* | | | | (travis) Travis doesn't support Python 3.3 yet. | INADA Naoki | 2012-11-07 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Use system cython. | INADA Naoki | 2012-11-07 | 1 | -2/+5 | |
| | | | | ||||||
* | | | | (travis) Python 2.5 can't pass tests. | INADA Naoki | 2012-11-07 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | Python 2.5 doesn't have b'' literal. | |||||
* | | | | Fix segmentation fault. | INADA Naoki | 2012-11-07 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | (travis) Fix test script | INADA Naoki | 2012-11-07 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' of github.com:msgpack/msgpack-python | INADA Naoki | 2012-11-07 | 1 | -1/+4 | |
|\ \ \ \ | ||||||
| * | | | | (travis) Install itself. | INADA Naoki | 2012-11-06 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | Fix unpack error on Python 3.2. | INADA Naoki | 2012-11-07 | 1 | -23/+35 | |
|/ / / / | | | | | | | | | | | | | ctx.user.encoding and ctx.user.unicode_errors may refer to deallocated string. | |||||
* | | | | (travis) Install msgpack-python itself. | INADA Naoki | 2012-11-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix build error on first time. | INADA Naoki | 2012-11-06 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Add travis status. | INADA Naoki | 2012-11-06 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Add six to .travis.yml | INADA Naoki | 2012-11-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add travis config. | INADA Naoki | 2012-11-06 | 1 | -0/+10 | |
| | | | | ||||||
* | | | | Merge pull request #31 from seliopou/master | INADA Naoki | 2012-11-01 | 1 | -2/+3 | |
|\ \ \ \ | | | | | | | | | | | Fix Unpacker example in README | |||||
| * | | | | Put Unpacker read loop back into buffer read loop | Spiros Eliopoulos | 2012-11-01 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | So it works for streaming as intended. | |||||
| * | | | | Fix Unpacker example in README | Spiros Eliopoulos | 2012-11-01 | 1 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The example did not properly deserialize, since it was dropping bytes from the input stream. | |||||
| * | | | | Fix typo in README | Spiros Eliopoulos | 2012-11-01 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | seed -> feed | |||||
* | | | | Merge pull request #30 from drednout/docs_datetime | INADA Naoki | 2012-10-12 | 1 | -0/+31 | |
|\ \ \ \ | | | | | | | | | | | README improvement: example of usage default/object_hook | |||||
| * | | | | README formatting has been improved | Alexei Romanoff | 2012-10-12 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Added example of using default/object_hook into README | Alexei Romanoff | 2012-10-12 | 1 | -0/+30 | |
| | | | | | ||||||
* | | | | | Merge pull request #29 from drednout/master | INADA Naoki | 2012-10-12 | 3 | -2/+28 | |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | Fix for an issue #28 | |||||
| * | | | segfault fixed when data is unpacked using `list_hook`, | Alexei Romanoff | 2012-10-12 | 3 | -1/+11 | |
| | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | ||||||
| * | | | A segfault fixed in the issue ↵ | Alexei Romanoff | 2012-10-12 | 2 | -1/+4 | |
|/ / / | | | | | | | | | | https://github.com/msgpack/msgpack-python/issues/28 | |||||
* | | | 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 | 6 | -29/+206 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx setup.py | |||||
| * | | | Packer.pack_array/map_header to correspond to read functions | Joel Nothman | 2012-09-25 | 2 | -0/+40 | |
| | | | | ||||||
| * | | | read_array/map_header functionality | Joel Nothman | 2012-09-25 | 3 | -0/+139 | |
| | | | | ||||||
| * | | | Use C++ function templating for skip()/construct() | Joel Nothman | 2012-09-25 | 4 | -22/+27 | |
| | | | | ||||||
* | | | | Merge branch '0.2-maint' | INADA Naoki | 2012-09-24 | 6 | -71/+87 | |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx | |||||
| * | | | Fix warnings. | INADA Naoki | 2012-09-24 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Support object_pairs_hook | INADA Naoki | 2012-09-24 | 7 | -90/+143 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 5 | -22/+61 | |
| | | | | | ||||||
| | * | | | Factor context initialisation from unpackb and Unpacker | Joel Nothman | 2012-09-23 | 1 | -54/+28 | |
| | |/ / | ||||||
| * | | | Write about warning in changelog. | INADA Naoki | 2012-09-24 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Start 0.3.0dev1 | INADA Naoki | 2012-09-24 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Start 0.2.3dev | INADA Naoki | 2012-09-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | use_list=1 is default | INADA Naoki | 2012-09-24 | 1 | -15/+4 | |
| | | | | ||||||
* | | | | Merge branch '0.2-maint' | INADA Naoki | 2012-09-24 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: test/test_sequnpack.py | |||||
| * | | | Fix warnings in tests. | INADA Naoki | 2012-09-24 | 3 | -15/+14 | |
| | | | | ||||||
| * | | | Warn when use_list is not specified. | INADA Naoki | 2012-09-24 | 7 | -23/+36 | |
| | | | | | | | | | | | | | | | | | | | | Conflicts: test/test_sequnpack.py | |||||
* | | | | Fix warnings in tests. | INADA Naoki | 2012-09-24 | 3 | -15/+14 | |
| | | | | ||||||
* | | | | Warn when use_list is not specified. | INADA Naoki | 2012-09-24 | 7 | -23/+37 | |
| |/ / |/| | | ||||||
* | | | Merge branch '0.2-maint' | INADA Naoki | 2012-09-23 | 1 | -3/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Add docstring about raising ValueError when there are extra bytes. | INADA Naoki | 2012-09-23 | 1 | -3/+7 | |
| | | | ||||||
* | | | Add test for `.skip()` | INADA Naoki | 2012-09-23 | 2 | -1/+15 | |
| | | |