msgpack-python/msgpack
Felix Schwarz 05ff11dbcc use relative imports (#357)
Some applications use msgpack to store persistent data and require a specific
msgpack version (e.g. borgbackup). Bundling helps in case there is an
(incompatible) version of msgpack in a system-wide install.
2019-05-12 21:44:32 +09:00
..
__init__.py use relative imports (#357) 2019-05-12 21:44:32 +09:00
_cmsgpack.pyx Try language_level=3 (#329) 2018-11-14 20:04:22 +09:00
_packer.pyx use relative imports (#357) 2019-05-12 21:44:32 +09:00
_unpacker.pyx use relative imports (#357) 2019-05-12 21:44:32 +09:00
_version.py v0.6.1 2019-01-25 21:43:28 +09:00
buff_converter.h Add Packer.buffer() (#320) 2018-11-09 20:55:13 +09:00
exceptions.py Add StackError and FormatError (#331) 2018-11-20 13:12:49 +09:00
fallback.py use relative imports (#357) 2019-05-12 21:44:32 +09:00
pack.h packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272) 2018-01-11 19:41:05 +09:00
pack_template.h use _PyFloat APIs to (de)serialize (#340) 2019-01-07 21:10:40 +09:00
sysdep.h s/\t/ /g 2013-02-27 21:24:25 +09:00
unpack.h Add strict_map_key option to unpacker 2018-11-29 22:29:38 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h use _PyFloat APIs to (de)serialize (#340) 2019-01-07 21:10:40 +09:00