summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Pure Python packer supports memoryview of multi byte items.INADA Naoki2016-05-053-41/+159
|\ \
| * | Remove double underscore prefixINADA Naoki2016-05-051-22/+21
| | |
| * | add lower bound tests for memoryviewsfolz2016-05-041-0/+8
| | |
| * | refactor header packing for str and bin typesfolz2016-05-041-44/+39
| | |
| * | more descriptive test namesfolz2016-05-041-51/+21
| | |
| * | fix problems associated with packing memoryviewsfolz2016-05-033-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 Naoki2016-05-033-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 Naoki2016-04-302-9/+21
| |
* | Update README.rst (#184)Timothy Cyrus2016-04-301-1/+1
| | | | | | Change PNG Badges to SVG
* | Use manylinux1 wheel for Cython (#179)INADA Naoki2016-04-161-2/+2
| | | | | | | | * Use manylinux1 wheel for Cython * Use newer pip
* | Merge pull request #172 from methane/palaviv-msgpack-exceptionsINADA Naoki2016-02-145-74/+93
|\ \ | | | | | | Organize Exceptions
| * | Deprecate more useless exceptionsINADA Naoki2016-02-141-2/+2
| | |
| * | remove too much parameterized testsINADA Naoki2016-02-141-28/+21
| | |
| * | Deprecate PackExceptionsINADA Naoki2016-02-142-8/+14
| | |
| * | ExtraData should be UnpackValueErrorINADA Naoki2016-02-141-1/+1
| | |
| * | removed MsgpackBaseExceptionpalaviv2016-02-122-15/+13
| | |
| * | reraising ValueError from unpack.h as UnpackValueErrorpalaviv2016-02-121-17/+20
| | |
| * | changed more ValueErrors to PackValueErrorpalaviv2016-02-121-5/+5
| | |
| * | msgpack pack and unpack throws only exception that inherit from ↵palaviv2016-02-124-52/+71
|/ / | | | | | | MsgpackBaseException. cython and fallback throws same exceptions
* | Merge pull request #161 from jfolz/feature/packbuffersINADA Naoki2016-01-263-2/+33
|\ \ | | | | | | Support packing memoryview objects
| * | Support packing memoryview objectsfolz2016-01-253-2/+33
|/ /
* | Merge pull request #158 from methane/feature/strict-typecheckINADA Naoki2016-01-253-21/+69
|\ \ | | | | | | Packer: check type strictly
| * | Add test for strict_types optionINADA Naoki2016-01-251-0/+15
| | |
| * | strict type check for ext typeINADA Naoki2015-11-101-1/+1
| | |
| * | strict_types should be last argumentINADA Naoki2015-11-102-16/+16
| | |
| * | fallback unpacker: precise => strictINADA Naoki2015-11-101-12/+13
| | |
| * | s/precise_mode/strict_types/INADA Naoki2015-11-101-13/+13
| | |
| * | Merge branch 'master' of https://github.com/faerot/msgpack-python into ↵INADA Naoki2015-11-102-20/+52
| |\ \ | | | | | | | | | | | | pramukta-default_function_on_int_overflow
| | * | precise_mode instead of distinguish_tuplefaerot2014-05-222-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 Packerfaerot2014-05-222-4/+19
| | | | | | | | | | | | | | | | This will make precise python types serialization possible.
* | | | Merge pull request #168 from msgpack/feature/drop-2.6INADA Naoki2016-01-252-6/+3
|\ \ \ \ | | | | | | | | | | Drop Python 2.6, 3.2 support
| * | | | Drop Python 2.6, 3.2 supportINADA Naoki2016-01-252-6/+3
|/ / / /
* | | | Update ChangeLogINADA Naoki2016-01-251-1/+1
| |_|/ |/| |
* | | 0.4.70.4.7INADA Naoki2016-01-251-1/+1
| | |
* | | Merge pull request #165 from frsyuki/fix-string-too-large-messageINADA Naoki2016-01-121-3/+3
|\ \ \ | | | | | | | | Fix wrong 'dict is too large' on unicode string
| * | | Fix wrong 'dict is too large' on unicode stringSadayuki Furuhashi2016-01-111-3/+3
|/ / /
* | | Merge pull request #160 from thedrow/patch-2INADA Naoki2016-01-031-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 Katz2015-11-171-1/+3
| |/ /
* | | Merge pull request #163 from ThomasWaldmann/masterINADA Naoki2015-12-102-2/+2
|\ \ \ | | | | | | | | fix typos
| * | | fix typosThomas Waldmann2015-12-092-2/+2
| | | |
* | | | Merge pull request #159 from thedrow/patch-1INADA Naoki2015-11-232-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 Katz2015-11-171-1/+1
| | | |
| * | | Added Python 3.5 to the build matrix.Omer Katz2015-11-171-2/+2
| | | |
| * | | Added python 3.5 to tox.ini.Omer Katz2015-11-171-1/+1
|/ / /
* | | Update ChangeLogINADA Naoki2015-11-091-0/+1
| | |
* | | refactorINADA Naoki2015-11-091-2/+2
| | |
* | | Merge pull request #135 from pramukta/default_function_on_int_overflowINADA Naoki2015-11-093-6/+37
|\ \ \ | | | | | | | | Default function on int overflow
| * | | 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
| | | |
| * | | Test to demonstrate that the default function isn't always called (#133)Pramukta Kumar2015-03-171-0/+19
| | | |