summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.4.10.4.1INADA Naoki2014-02-172-1/+19
* Remove unused import.INADA Naoki2014-02-171-1/+0
* Merge branch 'pr/82'INADA Naoki2014-02-172-1/+11
|\
| * fixINADA Naoki2014-02-171-5/+3
| * fixINADA Naoki2014-02-171-1/+1
| * fixed support of python3Sergey Zhuravlev2014-02-122-2/+5
| * Added support of bytearrays to msgpack/fallback.pySergey Zhuravlev2013-12-152-0/+9
* | Merge pull request #91 from msgpack/reduce-sixINADA Naoki2014-02-175-33/+29
|\ \
| * | Remove six completely.INADA Naoki2014-02-152-17/+14
| * | Remove six.b()INADA Naoki2014-02-151-5/+4
| * | six.BytesIO => io.BytesIOINADA Naoki2014-02-153-11/+11
|/ /
* | Merge pull request #89 from msgpack/better-travisINADA Naoki2014-02-153-10/+3
|\ \
| * | Remove too strict type check from test.INADA Naoki2014-02-141-1/+0
| * | travis: Simplify .travis.yml and add PyPy env.INADA Naoki2014-02-142-9/+3
|/ /
* | Merge pull request #88 from msgpack/fix-67INADA Naoki2014-02-133-20/+53
|\ \
| * | Unpacker: maintain refcnt (fix #67).INADA Naoki2014-02-131-1/+6
| * | Fix testINADA Naoki2014-02-131-2/+2
| * | Add refcount check.INADA Naoki2014-02-132-20/+29
| * | RenameINADA Naoki2014-02-131-0/+19
|/ /
* | Merge pull request #87 from msgpack/fix-83INADA Naoki2014-02-132-0/+29
|\ \
| * | Feed data from file before _unpack()INADA Naoki2014-02-132-0/+29
|/ /
* | Fix warning on 64bit environment.INADA Naoki2014-02-131-1/+4
* | Merge pull request #84 from wbolster/exception-type-cleanupsINADA Naoki2014-02-133-10/+10
|\ \
| * | Always raise TypeError for wrong argument typesWouter Bolsterlee2014-02-113-10/+10
| |/
* | Merge pull request #85 from wbolster/fix-cython-warningsINADA Naoki2014-02-131-1/+2
|\ \ | |/ |/|
| * Cosmetic changes to fix Cython warningsWouter Bolsterlee2014-02-111-1/+2
|/
* Update ChangeLogINADA Naoki2013-10-211-1/+15
* Document update.INADA Naoki2013-10-214-1/+7
* 0.4.00.4.0INADA Naoki2013-10-211-1/+1
* Merge pull request #79 from msgpack/newspecINADA Naoki2013-10-2014-207/+530
|\
| * fix bugs.INADA Naoki2013-10-212-17/+5
| * fallback: support packing ExtTypeINADA Naoki2013-10-213-81/+131
| * Add tests and bugfix.INADA Naoki2013-10-213-5/+25
| * Update README.INADA Naoki2013-10-211-3/+35
| * Add ext_type example to README.INADA Naoki2013-10-201-4/+21
| * cleanupINADA Naoki2013-10-203-4/+2
| * Support unpacking new types.INADA Naoki2013-10-204-11/+17
| * Packing ExtType and some cleanupINADA Naoki2013-10-207-170/+132
| * fallback: Support pack_ext_type.INADA Naoki2013-10-204-23/+53
| * Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspecINADA Naoki2013-10-2011-41/+261
| |\
| | * add a note in the READMEAntonio Cuni2013-10-191-0/+8
| | * implement unpacking of ext 8,16,32Antonio Cuni2013-10-192-14/+24
| | * implement unpacking for all the fixtext formatsAntonio Cuni2013-10-196-15/+62
| | * add a test for unpacking extended typesAntonio Cuni2013-10-191-0/+22
| | * implement unpack_one also for the cython version, and add a test for itAntonio Cuni2013-10-192-1/+32
| | * add the hook for unknown types also to the cython PackerAntonio Cuni2013-10-181-0/+6
| | * implement Packer.pack_extended_type also in the cython version of the codeAntonio Cuni2013-10-184-1/+69
| | * add support to unpack all ext formatsAntonio Cuni2013-10-181-1/+27
| | * automatically find the best format to encode extended typesAntonio Cuni2013-10-182-8/+38
| | * slightly change to APIAntonio Cuni2013-10-182-19/+14