summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #198 from methane/refactoring-fallbackINADA Naoki2016-05-221-92/+96
|\ \
| * | fallback: simplify write_bytes callback implementationINADA Naoki2016-05-221-60/+64
| * | Remove _fb_ prefixINADA Naoki2016-05-221-86/+86
|/ /
* | Merge pull request #196 from methane/fallback-bytearray-bufferINADA Naoki2016-05-221-100/+69
|\ \
| * | fallback: Rewrite buffer from array of bytes to bytearrayINADA Naoki2016-05-201-100/+69
|/ /
* | Remove wrong download_url from package metadataINADA Naoki2016-05-132-4/+9
* | s/realloc/PyMem_Realloc/ (#193)INADA Naoki2016-05-081-1/+1
* | Remove unused import (#190)INADA Naoki2016-05-051-3/+0
* | Update ChangeLogINADA Naoki2016-05-051-0/+26
* | travis: Use docker to test 32bit environment (#189)INADA Naoki2016-05-053-13/+43
* | 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
|/ /
* | 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