msgpack-python/msgpack
INADA Naoki ceb9635a3f Use AppVeyor to build windows wheel (#188)
* Add AppVeyor support to build windows wheel
* Fix test_limits on 32bit environments
* Ignore Python35-x64 test fail for now
  Should be fixed in next version.
2016-05-03 11:58:28 +09:00
..
__init__.py Document update. 2013-10-21 01:47:54 +09:00
_packer.pyx Use AppVeyor to build windows wheel (#188) 2016-05-03 11:58:28 +09:00
_unpacker.pyx Use Python's memory API (#185) 2016-04-30 17:07:14 +09:00
_version.py 0.4.7 2016-01-25 01:10:50 +09:00
exceptions.py Deprecate more useless exceptions 2016-02-14 14:32:11 +09:00
fallback.py msgpack pack and unpack throws only exception that inherit from MsgpackBaseException. cython and fallback throws same exceptions 2016-02-12 11:00:39 +02:00
pack.h refactor C code 2015-11-09 01:52:37 +09:00
pack_template.h Fix compile error. 2015-01-09 04:10:25 +09:00
sysdep.h s/\t/ /g 2013-02-27 21:24:25 +09:00
unpack.h refactor C code 2015-11-09 01:52:37 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h refactor C code 2015-11-09 01:52:37 +09:00