msgpack-python/msgpack
Raymond E Ferguson 70b5f21b34 Alternate fixes for jython and legacy CPython (#310)
Python 3.4 is not supported officially.
But keep running test for a while, to know when msgpack-python
stop working on Python 3.4 actually.

The current patches did not work under jython-2.7.1 where implicit
casting of buffer or memoryview doesn't work. It may also be the
jython is a little pickier about string casting non string bytes
due to the underlying strong typing of java.

See issues #303 & #304.
2018-10-02 20:20:06 +09:00
..
__init__.py Deprecate implementation module's unpack() (#290) 2018-02-23 15:41:21 +09:00
_packer.pyx Use cython's cast for converting encoding and errors (#279) 2018-02-05 11:44:17 +09:00
_unpacker.pyx Deprecate implementation module's unpack() (#290) 2018-02-23 15:41:21 +09:00
_version.py 0.5.6 2018-02-23 15:45:34 +09:00
exceptions.py Deprecate more useless exceptions 2016-02-14 14:32:11 +09:00
fallback.py Alternate fixes for jython and legacy CPython (#310) 2018-10-02 20:20:06 +09:00
pack.h packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272) 2018-01-11 19:41:05 +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 Undeprecate unicode_errors (#278) 2018-02-05 02:19:48 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h fix zero length raw can't be decoded. (#236) 2017-12-21 20:46:14 +09:00