Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use build instead of setup.py build_wheelpy310 | Inada Naoki | 2021-11-16 | 1 | -1/+1 |
| | |||||
* | use manylinux2014 | Inada Naoki | 2021-11-16 | 2 | -2/+4 |
| | |||||
* | mac and win | Inada Naoki | 2021-11-16 | 2 | -0/+31 |
| | |||||
* | Support Python 3.10 and Drop Python 3.5 | Inada Naoki | 2021-11-16 | 3 | -4/+13 |
| | |||||
* | Fix black formatting | Inada Naoki | 2021-11-16 | 1 | -1/+1 |
| | |||||
* | Improve exception message relating to strict_map_key (#485) | Paul Melis | 2021-11-16 | 1 | -1/+1 |
| | |||||
* | cimport uint64_t instead of using ctypedef (#473) | Vladimir Matveev | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | Make pure-python wheels and eggs possible (#467) | Andrey Bienkowski | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | Remove unused PyObject_AsReadBuffer definition (#468) | Alexander Shadchin | 2021-02-27 | 1 | -1/+0 |
| | | | Also "old" buffer API was removed in Python 3.10 | ||||
* | Fix tox.ini (#465) | Andrey Bienkowski | 2021-02-26 | 1 | -4/+2 |
| | | | | There is no such thing as [variants] in the tox syntax. This resulted in MSGPACK_PUREPYTHON being unset in the "pure" test environments | ||||
* | Fix error formatting (#463) | Andrey Bienkowski | 2021-02-26 | 1 | -6/+10 |
| | |||||
* | Remove redundant code (#460) | Andrey Bienkowski | 2021-02-16 | 1 | -7/+0 |
| | |||||
* | fix docstring (#459) | Inada Naoki | 2021-02-12 | 2 | -33/+60 |
| | |||||
* | Updated readme about Python 2 support (#456) | laike9m | 2021-01-28 | 1 | -2/+0 |
| | |||||
* | build: Create tox environments using a known Cython version (#408)master | Alex Willmer | 2021-01-27 | 3 | -0/+10 |
| | | | | | This change causes Tox to run the project's setup.py in a virtualenv (default path is .tox/.package). The required version of Cython is installed, rather than whatever version is installed system wide. | ||||
* | Refactor fallback read header (#441) | Guy Tuval | 2021-01-02 | 1 | -165/+82 |
| | |||||
* | Use manylinux1 instead of manylinux2010 | Inada Naoki | 2020-12-18 | 1 | -4/+4 |
| | |||||
* | v1.0.2v1.0.2 | Inada Naoki | 2020-12-18 | 2 | -1/+6 |
| | |||||
* | Update readme | Inada Naoki | 2020-12-18 | 1 | -8/+3 |
| | |||||
* | format markdown | Inada Naoki | 2020-12-18 | 1 | -63/+63 |
| | |||||
* | Fix some travis builds. (#453) | Inada Naoki | 2020-12-18 | 1 | -0/+3 |
| | |||||
* | 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 |
| |