Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-04 | Update py-msgpack to 0.1.10. | obache | 1 | -4/+4 | |
0.1.10 release date: 2011-08-22 New feature * Add encoding and unicode_errors option to packer and unpacker. When this option is specified, (un)packs unicode object instead of bytes. This enables using msgpack as a replacement of json. (tailhook) | |||||
2011-06-13 | Import py-msgpack-0.1.9 as devel/py-msgpack. | obache | 1 | -0/+5 | |
MessagePack (de)serializer for Python. MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. |