summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Warn when use_bin_type is not specified.developINADA Naoki2016-10-061-2/+15
* Merge branch 'release-0.4'INADA Naoki2016-07-304-3/+24
|\
| * Make manylinux1 wheelsINADA Naoki2016-07-302-0/+15
| * 0.4.80.4.8INADA Naoki2016-07-292-2/+11
* | Merge branch 'release-0.4'INADA Naoki2016-07-213-7/+4
|\ \ | |/
| * Fix ext_hook call (#203)INADA Naoki2016-07-212-3/+3
| * Enable Python35-x64 in AppVeyorINADA Naoki2016-07-211-4/+1
| * Use AppVeyor to build windows wheel (#188)INADA Naoki2016-07-213-2/+80
* | Merge pull request #195 from jfolz/masterINADA Naoki2016-06-143-32/+106
|\ \
| * | enable unpacking from memoryviewfolz2016-06-133-32/+106
|/ /
* | Merge pull request #199 from methane/struct-unpack-fromINADA Naoki2016-05-251-55/+111
|\ \
| * | fallback: Use bytearray as bufferINADA Naoki2016-05-241-9/+15
| * | fallback: Use struct.unpack_from when possibleINADA Naoki2016-05-241-50/+100
|/ /
* | 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