Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
| * | | 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 | |||||
| * | | 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 | |
| |\ \ | | | | | | | | | Readme updates | |||||
| | * | | 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 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 16 | -142/+437 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx | |||||
| * | | | | Cleaner read_bytes and a test case | Joel Nothman | 2012-09-23 | 2 | -7/+21 | |
| | | | | | | | | | | | | | | | | | | | | No longer reads via buffer for unbuffered bytes | |||||
| * | | | | Expose packed stream with Unpacker.read_bytes() | jnothman | 2012-09-21 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | At present, Unpacker buffers reading from the stream, meaning the stream can no longer be read directly. Unpacker.read_bytes(n) provides access to the underlying data, allowing content of known size to be read without unpacking. | |||||
* | | | | | 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 |