Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Pure Python packer supports memoryview of multi byte items. | INADA Naoki | 2016-05-05 | 3 | -41/+159 | |
|\ \ | ||||||
| * | | Remove double underscore prefix | INADA Naoki | 2016-05-05 | 1 | -22/+21 | |
| | | | ||||||
| * | | add lower bound tests for memoryviews | folz | 2016-05-04 | 1 | -0/+8 | |
| | | | ||||||
| * | | refactor header packing for str and bin types | folz | 2016-05-04 | 1 | -44/+39 | |
| | | | ||||||
| * | | more descriptive test names | folz | 2016-05-04 | 1 | -51/+21 | |
| | | | ||||||
| * | | fix problems associated with packing memoryviews | folz | 2016-05-03 | 3 | -18/+164 | |
|/ / | | | | | | | | | 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 | 3 | -2/+80 | |
| | | | | | | | | | | | | * 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 | |
| | | ||||||
* | | Update README.rst (#184) | Timothy Cyrus | 2016-04-30 | 1 | -1/+1 | |
| | | | | | | Change PNG Badges to SVG | |||||
* | | Use manylinux1 wheel for Cython (#179) | INADA Naoki | 2016-04-16 | 1 | -2/+2 | |
| | | | | | | | | * Use manylinux1 wheel for Cython * Use newer pip | |||||
* | | Merge pull request #172 from methane/palaviv-msgpack-exceptions | INADA Naoki | 2016-02-14 | 5 | -74/+93 | |
|\ \ | | | | | | | Organize Exceptions | |||||
| * | | Deprecate more useless exceptions | INADA Naoki | 2016-02-14 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove too much parameterized tests | INADA Naoki | 2016-02-14 | 1 | -28/+21 | |
| | | | ||||||
| * | | 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 | 2 | -15/+13 | |
| | | | ||||||
| * | | 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 | 4 | -52/+71 | |
|/ / | | | | | | | MsgpackBaseException. cython and fallback throws same exceptions | |||||
* | | Merge pull request #161 from jfolz/feature/packbuffers | INADA Naoki | 2016-01-26 | 3 | -2/+33 | |
|\ \ | | | | | | | Support packing memoryview objects | |||||
| * | | Support packing memoryview objects | folz | 2016-01-25 | 3 | -2/+33 | |
|/ / | ||||||
* | | Merge pull request #158 from methane/feature/strict-typecheck | INADA Naoki | 2016-01-25 | 3 | -21/+69 | |
|\ \ | | | | | | | Packer: check type strictly | |||||
| * | | Add test for strict_types option | INADA Naoki | 2016-01-25 | 1 | -0/+15 | |
| | | | ||||||
| * | | 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. | |||||
* | | | | Merge pull request #168 from msgpack/feature/drop-2.6 | INADA Naoki | 2016-01-25 | 2 | -6/+3 | |
|\ \ \ \ | | | | | | | | | | | Drop Python 2.6, 3.2 support | |||||
| * | | | | Drop Python 2.6, 3.2 support | INADA Naoki | 2016-01-25 | 2 | -6/+3 | |
|/ / / / | ||||||
* | | | | Update ChangeLog | INADA Naoki | 2016-01-25 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | 0.4.70.4.7 | INADA Naoki | 2016-01-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #165 from frsyuki/fix-string-too-large-message | INADA Naoki | 2016-01-12 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | Fix wrong 'dict is too large' on unicode string | |||||
| * | | | Fix wrong 'dict is too large' on unicode string | Sadayuki Furuhashi | 2016-01-11 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Merge pull request #160 from thedrow/patch-2 | INADA Naoki | 2016-01-03 | 1 | -1/+3 | |
|\ \ \ | | | | | | | | | Travis will now cache dependencies despite having a custom install step | |||||
| * | | | Travis will now cache dependencies despite having a custom install step. | Omer Katz | 2015-11-17 | 1 | -1/+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 | |
| | | | | ||||||
* | | | | Merge pull request #159 from thedrow/patch-1 | INADA Naoki | 2015-11-23 | 2 | -4/+4 | |
|\ \ \ \ | |_|/ / |/| | | | Added Python 3.5 to the build matrix | |||||
| * | | | Run the build with 3.5 since it's still not available by default in travis. | Omer Katz | 2015-11-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Added Python 3.5 to the build matrix. | Omer Katz | 2015-11-17 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Added python 3.5 to tox.ini. | Omer Katz | 2015-11-17 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Update ChangeLog | INADA Naoki | 2015-11-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | 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 | 3 | -6/+37 | |
|\ \ \ | | | | | | | | | 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 | |
| | | | | ||||||
| * | | | Test to demonstrate that the default function isn't always called (#133) | Pramukta Kumar | 2015-03-17 | 1 | -0/+19 | |
| | | | |