summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.5.20.5.2INADA Naoki2018-02-022-1/+14
|
* s/raw_as_bytes/raw/g (#276)INADA Naoki2018-01-129-47/+48
| | | fixes #273
* Packer.pack() reset buffer on exception (#274)INADA Naoki2018-01-112-6/+12
| | | fixes #210
* packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272)INADA Naoki2018-01-113-14/+71
|
* Add raw_as_bytes option to Unpacker. (#265)INADA Naoki2018-01-1111-93/+199
|
* Update doc0.5.1INADA Naoki2018-01-102-2/+2
|
* fallback: Update docstring.INADA Naoki2018-01-102-6/+12
|
* Remove FutureWarning about use_bin_type option (#271)INADA Naoki2018-01-101-13/+13
|
* Fix READMEINADA Naoki2018-01-101-1/+1
|
* Make msgpack-python deprecated clone of msgpack.INADA Naoki2018-01-104-36/+12
|
* Update READMEINADA Naoki2018-01-091-2/+3
|
* Update MakefileINADA Naoki2018-01-091-16/+11
|
* manylinux1: Add 3.6 and remove 3.4INADA Naoki2018-01-091-1/+1
|
* Update AppVeyor build (#267)INADA Naoki2018-01-092-18/+21
|
* Update READMEINADA Naoki2018-01-091-0/+14
|
* Update Cython versionmsgpack-v1.0.1730.5.0INADA Naoki2018-01-071-1/+1
|
* Update READMEINADA Naoki2018-01-071-13/+2
|
* Add transition packageINADA Naoki2018-01-072-0/+33
|
* prepare 0.5INADA Naoki2018-01-071-1/+1
|
* Rename package name to msgpackINADA Naoki2018-01-071-3/+3
|
* Warn about future use_bin_type change (#264)INADA Naoki2018-01-062-7/+18
|
* Raise MemoryError when failed to grow buffer (#263)INADA Naoki2018-01-051-1/+4
|
* Deprecate write_bytes option in Unpacker. (#262)INADA Naoki2018-01-052-0/+7
| | | Fixes #197
* Update changelogINADA Naoki2018-01-051-5/+14
|
* add license info to metadata (#260)aaron jheng2017-12-311-0/+1
|
* fix zero length raw can't be decoded. (#236)INADA Naoki2017-12-211-1/+1
| | | fix #234
* Remove code and tests for unsupported Python 3.3 and 3.4 (#249)Hugo2017-11-025-34/+6
|
* Clarify README, fix grammar, update section on byte arrays (#253)Martin Braun2017-10-171-21/+36
|
* 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.