msgpack-python/msgpack
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
..
__init__.py blacken 2019-12-05 18:50:13 +09:00
_cmsgpack.pyx Support datetime. (#394) 2019-12-11 23:48:16 +09:00
_packer.pyx Support datetime. (#394) 2019-12-11 23:48:16 +09:00
_unpacker.pyx Fix Unpacker.tell() (#427) 2020-06-08 12:14:50 +09:00
_version.py 1.0.0 2020-02-17 17:07:18 +09:00
buff_converter.h Drop Python 2 support from _cmsgpack (#376) 2019-11-28 20:23:34 +09:00
exceptions.py Add StackError and FormatError (#331) 2018-11-20 13:12:49 +09:00
ext.py Allow for timestamps before UNIX epoch (#433) 2020-07-23 17:53:55 +09:00
fallback.py Synchronize handling of datetime in Packer implementations (#434) 2020-07-24 16:29:15 +09:00
pack.h packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272) 2018-01-11 19:41:05 +09:00
pack_template.h Add Timestamp support (#382) 2019-12-05 18:29:15 +09:00
sysdep.h s/\t/ /g 2013-02-27 21:24:25 +09:00
unpack.h Fix datetime before epoch on windows in cython implementation (#436) 2020-07-30 23:48:51 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h use _PyFloat APIs to (de)serialize (#340) 2019-01-07 21:10:40 +09:00