INADA Naoki
|
54916f79a5
|
Merge pull request #23 from jnothman/write_bytes
Allow packed data to be captured while executing skip(), etc.
|
2012-12-06 01:49:58 -08:00 |
|
INADA Naoki
|
1c389135b8
|
(travis) Travis doesn't support Python 3.3 yet.
|
2012-11-07 08:28:30 +09:00 |
|
INADA Naoki
|
b14caa419c
|
Use system cython.
|
2012-11-07 08:15:46 +09:00 |
|
INADA Naoki
|
67d8cc6c4f
|
(travis) Python 2.5 can't pass tests.
Python 2.5 doesn't have b'' literal.
|
2012-11-07 02:24:26 +09:00 |
|
INADA Naoki
|
ec655b9f2c
|
Fix segmentation fault.
|
2012-11-07 02:23:57 +09:00 |
|
INADA Naoki
|
df6b969a8d
|
(travis) Fix test script
|
2012-11-07 02:04:42 +09:00 |
|
INADA Naoki
|
dffc89ef0b
|
Merge branch 'master' of github.com:msgpack/msgpack-python
|
2012-11-07 02:02:31 +09:00 |
|
INADA Naoki
|
0ef52869e3
|
Fix unpack error on Python 3.2.
ctx.user.encoding and ctx.user.unicode_errors may refer to deallocated string.
|
2012-11-07 02:00:08 +09:00 |
|
INADA Naoki
|
e404c9845f
|
(travis) Install itself.
|
2012-11-06 10:39:10 +09:00 |
|
INADA Naoki
|
eb61b4de9e
|
(travis) Install msgpack-python itself.
|
2012-11-06 09:46:02 +09:00 |
|
INADA Naoki
|
c75ef976d7
|
Fix build error on first time.
|
2012-11-06 09:37:55 +09:00 |
|
INADA Naoki
|
dbf50c9f78
|
Add travis status.
|
2012-11-06 09:35:06 +09:00 |
|
INADA Naoki
|
3ec2e6e729
|
Add six to .travis.yml
|
2012-11-06 02:32:59 +09:00 |
|
INADA Naoki
|
2f0078d395
|
Add travis config.
|
2012-11-06 02:10:36 +09:00 |
|
INADA Naoki
|
1e17642264
|
Merge pull request #31 from seliopou/master
Fix Unpacker example in README
|
2012-11-01 21:24:41 -07:00 |
|
Spiros Eliopoulos
|
d025d90882
|
Put Unpacker read loop back into buffer read loop
So it works for streaming as intended.
|
2012-11-01 11:29:33 -04:00 |
|
Spiros Eliopoulos
|
30233a5a99
|
Fix Unpacker example in README
The example did not properly deserialize, since it was dropping bytes
from the input stream.
|
2012-11-01 00:55:33 -04:00 |
|
Spiros Eliopoulos
|
62e8f40024
|
Fix typo in README
seed -> feed
|
2012-11-01 00:41:06 -04:00 |
|
INADA Naoki
|
cf82b91c1a
|
Merge pull request #30 from drednout/docs_datetime
README improvement: example of usage default/object_hook
|
2012-10-12 05:49:32 -07:00 |
|
INADA Naoki
|
8f82252687
|
Merge pull request #29 from drednout/master
Fix for an issue #28
|
2012-10-12 05:48:17 -07:00 |
|
Alexei Romanoff
|
fa1c4745ec
|
README formatting has been improved
|
2012-10-12 15:25:14 +03:00 |
|
Alexei Romanoff
|
541d22d004
|
Added example of using default/object_hook into README
|
2012-10-12 13:32:29 +03:00 |
|
Alexei Romanoff
|
cf89f18be7
|
segfault fixed when data is unpacked using list_hook,
this bug is a twin to #28.
Unit-test is also attached.
|
2012-10-12 13:19:53 +03:00 |
|
Alexei Romanoff
|
4ea952f39d
|
Added unit-test for issue https://github.com/msgpack/msgpack-python/issues/28
|
2012-10-12 12:34:18 +03:00 |
|
Alexei Romanoff
|
89ce16df39
|
A segfault fixed in the issue https://github.com/msgpack/msgpack-python/issues/28
|
2012-10-12 12:32:32 +03:00 |
|
Joel Nothman
|
87f292cbf9
|
Allow packed data to be captured while executing skip(), etc.
|
2012-10-04 11:26:29 +10:00 |
|
INADA Naoki
|
d5f99959cc
|
Fix some test failure.
|
2012-10-01 01:34:58 +09:00 |
|
INADA Naoki
|
e016b3dca0
|
Merge remote-tracking branch 'jnothman/read_size_cpp'
Conflicts:
msgpack/_msgpack.pyx
setup.py
|
2012-10-01 01:31:58 +09:00 |
|
Joel Nothman
|
9d9c3eecb8
|
Packer.pack_array/map_header to correspond to read functions
|
2012-09-25 01:19:10 +10:00 |
|
Joel Nothman
|
0431a766f4
|
read_array/map_header functionality
|
2012-09-25 01:19:07 +10:00 |
|
Joel Nothman
|
d56e2b2c8a
|
Use C++ function templating for skip()/construct()
|
2012-09-25 00:30:15 +10:00 |
|
INADA Naoki
|
1526316a08
|
Merge branch '0.2-maint'
Conflicts:
msgpack/_msgpack.pyx
|
2012-09-24 03:10:37 +09:00 |
|
INADA Naoki
|
477d3b152f
|
Fix warnings.
|
2012-09-24 03:08:13 +09:00 |
|
INADA Naoki
|
e381032641
|
Support object_pairs_hook
Merge remote-tracking branch 'jnothman/object_pairs_hook' into 0.2-maint
Conflicts:
msgpack/_msgpack.pyx
test/test_pack.py
test/test_sequnpack.py
|
2012-09-24 03:05:39 +09:00 |
|
INADA Naoki
|
927d29131d
|
Write about warning in changelog.
|
2012-09-24 02:55:50 +09:00 |
|
INADA Naoki
|
d13f10c02e
|
Start 0.3.0dev1
|
2012-09-24 02:46:34 +09:00 |
|
INADA Naoki
|
ac403ef68d
|
Start 0.2.3dev
|
2012-09-24 02:45:37 +09:00 |
|
INADA Naoki
|
15a46eb143
|
use_list=1 is default
|
2012-09-24 02:42:38 +09:00 |
|
INADA Naoki
|
1c6ef90d40
|
Merge branch '0.2-maint'
Conflicts:
test/test_sequnpack.py
|
2012-09-24 02:40:39 +09:00 |
|
INADA Naoki
|
c280e58988
|
Fix warnings in tests.
|
2012-09-24 02:39:02 +09:00 |
|
INADA Naoki
|
d503788e95
|
Warn when use_list is not specified.
Conflicts:
test/test_sequnpack.py
|
2012-09-24 02:38:54 +09:00 |
|
INADA Naoki
|
c2a2d417f1
|
Fix warnings in tests.
|
2012-09-24 02:20:53 +09:00 |
|
INADA Naoki
|
60df5eadaf
|
Warn when use_list is not specified.
|
2012-09-24 02:12:55 +09:00 |
|
Joel Nothman
|
77942514db
|
Implement object_pairs_hook
|
2012-09-23 19:37:28 +10:00 |
|
Joel Nothman
|
b06ed8eb75
|
Factor context initialisation from unpackb and Unpacker
|
2012-09-23 19:36:27 +10:00 |
|
INADA Naoki
|
96ed236c1d
|
Merge branch '0.2-maint'
|
2012-09-23 11:22:13 +09:00 |
|
INADA Naoki
|
c3da845868
|
Add docstring about raising ValueError when there are extra bytes.
|
2012-09-23 11:16:59 +09:00 |
|
INADA Naoki
|
48d693c1b9
|
Add test for .skip()
|
2012-09-23 10:09:51 +09:00 |
|
INADA Naoki
|
9963522d46
|
Add .skip() method to Unpacker. (Merge branch 'skip')
|
2012-09-23 10:04:41 +09:00 |
|
INADA Naoki
|
7d142d2bef
|
Add changelog
|
2012-09-23 10:02:11 +09:00 |
|