summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix overflow in unpacking timestamp to datetime (#452)Inada Naoki2020-12-182-3/+14
|
* Add Python 3.9 wheelsInada Naoki2020-12-111-0/+1
|
* Actions: Add Python 3.9Inada Naoki2020-12-113-0/+42
|
* v1.0.1v1.0.1Inada Naoki2020-12-113-1/+10
|
* Build arm64 wheels (#439)Tsahi Zidenberg2020-12-112-0/+14
|
* Travis: Reduce buildInada Naoki2020-12-111-4/+1
| | | | Save credits.
* Update docstringInada Naoki2020-12-043-50/+63
|
* Fix datetime before epoch on windows in cython implementation (#436)Peter Fischer2020-07-303-13/+30
| | | | 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.
* Synchronize handling of datetime in Packer implementations (#434)Peter Fischer2020-07-241-1/+1
| | | 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.
* Allow for timestamps before UNIX epoch (#433)Tom Pohl2020-07-231-1/+3
|
* Fix a typo in the changelog (#429)Markus Gerstel2020-06-261-1/+1
|
* Fix benchmark extension module import (#428)Contextualist2020-06-221-3/+3
|
* Fix Unpacker.tell() (#427)jfolz2020-06-083-9/+45
| | | | | Fixes #426. Co-authored-by: folz <joachim.folz@dfki.de>
* Update doc versionInada Naoki2020-05-241-2/+2
| | | Fixes #425
* Fix an example in README.md (#423)Kevin Tewouda2020-05-131-1/+1
|
* Fix typo (#416)Dan Salmon2020-03-181-1/+1
|
* Upgrade msgpack if already installed (#414)Charles-Axel Dein2020-02-241-1/+1
|
* Build linux and macOS wheels on GitHub Actions. (#409)Inada Naoki2020-02-194-5/+154
|
* update READMEInada Naoki2020-02-172-12/+16
|
* 1.0.0v1.0.0Inada Naoki2020-02-172-2/+2
|
* Add noteInada Naoki2020-02-171-0/+9
|
* Clean msgpack/_cmsgpack.cpp and msgpack/_cmsgpack.*.so (#407)Alex Willmer2020-02-141-1/+2
|
* build: Don't test C extension on CPython 2.7 under Tox (#406)Alex Willmer2020-02-141-1/+6
| | | | 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.
* travis: Python 3.9 is the new dev version. (#405)Erik Cederstrand2020-02-141-1/+2
|
* Add some test for timestamp (#403)Inada Naoki2020-02-066-35/+40
|
* README: `` -> `Inada Naoki2020-02-061-37/+37
|
* Fix markdownInada Naoki2020-02-061-1/+1
|
* Remove broken exampleInada Naoki2020-02-061-18/+0
|
* Update README.md (#402)Emilio Tagua2020-02-051-1/+1
|
* 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
|