Inada Naoki
235c6036ea
travis: Use codecov ( #387 )
2019-12-06 19:28:23 +09:00
Inada Naoki
7e9905bdfa
Use new msgpack spec by default. ( #386 )
2019-12-05 21:34:10 +09:00
Inada Naoki
de320488ae
fallback: Remove old buffer protocol support ( #384 )
2019-12-05 20:47:20 +09:00
Inada Naoki
9f4b2d53b7
Remove deprecated submodule unpack ( #385 )
2019-12-05 20:47:01 +09:00
Inada Naoki
9ae43709e4
Drop old buffer protocol support ( #383 )
2019-12-05 20:20:53 +09:00
Inada Naoki
af4eea430e
travis: Add Black
2019-12-05 19:05:00 +09:00
Inada Naoki
bc8c86203a
blacken all files.
2019-12-05 18:53:49 +09:00
Inada Naoki
10e5e39ff9
blacken test
2019-12-05 18:51:45 +09:00
Inada Naoki
e557e17cbd
blacken
2019-12-05 18:50:13 +09:00
Inada Naoki
641406902e
Add Timestamp support ( #382 )
2019-12-05 18:29:15 +09:00
Inada Naoki
2c6668941f
Intern map keys ( #381 )
...
Fixes #372 .
2019-12-03 21:18:17 +09:00
Inada Naoki
e419cd8e2d
Remove encoding option from Unpacker. ( #380 )
2019-12-03 21:13:05 +09:00
Inada Naoki
83ebb63c44
Ressurect unicode_errors of the Packer. ( #379 )
2019-12-03 20:53:11 +09:00
Inada Naoki
a0480c7602
Update ChangeLog
2019-12-03 18:54:18 +09:00
Inada Naoki
e1ed0044bf
Remove encoding/unicode_errors options from Packer ( #378 )
2019-12-03 18:54:01 +09:00
Inada Naoki
cc3a8665d6
Use Github Actions for Windows ( #377 )
2019-12-03 17:46:28 +09:00
Inada Naoki
891f2d8743
Drop Python 2 support from _cmsgpack ( #376 )
2019-11-28 20:23:34 +09:00
Terence Honles
b458e9a6a2
update for Python 3.8 ( #374 )
2019-11-23 12:58:55 +09:00
Inada Naoki
997b524f06
0.6.2
2019-09-20 16:37:08 +09:00
Inada Naoki
144f276e88
Update ChangeLog
2019-09-20 16:36:37 +09:00
Inada Naoki
fd3f004863
Add Python 3.8 to travis ( #371 )
2019-09-19 20:37:19 +09:00
Inada Naoki
c25e2a0984
update Cython to 0.29.13 ( #370 )
2019-09-19 20:14:33 +09:00
Inada Naoki
3146ebd330
Use Py_SIZE() when it is safe ( #369 )
2019-09-19 13:20:57 +09:00
Marty B
b98b8cab99
Avoid calling __Pyx_GetModuleGlobalName for ExtType ( #363 )
2019-09-19 01:15:09 +09:00
Felix Schwarz
05ff11dbcc
use relative imports ( #357 )
...
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.
2019-05-12 21:44:32 +09:00
Hugues
737f08a885
Update requirements.txt ( #346 )
...
bytearray.pxd is only available starting with Cython 0.29
2019-03-27 22:37:26 +09:00
INADA Naoki
381c2eff5f
Fix changelog.
...
Fixes #343
2019-02-04 12:08:07 +09:00
Inada Naoki
8f513af999
v0.6.1
2019-01-25 21:43:28 +09:00
Inada Naoki
280308e8ce
Recommend max_buffer_len instead of max_(str|bin|ext)_len
2019-01-25 21:27:46 +09:00
Inada Naoki
9951b89455
travis: Install new pytest
2019-01-25 21:04:14 +09:00
Inada Naoki
464fe277e1
Remove pytest warnings
2019-01-25 20:52:57 +09:00
Inada Naoki
28b5f46a34
Auto limit configuration ( #342 )
2019-01-24 18:46:39 +09:00
INADA Naoki
f46523b1af
use _PyFloat APIs to (de)serialize ( #340 )
2019-01-07 21:10:40 +09:00
Inada Naoki
197e30723a
Fix docstring
2018-12-04 20:10:21 +09:00
Inada Naoki
b8bf3c950c
Build linux wheel for Python 3.7
2018-12-04 17:18:34 +09:00
Inada Naoki
b1d658e7a0
AppVeyor: Add Python 3.7 and remove 3.6
2018-11-30 19:25:14 +09:00
Inada Naoki
cc7fd5722b
0.6.0
2018-11-30 19:03:44 +09:00
Inada Naoki
bbdfd4d92e
cleanup
2018-11-30 16:28:41 +09:00
Inada Naoki
93b5953eae
Update tox.ini
2018-11-30 16:05:31 +09:00
Inada Naoki
04cf8fc7f4
Update ChangeLog
2018-11-30 14:04:18 +09:00
INADA Naoki
760e30b77e
unpacker: Add strict_map_key option ( #334 )
2018-11-30 11:47:15 +09:00
Inada Naoki
8ae6320072
Fix fallback
2018-11-30 11:42:51 +09:00
Inada Naoki
ab789813b8
Fix test
2018-11-30 11:36:15 +09:00
Inada Naoki
e76091a82c
Fix test
2018-11-29 22:38:22 +09:00
Inada Naoki
dc1b993079
Implement strict_map_key to fallback unpacker.
2018-11-29 22:35:12 +09:00
Inada Naoki
e9086a34e4
Add strict_map_key option to unpacker
2018-11-29 22:29:38 +09:00
INADA Naoki
3c9c6edbc8
Update README
2018-11-20 15:48:44 +09:00
jkorvin
ab2415eaa0
Unpacker: allow to use buffer with size greater than 2 GB ( #332 )
2018-11-20 15:24:35 +09:00
INADA Naoki
44254dd35e
Add StackError and FormatError ( #331 )
2018-11-20 13:12:49 +09:00
INADA Naoki
8b6ce53cce
s/iteritems/items/g ( #330 )
2018-11-14 21:06:16 +09:00