| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Unpacker.read_bytes(). | INADA Naoki | 2012-12-06 | 2 | -0/+26 |
| |\ | |||||
| | * | Merge commit 'd5f9995' into read_bytes | Joel Nothman | 2012-10-04 | 16 | -142/+437 |
| | |\ | |||||
| | * | | Cleaner read_bytes and a test case | Joel Nothman | 2012-09-23 | 2 | -7/+21 |
| | * | | Expose packed stream with Unpacker.read_bytes() | jnothman | 2012-09-21 | 1 | -0/+12 |
| * | | | 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. | 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 |
| * | | | 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 |
| |/ / / | |||||
| * | | | (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 |
| |\ \ \ | |||||
| | * | | | 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 |
