Inada Naoki
f34fca7fb5
Update readme
2020-12-18 16:21:41 +09:00
Inada Naoki
051f9ded1f
format markdown
2020-12-18 16:13:35 +09:00
Inada Naoki
94336cf914
Fix some travis builds. ( #453 )
2020-12-18 16:03:05 +09:00
Inada Naoki
753b3706d8
Fix overflow in unpacking timestamp to datetime ( #452 )
2020-12-18 14:21:27 +09:00
Inada Naoki
8029f95516
Add Python 3.9 wheels
2020-12-11 19:33:20 +09:00
Inada Naoki
edd5603661
Actions: Add Python 3.9
2020-12-11 19:31:24 +09:00
Inada Naoki
d893697eab
v1.0.1
2020-12-11 19:16:14 +09:00
Tsahi Zidenberg
7d6b4dfb51
Build arm64 wheels ( #439 )
2020-12-11 14:30:49 +09:00
Inada Naoki
2df517999b
Travis: Reduce build
...
Save credits.
2020-12-11 13:39:24 +09:00
Inada Naoki
44bc2bd439
Update docstring
2020-12-04 17:52:24 +09:00
Peter Fischer
8fb709f2e0
Fix datetime before epoch on windows in cython implementation ( #436 )
...
Cython implementation still used datetime.from_timestamp method, which does not work on windows.
Update the cython implementation to use utc time and delta and add a regression test to highlight the issue.
2020-07-30 23:48:51 +09:00
Peter Fischer
772c830841
Synchronize handling of datetime in Packer implementations ( #434 )
...
The handling of datetime is different in the cython and Python implementations. In contrast to the docs, timezone is not required in the Python implementation.
2020-07-24 16:29:15 +09:00
Tom Pohl
5614dd5a89
Allow for timestamps before UNIX epoch ( #433 )
2020-07-23 17:53:55 +09:00
Markus Gerstel
d9ead81021
Fix a typo in the changelog ( #429 )
2020-06-26 18:15:46 +09:00
Contextualist
3508ca524e
Fix benchmark extension module import ( #428 )
2020-06-22 11:27:52 +09:00
jfolz
c1b1a23f62
Fix Unpacker.tell() ( #427 )
...
Fixes #426 .
Co-authored-by: folz <joachim.folz@dfki.de>
2020-06-08 12:14:50 +09:00
Inada Naoki
b04690012d
Update doc version
...
Fixes #425
2020-05-24 02:15:04 +09:00
Kevin Tewouda
4e10222b51
Fix an example in README.md ( #423 )
2020-05-13 13:41:15 +09:00
Dan Salmon
692e0ee8ff
Fix typo ( #416 )
2020-03-18 09:29:51 +09:00
Charles-Axel Dein
2bfc2d0566
Upgrade msgpack if already installed ( #414 )
2020-02-24 17:51:56 +09:00
Inada Naoki
2849f5582a
Build linux and macOS wheels on GitHub Actions. ( #409 )
2020-02-19 00:53:00 +09:00
Inada Naoki
12506d8d91
update README
2020-02-17 17:12:47 +09:00
Inada Naoki
fa7d7447fc
1.0.0
2020-02-17 17:07:18 +09:00
Inada Naoki
64f59884a1
Add note
2020-02-17 16:58:25 +09:00
Alex Willmer
fcb19a0e1a
Clean msgpack/_cmsgpack.cpp and msgpack/_cmsgpack.*.so ( #407 )
2020-02-14 15:51:19 +09:00
Alex Willmer
cd6561db52
build: Don't test C extension on CPython 2.7 under Tox ( #406 )
...
As the Changelog notes, release 1.0 will drop support for the native
extension on CPython 2.x. So there seems little benefit of testing it.
2020-02-14 15:45:17 +09:00
Erik Cederstrand
f0952f1dd6
travis: Python 3.9 is the new dev version. ( #405 )
2020-02-14 12:31:09 +09:00
Inada Naoki
9d79351e99
Add some test for timestamp ( #403 )
2020-02-06 22:11:04 +09:00
Inada Naoki
ff1f5f89d9
README: ` ->
2020-02-06 21:06:04 +09:00
Inada Naoki
0dad821169
Fix markdown
2020-02-06 20:35:41 +09:00
Inada Naoki
24950990f4
Remove broken example
2020-02-06 20:29:33 +09:00
Emilio Tagua
1bd6fc36d0
Update README.md ( #402 )
2020-02-05 21:20:17 +09:00
ossdev07
030bb2f1f7
travis: Add test for arm64 ( #399 )
...
Signed-off-by: ossdev07 <ossdev@puresoftware.com>
2019-12-31 10:12:21 +09:00
Inada Naoki
ebfe55e637
travis: Use build config validation.
2019-12-16 15:14:34 +09:00
Inada Naoki
42f5ecfd51
Fix some typo
2019-12-13 15:10:32 +09:00
Inada Naoki
5e1fe818e3
Reintroduce __ne__
2019-12-12 20:05:25 +09:00
Inada Naoki
9e5ec95e02
Make Timestamp hashable ( #396 )
...
When overriding __eq__, __hash__ should be overridden too.
2019-12-12 19:59:06 +09:00
Inada Naoki
887d3a7d22
Refine Timestamp APIs ( #395 )
2019-12-12 19:43:59 +09:00
Inada Naoki
aab29ff277
Remove TRANSITIONAL package support
2019-12-12 18:48:16 +09:00
Inada Naoki
a05fc5e7c5
black
2019-12-12 18:46:55 +09:00
Inada Naoki
3df431cafd
Prepare 1.0rc1
2019-12-12 18:25:38 +09:00
Inada Naoki
c60e6c7a6f
Update README
2019-12-12 18:09:07 +09:00
Inada Naoki
2186455d15
Support datetime. ( #394 )
2019-12-11 23:48:16 +09:00
Marty B
5fd6119093
Simplify check for bool type ( #362 )
2019-12-09 19:29:47 +09:00
Inada Naoki
d10f12db8f
typo
2019-12-09 18:12:51 +09:00
Inada Naoki
c356035a57
Unpacker: Change max_buffer_size to 100MiB ( #391 )
2019-12-09 17:03:12 +09:00
Inada Naoki
5399f8180d
Update README ( #393 )
2019-12-09 17:02:35 +09:00
Inada Naoki
d8e3cf0563
Make strict_map_key default to True ( #392 )
2019-12-06 22:23:15 +09:00
Inada Naoki
0fc0eb2f16
Update README
2019-12-06 21:26:28 +09:00
Inada Naoki
5ba496c79a
Move Black from Travis to Github Actions ( #390 )
2019-12-06 21:23:54 +09:00