summaryrefslogtreecommitdiff
path: root/msgpack
Commit message (Expand)AuthorAgeFilesLines
...
* | | refactorINADA Naoki2015-11-091-2/+2
* | | Merge pull request #135 from pramukta/default_function_on_int_overflowINADA Naoki2015-11-092-6/+18
|\ \ \
| * | | corresponding change to cython implementationPramukta Kumar2015-03-171-6/+14
| * | | calling the default function upon integer overflow in the fallback routinePramukta Kumar2015-03-171-0/+4
* | | | Fix compile errorINADA Naoki2015-11-091-1/+0
* | | | Add missing params to unpack()INADA Naoki2015-11-091-2/+12
* | | | refactor C codeINADA Naoki2015-11-093-37/+3
* | | | Decrease refcnt when error happend while unpackingINADA Naoki2015-11-082-2/+7
* | | | Fix warningsINADA Naoki2015-11-073-18/+18
| |/ / |/| |
* | | Accept ext_hook for unpack()Johannes Dollinger2015-07-271-2/+2
|/ /
* | 0.4.60.4.6INADA Naoki2015-03-131-1/+1
* | fallback: Add some comment to Unpacker members.INADA Naoki2015-01-271-1/+8
* | Fix #124Bas Westerbaan2015-01-261-1/+4
* | 0.4.5INADA Naoki2015-01-261-1/+1
* | Fix error when use unicode_literal in Python 2INADA Naoki2015-01-251-3/+7
* | Add max_<type>_len option to unpacker. (fixes #97).INADA Naoki2015-01-253-46/+174
* | 0.4.40.4.4INADA Naoki2015-01-091-1/+1
* | Fix compile error.INADA Naoki2015-01-091-1/+1
* | Merge branch 'master' of github.com:msgpack/msgpack-python0.4.3INADA Naoki2015-01-072-3/+2
|\ \
| * | Fix build failuer for Python 2.7 on Windows.fix-windowsINADA Naoki2015-01-072-3/+2
* | | 0.4.3INADA Naoki2015-01-071-1/+1
|/ /
* | add support for pypy3Xiaojie Lin2014-11-141-1/+4
* | Fix build and tests.INADA Naoki2014-08-311-9/+1
* | fallback: fix BufferFull with sloppy consumeBas Westerbaan2014-06-151-1/+12
* | fallback: _fb_read: do a big read, when we need a big readBas Westerbaan2014-06-141-2/+5
* | fallback: add some comments to _fb_readBas Westerbaan2014-06-141-0/+4
* | fallback: do not reset the buffer completely in between of iterationsBas Westerbaan2014-06-141-1/+11
* | fallback: _fb_consume: improve performance with pypyBas Westerbaan2014-06-141-3/+8
* | fallback: set default read_size to 4096Bas Westerbaan2014-06-141-1/+1
* | fallback: add missing update of _fb_buf_nBas Westerbaan2014-06-141-0/+1
* | Fix unpacking uint32 on 32bit or LLP64.INADA Naoki2014-05-261-1/+1
|/
* 0.4.20.4.2INADA Naoki2014-03-261-1/+1
* Merge pull request #94 from msgpack/strict-input-checkINADA Naoki2014-03-262-4/+30
|\
| * Fix size limit on pack_array_header and pack_map_header.INADA Naoki2014-03-262-2/+6
| * Add check for format limits.INADA Naoki2014-03-261-4/+26
* | Unpacker's ext_hook fixed + testsAlexey Popravka2014-03-241-1/+2
|/
* 0.4.10.4.1INADA Naoki2014-02-171-1/+1
* Merge branch 'pr/82'INADA Naoki2014-02-171-0/+2
|\
| * fixINADA Naoki2014-02-171-1/+1
| * fixed support of python3Sergey Zhuravlev2014-02-121-1/+1
| * Added support of bytearrays to msgpack/fallback.pySergey Zhuravlev2013-12-151-0/+2
* | Unpacker: maintain refcnt (fix #67).INADA Naoki2014-02-131-1/+6
* | Feed data from file before _unpack()INADA Naoki2014-02-131-0/+10
* | Fix warning on 64bit environment.INADA Naoki2014-02-131-1/+4
* | Merge pull request #84 from wbolster/exception-type-cleanupsINADA Naoki2014-02-132-9/+9
|\ \
| * | Always raise TypeError for wrong argument typesWouter Bolsterlee2014-02-112-9/+9
| |/
* | Cosmetic changes to fix Cython warningsWouter Bolsterlee2014-02-111-1/+2
|/
* Document update.INADA Naoki2013-10-211-0/+1
* 0.4.00.4.0INADA Naoki2013-10-211-1/+1
* fix bugs.INADA Naoki2013-10-212-17/+5