summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix problems associated with packing memoryviewsfolz2016-05-033-18/+164
* Use AppVeyor to build windows wheel (#188)INADA Naoki2016-05-033-2/+80
* Use Python's memory API (#185)INADA Naoki2016-04-302-9/+21
* Update README.rst (#184)Timothy Cyrus2016-04-301-1/+1
* Use manylinux1 wheel for Cython (#179)INADA Naoki2016-04-161-2/+2
* Merge pull request #172 from methane/palaviv-msgpack-exceptionsINADA Naoki2016-02-145-74/+93
|\
| * 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 MsgpackBaseEx...palaviv2016-02-124-52/+71
|/
* Merge pull request #161 from jfolz/feature/packbuffersINADA Naoki2016-01-263-2/+33
|\
| * Support packing memoryview objectsfolz2016-01-253-2/+33
|/
* Merge pull request #158 from methane/feature/strict-typecheckINADA Naoki2016-01-253-21/+69
|\
| * 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 pramuk...INADA Naoki2015-11-102-20/+52
| |\
| | * precise_mode instead of distinguish_tuplefaerot2014-05-222-34/+51
| | * added distinguish_tuple argument to Packerfaerot2014-05-222-4/+19
* | | Merge pull request #168 from msgpack/feature/drop-2.6INADA Naoki2016-01-252-6/+3
|\ \ \
| * | | 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 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.Omer Katz2015-11-171-1/+3
| |/ /
* | | Merge pull request #163 from ThomasWaldmann/masterINADA Naoki2015-12-102-2/+2
|\ \ \
| * | | fix typosThomas Waldmann2015-12-092-2/+2
* | | | Merge pull request #159 from thedrow/patch-1INADA Naoki2015-11-232-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
|\ \ \
| * | | 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
* | | | Fix compile errorINADA Naoki2015-11-091-1/+0
* | | | Merge pull request #157 from methane/unpack-paramsINADA Naoki2015-11-091-2/+12
|\ \ \ \
| * | | | Add missing params to unpack()INADA Naoki2015-11-091-2/+12
* | | | | Merge pull request #156 from methane/refactorINADA Naoki2015-11-093-37/+3
|\ \ \ \ \ | |/ / / /
| * | | | refactor C codeINADA Naoki2015-11-093-37/+3
|/ / / /