Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typos and other cosmetic issues (#214)release-0.4 | TW | 2017-01-11 | 3 | -14/+14 |
| | | | | | | | cosmetic issues: - reST headlines' underline length needs to match the headline length (looks like somebody is / was using a proportional font) - Cython code lines do not need to be terminated with a semicolon - always use triple-double-quotes for docstrings | ||||
* | 0.4.80.4.8 | INADA Naoki | 2016-07-29 | 1 | -1/+1 |
| | |||||
* | Fix ext_hook call (#203) | INADA Naoki | 2016-07-21 | 1 | -2/+2 |
| | | | fixes #202 | ||||
* | Use AppVeyor to build windows wheel (#188) | INADA Naoki | 2016-07-21 | 1 | -2/+2 |
| | | | | | | * 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. | ||||
* | 0.4.70.4.7 | INADA Naoki | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | Fix wrong 'dict is too large' on unicode string | Sadayuki Furuhashi | 2016-01-11 | 1 | -3/+3 |
| | |||||
* | Merge pull request #163 from ThomasWaldmann/master | INADA Naoki | 2015-12-10 | 2 | -2/+2 |
|\ | | | | | fix typos | ||||
| * | fix typos | Thomas Waldmann | 2015-12-09 | 2 | -2/+2 |
| | | |||||
* | | refactor | INADA Naoki | 2015-11-09 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #135 from pramukta/default_function_on_int_overflow | INADA Naoki | 2015-11-09 | 2 | -6/+18 |
|\ \ | | | | | | | Default function on int overflow | ||||
| * | | corresponding change to cython implementation | Pramukta Kumar | 2015-03-17 | 1 | -6/+14 |
| | | | |||||
| * | | calling the default function upon integer overflow in the fallback routine | Pramukta Kumar | 2015-03-17 | 1 | -0/+4 |
| | | | |||||
* | | | Fix compile error | INADA Naoki | 2015-11-09 | 1 | -1/+0 |
| | | | |||||
* | | | Add missing params to unpack() | INADA Naoki | 2015-11-09 | 1 | -2/+12 |
| | | | |||||
* | | | refactor C code | INADA Naoki | 2015-11-09 | 3 | -37/+3 |
| | | | | | | | | | | | | fixes #137 | ||||
* | | | Decrease refcnt when error happend while unpacking | INADA Naoki | 2015-11-08 | 2 | -2/+7 |
| | | | | | | | | | | | | Fixes #152 | ||||
* | | | Fix warnings | INADA Naoki | 2015-11-07 | 3 | -18/+18 |
| |/ |/| | | | | | fixes #146 | ||||
* | | Accept ext_hook for unpack() | Johannes Dollinger | 2015-07-27 | 1 | -2/+2 |
|/ | |||||
* | 0.4.60.4.6 | INADA Naoki | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | fallback: Add some comment to Unpacker members. | INADA Naoki | 2015-01-27 | 1 | -1/+8 |
| | |||||
* | Fix #124 | Bas Westerbaan | 2015-01-26 | 1 | -1/+4 |
| | | | | | | | | | | | | When using Unpacker as an iterator, after each yield, the internal buffer (_fb_buffer) was compacted by reallocation (done by _fb_consume). When dealing with a lot of small objects, this is very ineffecient. Thus in commit 7eb371f8278941fb2323e0c2333ed89c88ab822b the pure python fallback only reallocated the complete buffer when the iteration stops. When halfway there happens to be data missing in the buffer, we rollback the buffer to the state before this failed call, and raise an OutOfData. This rollback, done by _fb_rollback, did not consider the possibility that the buffer was *not* reallocated. This commit corrects that. | ||||
* | 0.4.5 | INADA Naoki | 2015-01-26 | 1 | -1/+1 |
| | |||||
* | Fix error when use unicode_literal in Python 2 | INADA Naoki | 2015-01-25 | 1 | -3/+7 |
| | |||||
* | Add max_<type>_len option to unpacker. (fixes #97). | INADA Naoki | 2015-01-25 | 3 | -46/+174 |
| | | | | Fix build error on 32bit environment (fixes #102). | ||||
* | 0.4.40.4.4 | INADA Naoki | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Fix compile error. | INADA Naoki | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:msgpack/msgpack-python0.4.3 | INADA Naoki | 2015-01-07 | 2 | -3/+2 |
|\ | |||||
| * | Fix build failuer for Python 2.7 on Windows.fix-windows | INADA Naoki | 2015-01-07 | 2 | -3/+2 |
| | | | | | | | | Remove int8_t usage. | ||||
* | | 0.4.3 | INADA Naoki | 2015-01-07 | 1 | -1/+1 |
|/ | |||||
* | add support for pypy3 | Xiaojie Lin | 2014-11-14 | 1 | -1/+4 |
| | |||||
* | Fix build and tests. | INADA Naoki | 2014-08-31 | 1 | -9/+1 |
| | |||||
* | fallback: fix BufferFull with sloppy consume | Bas Westerbaan | 2014-06-15 | 1 | -1/+12 |
| | |||||
* | fallback: _fb_read: do a big read, when we need a big read | Bas Westerbaan | 2014-06-14 | 1 | -2/+5 |
| | |||||
* | fallback: add some comments to _fb_read | Bas Westerbaan | 2014-06-14 | 1 | -0/+4 |
| | |||||
* | fallback: do not reset the buffer completely in between of iterations | Bas Westerbaan | 2014-06-14 | 1 | -1/+11 |
| | |||||
* | fallback: _fb_consume: improve performance with pypy | Bas Westerbaan | 2014-06-14 | 1 | -3/+8 |
| | |||||
* | fallback: set default read_size to 4096 | Bas Westerbaan | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | fallback: add missing update of _fb_buf_n | Bas Westerbaan | 2014-06-14 | 1 | -0/+1 |
| | |||||
* | Fix unpacking uint32 on 32bit or LLP64. | INADA Naoki | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | 0.4.20.4.2 | INADA Naoki | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #94 from msgpack/strict-input-check | INADA Naoki | 2014-03-26 | 2 | -4/+30 |
|\ | | | | | Add tests for limits. | ||||
| * | Fix size limit on pack_array_header and pack_map_header. | INADA Naoki | 2014-03-26 | 2 | -2/+6 |
| | | |||||
| * | Add check for format limits. | INADA Naoki | 2014-03-26 | 1 | -4/+26 |
| | | |||||
* | | Unpacker's ext_hook fixed + tests | Alexey Popravka | 2014-03-24 | 1 | -1/+2 |
|/ | |||||
* | 0.4.10.4.1 | INADA Naoki | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'pr/82' | INADA Naoki | 2014-02-17 | 1 | -0/+2 |
|\ | |||||
| * | fix | INADA Naoki | 2014-02-17 | 1 | -1/+1 |
| | | |||||
| * | fixed support of python3 | Sergey Zhuravlev | 2014-02-12 | 1 | -1/+1 |
| | | |||||
| * | Added support of bytearrays to msgpack/fallback.py | Sergey Zhuravlev | 2013-12-15 | 1 | -0/+2 |
| | | |||||
* | | Unpacker: maintain refcnt (fix #67). | INADA Naoki | 2014-02-13 | 1 | -1/+6 |
| | |