summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* travis: Add test for arm64 (#399)ossdev072019-12-311-1/+18
| | | Signed-off-by: ossdev07 <ossdev@puresoftware.com>
* travis: Use build config validation.Inada Naoki2019-12-161-0/+1
|
* Fix some typoInada Naoki2019-12-131-5/+5
|
* Reintroduce __ne__v1.0.0rc1Inada Naoki2019-12-121-0/+4
|
* Make Timestamp hashable (#396)Inada Naoki2019-12-121-3/+4
| | | When overriding __eq__, __hash__ should be overridden too.
* Refine Timestamp APIs (#395)Inada Naoki2019-12-123-50/+69
|
* Remove TRANSITIONAL package supportInada Naoki2019-12-121-11/+1
|
* blackInada Naoki2019-12-121-1/+1
|
* Prepare 1.0rc1Inada Naoki2019-12-124-86/+49
|
* Update READMEInada Naoki2019-12-121-0/+8
|
* Support datetime. (#394)Inada Naoki2019-12-118-24/+222
|
* Simplify check for bool type (#362)Marty B2019-12-091-5/+4
|
* typoInada Naoki2019-12-091-1/+1
|
* Unpacker: Change max_buffer_size to 100MiB (#391)Inada Naoki2019-12-092-31/+36
|
* Update README (#393)Inada Naoki2019-12-092-14/+45
|
* Make strict_map_key default to True (#392)Inada Naoki2019-12-068-20/+19
|
* Update READMEInada Naoki2019-12-061-7/+7
|
* Move Black from Travis to Github Actions (#390)Inada Naoki2019-12-062-8/+21
|
* Fix fallback Unpacker.read() (#388)Inada Naoki2019-12-062-1/+12
| | | Fixes #352.
* Remove unused importInada Naoki2019-12-062-2/+1
|
* travis: Use codecov (#387)Inada Naoki2019-12-061-21/+27
|
* 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
|