| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fallback: Update docstring. | INADA Naoki | 2018-01-10 | 2 | -6/+12 |
| | | |||||
| * | Remove FutureWarning about use_bin_type option (#271) | INADA Naoki | 2018-01-10 | 1 | -13/+13 |
| | | |||||
| * | prepare 0.5 | INADA Naoki | 2018-01-07 | 1 | -1/+1 |
| | | |||||
| * | Warn about future use_bin_type change (#264) | INADA Naoki | 2018-01-06 | 1 | -2/+10 |
| | | |||||
| * | Raise MemoryError when failed to grow buffer (#263) | INADA Naoki | 2018-01-05 | 1 | -1/+4 |
| | | |||||
| * | Deprecate write_bytes option in Unpacker. (#262) | INADA Naoki | 2018-01-05 | 2 | -0/+7 |
| | | | | Fixes #197 | ||||
| * | fix zero length raw can't be decoded. (#236) | INADA Naoki | 2017-12-21 | 1 | -1/+1 |
| | | | | fix #234 | ||||
| * | Add unittests to document serialisation of tuples (#246) | Lorenzo Bolla | 2017-09-30 | 1 | -1/+1 |
| | | | | | Also, fix formatting of error message in case of tuple. See https://github.com/msgpack/msgpack-python/issues/245 | ||||
| * | Packer accepts bytearray objects (#229) | jfolz | 2017-05-18 | 2 | -4/+16 |
| | | |||||
| * | Unpacker: add tell() (#227) | jfolz | 2017-04-30 | 2 | -0/+12 |
| | | |||||
| * | Merge branch 'release-0.4' | INADA Naoki | 2017-01-12 | 3 | -9/+9 |
| |\ | |||||
| | * | 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 | ||||
| * | | Merge branch 'release-0.4' | INADA Naoki | 2016-07-30 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | 0.4.80.4.8 | INADA Naoki | 2016-07-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'release-0.4' | INADA Naoki | 2016-07-21 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | 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. | ||||
| * | | enable unpacking from memoryview | folz | 2016-06-13 | 2 | -32/+97 |
| | | | |||||
| * | | fallback: Use bytearray as buffer | INADA Naoki | 2016-05-24 | 1 | -9/+15 |
| | | | |||||
| * | | fallback: Use struct.unpack_from when possible | INADA Naoki | 2016-05-24 | 1 | -50/+100 |
| | | | |||||
| * | | fallback: simplify write_bytes callback implementation | INADA Naoki | 2016-05-22 | 1 | -60/+64 |
| | | | |||||
| * | | Remove _fb_ prefix | INADA Naoki | 2016-05-22 | 1 | -86/+86 |
| | | | |||||
| * | | fallback: Rewrite buffer from array of bytes to bytearray | INADA Naoki | 2016-05-20 | 1 | -100/+69 |
| | | | |||||
| * | | s/realloc/PyMem_Realloc/ (#193) | INADA Naoki | 2016-05-08 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unused import (#190) | INADA Naoki | 2016-05-05 | 1 | -3/+0 |
| | | | |||||
| * | | travis: Use docker to test 32bit environment (#189) | INADA Naoki | 2016-05-05 | 1 | -2/+2 |
| | | | | | | | | | | | * travis: testing matrix.include feature to use docker * Add test script for 32bit * Fix OverflowError in 32bit Environment | ||||
| * | | refactor header packing for str and bin types | folz | 2016-05-04 | 1 | -44/+39 |
| | | | |||||
| * | | fix problems associated with packing memoryviews | folz | 2016-05-03 | 2 | -13/+36 |
| | | | | | | | | | | | fix wrong length when packing multibyte memoryviews in fallback add tests for memoryviews of different types and sizes and check contents of packed data | ||||
| * | | Use AppVeyor to build windows wheel (#188) | INADA Naoki | 2016-05-03 | 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. | ||||
| * | | Use Python's memory API (#185) | INADA Naoki | 2016-04-30 | 2 | -9/+21 |
| | | | |||||
| * | | Deprecate more useless exceptions | INADA Naoki | 2016-02-14 | 1 | -2/+2 |
| | | | |||||
| * | | Deprecate PackExceptions | INADA Naoki | 2016-02-14 | 2 | -8/+14 |
| | | | |||||
| * | | ExtraData should be UnpackValueError | INADA Naoki | 2016-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | removed MsgpackBaseException | palaviv | 2016-02-12 | 1 | -6/+4 |
| | | | |||||
| * | | reraising ValueError from unpack.h as UnpackValueError | palaviv | 2016-02-12 | 1 | -17/+20 |
| | | | |||||
| * | | changed more ValueErrors to PackValueError | palaviv | 2016-02-12 | 1 | -5/+5 |
| | | | |||||
| * | | msgpack pack and unpack throws only exception that inherit from ↵ | palaviv | 2016-02-12 | 3 | -34/+43 |
| | | | | | | | | | MsgpackBaseException. cython and fallback throws same exceptions | ||||
| * | | Support packing memoryview objects | folz | 2016-01-25 | 2 | -2/+21 |
| | | | |||||
| * | | Merge pull request #158 from methane/feature/strict-typecheck | INADA Naoki | 2016-01-25 | 2 | -21/+54 |
| |\ \ | |/ |/| | Packer: check type strictly | ||||
| | * | strict type check for ext type | INADA Naoki | 2015-11-10 | 1 | -1/+1 |
| | | | |||||
| | * | strict_types should be last argument | INADA Naoki | 2015-11-10 | 2 | -16/+16 |
| | | | |||||
| | * | fallback unpacker: precise => strict | INADA Naoki | 2015-11-10 | 1 | -12/+13 |
| | | | |||||
| | * | s/precise_mode/strict_types/ | INADA Naoki | 2015-11-10 | 1 | -13/+13 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/faerot/msgpack-python into ↵ | INADA Naoki | 2015-11-10 | 2 | -20/+52 |
| | |\ | | | | | | | | | | pramukta-default_function_on_int_overflow | ||||
| | | * | precise_mode instead of distinguish_tuple | faerot | 2014-05-22 | 2 | -34/+51 |
| | | | | | | | | | | | | | | | | | | | | | | When precise_mode flag is set, serialization will be as precise as possible - type checks will be exact (type(..) is ... instead of isinstance(..., ...) and tuple will be treated as undefined type. This mode is to make accurate object serialization possible. | ||||
| | | * | added distinguish_tuple argument to Packer | faerot | 2014-05-22 | 2 | -4/+19 |
| | | | | | | | | | | | | | This will make precise python types serialization possible. | ||||
| * | | | 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 |
| | | | | |||||
