summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Use new msgpack spec by default. (#386)Inada Naoki2019-12-0511-126/+75
|
* fallback: Remove old buffer protocol support (#384)Inada Naoki2019-12-052-19/+5
|
* Remove deprecated submodule unpack (#385)Inada Naoki2019-12-052-18/+0
|
* Drop old buffer protocol support (#383)Inada Naoki2019-12-051-38/+22
|
* travis: Add BlackInada Naoki2019-12-052-1/+12
|
* blacken all files.Inada Naoki2019-12-053-143/+158
|
* blacken testInada Naoki2019-12-0516-334/+501
|
* blackenInada Naoki2019-12-053-180/+245
|
* Add Timestamp support (#382)Inada Naoki2019-12-059-20/+283
|
* Intern map keys (#381)Inada Naoki2019-12-032-0/+5
| | | Fixes #372.
* Remove encoding option from Unpacker. (#380)Inada Naoki2019-12-034-51/+15
|
* Ressurect unicode_errors of the Packer. (#379)Inada Naoki2019-12-034-13/+50
|
* Update ChangeLogInada Naoki2019-12-031-0/+10
|
* Remove encoding/unicode_errors options from Packer (#378)Inada Naoki2019-12-033-93/+9
|
* Use Github Actions for Windows (#377)Inada Naoki2019-12-033-1/+79
|
* Drop Python 2 support from _cmsgpack (#376)Inada Naoki2019-11-289-55/+36
|
* update for Python 3.8 (#374)Terence Honles2019-11-236-3/+22
|
* 0.6.2v0.6.2Inada Naoki2019-09-201-1/+1
|
* Update ChangeLogInada Naoki2019-09-201-0/+10
|
* Add Python 3.8 to travis (#371)Inada Naoki2019-09-191-4/+10
|
* update Cython to 0.29.13 (#370)Inada Naoki2019-09-192-3/+4
|
* Use Py_SIZE() when it is safe (#369)Inada Naoki2019-09-191-3/+3
|
* Avoid calling __Pyx_GetModuleGlobalName for ExtType (#363)Marty B2019-09-191-0/+2
|
* use relative imports (#357)Felix Schwarz2019-05-124-10/+10
| | | | | Some applications use msgpack to store persistent data and require a specific msgpack version (e.g. borgbackup). Bundling helps in case there is an (incompatible) version of msgpack in a system-wide install.
* Update requirements.txt (#346)Hugues2019-03-271-1/+1
| | | bytearray.pxd is only available starting with Cython 0.29
* Fix changelog.INADA Naoki2019-02-041-1/+1
| | | | Fixes #343
* v0.6.1v0.6.1Inada Naoki2019-01-251-1/+1
|
* Recommend max_buffer_len instead of max_(str|bin|ext)_lenInada Naoki2019-01-253-13/+34
|
* travis: Install new pytestInada Naoki2019-01-251-1/+1
|
* Remove pytest warningsInada Naoki2019-01-253-11/+27
|
* Auto limit configuration (#342)Inada Naoki2019-01-243-28/+92
|
* use _PyFloat APIs to (de)serialize (#340)INADA Naoki2019-01-072-20/+7
|
* Fix docstringInada Naoki2018-12-042-2/+2
|
* Build linux wheel for Python 3.7Inada Naoki2018-12-041-1/+1
|
* AppVeyor: Add Python 3.7 and remove 3.6master-361Inada Naoki2018-11-301-4/+4
|
* 0.6.0v0.6.0Inada Naoki2018-11-302-2/+3
|
* cleanupInada Naoki2018-11-301-13/+13
|
* Update tox.iniInada Naoki2018-11-301-4/+4
|
* Update ChangeLogInada Naoki2018-11-301-0/+5
|
* unpacker: Add `strict_map_key` option (#334)INADA Naoki2018-11-304-6/+37
|\
| * Fix fallbackInada Naoki2018-11-301-1/+1
| |
| * Fix testInada Naoki2018-11-301-2/+2
| |
| * Fix testInada Naoki2018-11-291-2/+2
| |
| * Implement strict_map_key to fallback unpacker.Inada Naoki2018-11-291-1/+9
| |
| * Add strict_map_key option to unpackerInada Naoki2018-11-293-5/+28
|/
* Update READMEINADA Naoki2018-11-201-3/+9
|
* Unpacker: allow to use buffer with size greater than 2 GB (#332)jkorvin2018-11-201-1/+1
|
* Add StackError and FormatError (#331)INADA Naoki2018-11-207-47/+119
|
* s/iteritems/items/g (#330)INADA Naoki2018-11-141-1/+1
|
* Try language_level=3 (#329)INADA Naoki2018-11-141-1/+1
|