summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove code and tests for unsupported Python 2.6 (#250)Hugo2017-10-122-16/+3
|
* Fix travis fail (#251)INADA Naoki2017-10-121-1/+1
|
* travis: Remove "only: master" restrictionINADA Naoki2017-10-121-4/+0
|
* Add py36 to tox.iniINADA Naoki2017-10-121-1/+1
|
* Update supported versions in classifiers (#248)Hugo2017-10-121-0/+6
|
* Update badges (#247)Hugo2017-10-121-4/+5
|
* Add unittests to document serialisation of tuples (#246)Lorenzo Bolla2017-09-302-2/+49
| | | | Also, fix formatting of error message in case of tuple. See https://github.com/msgpack/msgpack-python/issues/245
* Packer accepts bytearray objects (#229)jfolz2017-05-183-4/+23
|
* Unpacker: add tell() (#227)jfolz2017-04-303-0/+32
|
* travis and appveyor update (#217)INADA Naoki2017-01-133-16/+28
| | | | | | | | | | | travis: * stop using tox * Add Python 3.6 and 3.7-dev * Stop pypy3 (until PyPy3.5 is released) appveyor: * Drop Python 3.4 and add 3.6
* Add badge for Read the DocsINADA Naoki2017-01-131-3/+4
|
* Add requirements.txt for Read the DocsINADA Naoki2017-01-131-0/+1
|
* Remove version and date from READMEINADA Naoki2017-01-131-2/+0
|
* Merge branch 'release-0.4'INADA Naoki2017-01-1210-51/+52
|\
| * fix typos and other cosmetic issues (#214)release-0.4TW2017-01-1110-56/+57
| | | | | | | | | | | | | | cosmetic issues: - reST headlines' underline length needs to match the headline length (looks like somebody is / was using a proportional font) - Cython code lines do not need to be terminated with a semicolon - always use triple-double-quotes for docstrings
* | 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
| | | | | | fixes #202
| * Enable Python35-x64 in AppVeyorINADA Naoki2016-07-211-4/+1
| |
| * Use AppVeyor to build windows wheel (#188)INADA Naoki2016-07-213-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.
* | Merge pull request #195 from jfolz/masterINADA Naoki2016-06-143-32/+106
|\ \ | | | | | | Use new buffer interface to unpack
| * | enable unpacking from memoryviewfolz2016-06-133-32/+106
|/ /
* | Merge pull request #199 from methane/struct-unpack-fromINADA Naoki2016-05-251-55/+111
|\ \ | | | | | | Use struct.unpack_from instead of struct.unpack
| * | 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: refactoring
| * | 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 bytes
| * | 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
| | | | | | | | | | * travis: testing matrix.include feature to use docker * Add test script for 32bit * Fix OverflowError in 32bit Environment
* | 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
| | |