| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use newer cython. | INADA Naoki | 2012-12-11 | 1 | -3/+2 |
| * | Set PIP_USE_MIRRORS=true for faster venv creation. | INADA Naoki | 2012-12-11 | 1 | -0/+3 |
| * | Install tox | INADA Naoki | 2012-12-11 | 1 | -0/+1 |
| * | fix package name | INADA Naoki | 2012-12-11 | 1 | -1/+1 |
| * | Use tox on Travis. | INADA Naoki | 2012-12-11 | 1 | -6/+2 |
| * | Add Python 3.3 to .travis.yml | INADA Naoki | 2012-12-11 | 1 | -0/+1 |
| * | Update .travis.yml | INADA Naoki | 2012-12-11 | 1 | -1/+2 |
| * | Split _msgpack.pyx (fix #34) | INADA Naoki | 2012-12-11 | 6 | -261/+285 |
| |\ | |||||
| | * | Update .gitignore | INADA Naoki | 2012-12-11 | 1 | -2/+1 |
| | * | Split _msgpack.pyx | INADA Naoki | 2012-12-11 | 5 | -382/+407 |
| | * | remove unused import | INADA Naoki | 2012-12-11 | 1 | -1/+0 |
| | * | rename _msgpack.pyx => _packer.pyx | INADA Naoki | 2012-12-11 | 3 | -3/+4 |
| |/ | |||||
| * | Update changelog. | INADA Naoki | 2012-12-10 | 1 | -0/+6 |
| * | Add `autoreset` option to Packer. | INADA Naoki | 2012-12-10 | 2 | -12/+51 |
| * | Add `Packer.pack_pairs`. | INADA Naoki | 2012-12-10 | 2 | -6/+44 |
| * | refactoring: remove pack_define.h | INADA Naoki | 2012-12-10 | 2 | -27/+2 |
| * | Merge pull request #37 from msgpack/exceptions | INADA Naoki | 2012-12-10 | 5 | -18/+72 |
| |\ | |||||
| | * | Remove unused UnpackException. | INADA Naoki | 2012-12-10 | 1 | -1/+0 |
| | * | Improve docstring. | INADA Naoki | 2012-12-10 | 1 | -8/+4 |
| | * | `pack` raise MemoryError when realloc is failed. | INADA Naoki | 2012-12-10 | 1 | -1/+3 |
| | * | Improve docstrings. | INADA Naoki | 2012-12-10 | 1 | -4/+23 |
| | * | Add note for StopIteration => OutOfData. | INADA Naoki | 2012-12-10 | 1 | -0/+6 |
| | * | Split exceptions. | INADA Naoki | 2012-12-10 | 4 | -13/+45 |
| |/ | |||||
| * | Add NOTE for changing default value of use_list. | INADA Naoki | 2012-12-07 | 3 | -3/+16 |
| * | Merge pull request #35 from jnothman/patch-1 | INADA Naoki | 2012-12-06 | 1 | -8/+7 |
| |\ | |||||
| | * | Fix README re default use_list=True | jnothman | 2012-12-07 | 1 | -8/+7 |
| * | | Merge pull request #36 from jnothman/patch-3 | INADA Naoki | 2012-12-06 | 1 | -0/+3 |
| |\ \ | |/ |/| | |||||
| | * | Warn about StopIteration in README | jnothman | 2012-12-07 | 1 | -0/+3 |
| |/ | |||||
| * | Add note about use_list. | INADA Naoki | 2012-12-06 | 1 | -0/+24 |
| * | Merge branch 'master' of github.com:msgpack/msgpack-python | INADA Naoki | 2012-12-06 | 1 | -12/+47 |
| |\ | |||||
| | * | Merge pull request #33 from jnothman/readme-updates | INADA Naoki | 2012-12-06 | 1 | -12/+47 |
| | |\ | |||||
| | | * | Mention CPython and MessagePack in README | Joel Nothman | 2012-12-06 | 1 | -0/+7 |
| | | * | Brief mention of Unpacker.feed in README | Joel Nothman | 2012-12-06 | 1 | -1/+1 |
| | | * | Minor grammar fixes | Joel Nothman | 2012-12-06 | 1 | -3/+4 |
| | | * | README documentation of advanced Unpacker features | Joel Nothman | 2012-12-06 | 1 | -0/+30 |
| | | * | Describe object_pairs_hook in README | Joel Nothman | 2012-12-06 | 1 | -0/+3 |
| | | * | Change Unpacker example to read from stream | Joel Nothman | 2012-12-06 | 1 | -9/+3 |
| * | | | 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 |
