Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix overflow in unpacking timestamp to datetime (#452) | Inada Naoki | 2020-12-18 | 2 | -3/+14 | |
| | ||||||
* | Add Python 3.9 wheels | Inada Naoki | 2020-12-11 | 1 | -0/+1 | |
| | ||||||
* | Actions: Add Python 3.9 | Inada Naoki | 2020-12-11 | 3 | -0/+42 | |
| | ||||||
* | v1.0.1v1.0.1 | Inada Naoki | 2020-12-11 | 3 | -1/+10 | |
| | ||||||
* | Build arm64 wheels (#439) | Tsahi Zidenberg | 2020-12-11 | 2 | -0/+14 | |
| | ||||||
* | Travis: Reduce build | Inada Naoki | 2020-12-11 | 1 | -4/+1 | |
| | | | | Save credits. | |||||
* | Update docstring | Inada Naoki | 2020-12-04 | 3 | -50/+63 | |
| | ||||||
* | Fix datetime before epoch on windows in cython implementation (#436) | Peter Fischer | 2020-07-30 | 3 | -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 Fischer | 2020-07-24 | 1 | -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 Pohl | 2020-07-23 | 1 | -1/+3 | |
| | ||||||
* | Fix a typo in the changelog (#429) | Markus Gerstel | 2020-06-26 | 1 | -1/+1 | |
| | ||||||
* | Fix benchmark extension module import (#428) | Contextualist | 2020-06-22 | 1 | -3/+3 | |
| | ||||||
* | Fix Unpacker.tell() (#427) | jfolz | 2020-06-08 | 3 | -9/+45 | |
| | | | | | Fixes #426. Co-authored-by: folz <joachim.folz@dfki.de> | |||||
* | Update doc version | Inada Naoki | 2020-05-24 | 1 | -2/+2 | |
| | | | Fixes #425 | |||||
* | Fix an example in README.md (#423) | Kevin Tewouda | 2020-05-13 | 1 | -1/+1 | |
| | ||||||
* | Fix typo (#416) | Dan Salmon | 2020-03-18 | 1 | -1/+1 | |
| | ||||||
* | Upgrade msgpack if already installed (#414) | Charles-Axel Dein | 2020-02-24 | 1 | -1/+1 | |
| | ||||||
* | Build linux and macOS wheels on GitHub Actions. (#409) | Inada Naoki | 2020-02-19 | 4 | -5/+154 | |
| | ||||||
* | update README | Inada Naoki | 2020-02-17 | 2 | -12/+16 | |
| | ||||||
* | 1.0.0v1.0.0 | Inada Naoki | 2020-02-17 | 2 | -2/+2 | |
| | ||||||
* | Add note | Inada Naoki | 2020-02-17 | 1 | -0/+9 | |
| | ||||||
* | Clean msgpack/_cmsgpack.cpp and msgpack/_cmsgpack.*.so (#407) | Alex Willmer | 2020-02-14 | 1 | -1/+2 | |
| | ||||||
* | build: Don't test C extension on CPython 2.7 under Tox (#406) | Alex Willmer | 2020-02-14 | 1 | -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 Cederstrand | 2020-02-14 | 1 | -1/+2 | |
| | ||||||
* | Add some test for timestamp (#403) | Inada Naoki | 2020-02-06 | 6 | -35/+40 | |
| | ||||||
* | README: `` -> ` | Inada Naoki | 2020-02-06 | 1 | -37/+37 | |
| | ||||||
* | Fix markdown | Inada Naoki | 2020-02-06 | 1 | -1/+1 | |
| | ||||||
* | Remove broken example | Inada Naoki | 2020-02-06 | 1 | -18/+0 | |
| | ||||||
* | Update README.md (#402) | Emilio Tagua | 2020-02-05 | 1 | -1/+1 | |
| | ||||||
* | travis: Add test for arm64 (#399) | ossdev07 | 2019-12-31 | 1 | -1/+18 | |
| | | | Signed-off-by: ossdev07 <ossdev@puresoftware.com> | |||||
* | travis: Use build config validation. | Inada Naoki | 2019-12-16 | 1 | -0/+1 | |
| | ||||||
* | Fix some typo | Inada Naoki | 2019-12-13 | 1 | -5/+5 | |
| | ||||||
* | Reintroduce __ne__v1.0.0rc1 | Inada Naoki | 2019-12-12 | 1 | -0/+4 | |
| | ||||||
* | Make Timestamp hashable (#396) | Inada Naoki | 2019-12-12 | 1 | -3/+4 | |
| | | | When overriding __eq__, __hash__ should be overridden too. | |||||
* | Refine Timestamp APIs (#395) | Inada Naoki | 2019-12-12 | 3 | -50/+69 | |
| | ||||||
* | Remove TRANSITIONAL package support | Inada Naoki | 2019-12-12 | 1 | -11/+1 | |
| | ||||||
* | black | Inada Naoki | 2019-12-12 | 1 | -1/+1 | |
| | ||||||
* | Prepare 1.0rc1 | Inada Naoki | 2019-12-12 | 4 | -86/+49 | |
| | ||||||
* | Update README | Inada Naoki | 2019-12-12 | 1 | -0/+8 | |
| | ||||||
* | Support datetime. (#394) | Inada Naoki | 2019-12-11 | 8 | -24/+222 | |
| | ||||||
* | Simplify check for bool type (#362) | Marty B | 2019-12-09 | 1 | -5/+4 | |
| | ||||||
* | typo | Inada Naoki | 2019-12-09 | 1 | -1/+1 | |
| | ||||||
* | Unpacker: Change max_buffer_size to 100MiB (#391) | Inada Naoki | 2019-12-09 | 2 | -31/+36 | |
| | ||||||
* | Update README (#393) | Inada Naoki | 2019-12-09 | 2 | -14/+45 | |
| | ||||||
* | Make strict_map_key default to True (#392) | Inada Naoki | 2019-12-06 | 8 | -20/+19 | |
| | ||||||
* | Update README | Inada Naoki | 2019-12-06 | 1 | -7/+7 | |
| | ||||||
* | Move Black from Travis to Github Actions (#390) | Inada Naoki | 2019-12-06 | 2 | -8/+21 | |
| | ||||||
* | Fix fallback Unpacker.read() (#388) | Inada Naoki | 2019-12-06 | 2 | -1/+12 | |
| | | | Fixes #352. | |||||
* | Remove unused import | Inada Naoki | 2019-12-06 | 2 | -2/+1 | |
| | ||||||
* | travis: Use codecov (#387) | Inada Naoki | 2019-12-06 | 1 | -21/+27 | |
| |