| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ | |||||
| | * | Put Unpacker read loop back into buffer read loop | Spiros Eliopoulos | 2012-11-01 | 1 | -4/+4 |
| | * | Fix Unpacker example in README | Spiros Eliopoulos | 2012-11-01 | 1 | -6/+7 |
| | * | Fix typo in README | Spiros Eliopoulos | 2012-11-01 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #30 from drednout/docs_datetime | INADA Naoki | 2012-10-12 | 1 | -0/+31 |
| |\ | |||||
| | * | 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 |
| |\ \ | |/ | |||||
| | * | segfault fixed when data is unpacked using `list_hook`, | Alexei Romanoff | 2012-10-12 | 3 | -1/+11 |
| | * | 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 https://github.com/msgpack/msgpack-python/issue... | Alexei Romanoff | 2012-10-12 | 2 | -1/+4 |
| |/ | |||||
| * | 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 |
| |\ | |||||
| | * | 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 |
| |\ \ | |||||
| | * | | Fix warnings. | INADA Naoki | 2012-09-24 | 2 | -2/+2 |
| | * | | Support object_pairs_hook | INADA Naoki | 2012-09-24 | 7 | -90/+143 |
| | |\ \ | |||||
| | | * | | 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 |
| |\ \ \ | |/ / | |||||
| | * | | 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 |
| * | | | 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 |
| * | | Add `.skip()` method to `Unpacker`. (Merge branch 'skip') | INADA Naoki | 2012-09-23 | 3 | -18/+42 |
| |\ \ | |/ |/| | |||||
| | * | Add changelog | INADA Naoki | 2012-09-23 | 1 | -0/+9 |
| | * | clean some cython code. | INADA Naoki | 2012-09-23 | 2 | -14/+16 |
| | * | Merge branch 'skip' of git://github.com/jnothman/msgpack-python into skip | INADA Naoki | 2012-09-23 | 2 | -18/+31 |
| | |\ |/ / | |||||
| | * | Merge remote-tracking branch 'origin/master' into skip | Joel Nothman | 2012-09-22 | 5 | -25/+33 |
| | |\ | |||||
| | * | | A first implementation of Unpacker.skip() | Joel Nothman | 2012-09-22 | 2 | -18/+31 |
| * | | | Add py33 to tox. | INADA Naoki | 2012-09-23 | 1 | -1/+2 |
| * | | | Add Roadmap. | INADA Naoki | 2012-09-23 | 1 | -0/+7 |
| * | | | pack and packb raises ValueError when extra data passed. | INADA Naoki | 2012-09-23 | 1 | -2/+5 |
| * | | | Support packing subclass of dict. | INADA Naoki | 2012-09-23 | 3 | -3/+50 |
| | |/ |/| | |||||
| * | | 0.2.2 (again)0.2.2 | INADA Naoki | 2012-09-21 | 2 | -3/+1 |
| * | | 0.2.2 | INADA Naoki | 2012-09-21 | 1 | -1/+1 |
| * | | packb supports use_single_float option. | INADA Naoki | 2012-09-21 | 3 | -3/+16 |
