summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.4.20.4.2INADA Naoki2014-03-261-1/+1
|
* 0.4.2INADA Naoki2014-03-261-0/+16
|
* Merge pull request #94 from msgpack/strict-input-checkINADA Naoki2014-03-263-4/+92
|\ | | | | Add tests for limits.
| * Fix PyPy fail.INADA Naoki2014-03-261-26/+28
| |
| * Fix Python 3.2INADA Naoki2014-03-261-2/+3
| |
| * Allow ValueError for packing integer overs format limit.INADA Naoki2014-03-261-2/+2
| |
| * Fix size limit on pack_array_header and pack_map_header.INADA Naoki2014-03-262-2/+6
| |
| * Fix skipif marking.INADA Naoki2014-03-261-3/+3
| |
| * Add check for format limits.INADA Naoki2014-03-261-4/+26
| |
| * More limit check.INADA Naoki2014-03-261-2/+18
| |
| * Add tests for limits.INADA Naoki2014-03-261-0/+43
| |
* | Merge pull request #93 from popravich/unpacker_ext_hook_fixINADA Naoki2014-03-252-2/+27
|\ \ | |/ |/| Unpacker's ext_hook fixed + tests
| * fixed super() for python2Alexey Popravka2014-03-241-1/+2
| |
| * Unpacker's ext_hook fixed + testsAlexey Popravka2014-03-242-2/+26
|/
* travis: Add Python 3.4 to testing.INADA Naoki2014-03-192-1/+5
|
* Update READMEINADA Naoki2014-02-171-2/+2
|
* 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
|\ \ | | | | | | Reduce six usage
| * | 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
|\ \ | | | | | | travis: Simplify .travis.yml and add PyPy env.
| * | 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
|\ \ | | | | | | Fix Unpacker doesn't increment refcnt.
| * | 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()
| * | 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 types
| * | Always raise TypeError for wrong argument typesWouter Bolsterlee2014-02-113-10/+10
| |/ | | | | | | | | | | | | The code that checks whether hooks are callable() (and some other type checks) should always raise TypeError on failure. Before this change, both ValueError and TypeError were used in an inconsistent way (C extension and Python implementation were not the same).
* | Merge pull request #85 from wbolster/fix-cython-warningsINADA Naoki2014-02-131-1/+2
|\ \ | |/ |/| Cosmetic changes to fix Cython warnings
| * Cosmetic changes to fix Cython warningsWouter Bolsterlee2014-02-111-1/+2
|/ | | | | | | | Put declarations on separate line to avoid warnings like this: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
* 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
|\ | | | | [WIP] Newspec stage 2.
| * 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
| |