summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: build status badge (#538)HEADmainLaerte Pereira2023-04-081-1/+1
|
* Add security policyInada Naoki2023-04-011-0/+5
|
* Action: Update test workflowInada Naoki2023-03-091-7/+1
|
* Action: Update wheel workflowv1.0.5Inada Naoki2023-03-091-8/+1
|
* Release v1.0.5 (#534)Inada Naoki2023-03-092-5/+5
|
* Action: Run publish on tag creation.Inada Naoki2023-03-081-2/+2
|
* minor type in exception message (#533)Anthon van der Neut2023-03-051-1/+1
| | | interger -> integer
* Action: Use setup-python@v4Inada Naoki2023-01-181-3/+3
|
* Release v1.0.5rc1 (#528)v1.0.5rc1Inada Naoki2023-01-185-8/+17
|
* fallback: Fix packing multidim memoryview (#527)Inada Naoki2023-01-182-1/+9
| | | Fix #526
* Remove unused codeInada Naoki2023-01-181-26/+0
|
* Add python 3.11 wheels (#517)Matthieu Darbois2022-09-092-2/+3
|
* Fix build error caused by ntohs, ntohl (#514)Inada Naoki2022-08-081-2/+4
|
* Usef `__BYTE_ORDER__` instead of `__BYTE_ORDER` (#513)Jakub Kulík2022-08-021-4/+2
| | | | __BYTE_ORDER__ is common predefined macro available on at least gcc and clang. __BYTE_ORDER is macro defined in platform specific headers.
* Release v1.0.4 (#509)v1.0.4Inada Naoki2022-06-033-3/+13
|
* Use Actions to publish to PyPIv1.0.4rc1Inada Naoki2022-05-252-1/+12
|
* 1.0.4rc1Inada Naoki2022-05-251-2/+2
|
* ci: Update action versions. (#507)Inada Naoki2022-05-242-7/+6
|
* Fix Unpacker max_buffer_length handling (#506)Inada Naoki2022-05-243-17/+24
|
* Fix pip upgradeInada Naoki2022-05-231-1/+1
|
* Update Cython to 0.29.30Inada Naoki2022-05-232-2/+2
|
* Upgrade black (#505)Shantanu2022-05-022-2/+2
|
* Use PyFloat_Pack8() on Python 3.11a7 (#499)Victor Stinner2022-03-142-2/+21
| | | | | | | | Python 3.11a7 adds public functions: * PyFloat_Pack4(), PyFloat_Pack8() * PyFloat_Unpack4(), PyFloat_Unpack8() https://bugs.python.org/issue46906
* Update setuptools and black (#498)Inada Naoki2022-03-0313-84/+83
| | | | * Use setuptools * Use black==22.1.0
* Don't define __*_ENDIAN__ macro on Unix. (#495)Inada Naoki2022-01-192-8/+2
|
* Refactor CI (#492)Inada Naoki2021-11-2511-441/+100
| | | | * Use cibuildwheel to build wheels. * Use matrix
* Release v1.0.3 (#491)v1.0.3Inada Naoki2021-11-242-1/+10
|
* blackInada Naoki2021-11-171-1/+1
|
* 1.0.3rc1v1.0.3rc1Inada Naoki2021-11-161-1/+1
|
* Nicer error when packing a datetime without tzinfo (#466)Benjamin Egelund-Müller2021-11-163-0/+22
|
* Actions: Run CI only for PRs from forks. (#489)Inada Naoki2021-11-163-3/+12
|
* mac: Provide Universal2 wheel (#488)Inada Naoki2021-11-161-32/+19
| | | | * mac: Use cibuildwheel * Do not build wheel for PyPy.
* Support Python 3.10 and Drop Python 3.5 (#487)Inada Naoki2021-11-167-13/+38
| | | | * linux: Use manylinux2014 * mac: Drop Python 3.6 too
* Fix black formattingInada Naoki2021-11-161-1/+1
|
* Improve exception message relating to strict_map_key (#485)Paul Melis2021-11-161-1/+1
|
* cimport uint64_t instead of using ctypedef (#473)Vladimir Matveev2021-03-191-1/+1
|
* Make pure-python wheels and eggs possible (#467)Andrey Bienkowski2021-02-271-1/+1
|
* Remove unused PyObject_AsReadBuffer definition (#468)Alexander Shadchin2021-02-271-1/+0
| | | Also "old" buffer API was removed in Python 3.10
* Fix tox.ini (#465)Andrey Bienkowski2021-02-261-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 Bienkowski2021-02-261-6/+10
|
* Remove redundant code (#460)Andrey Bienkowski2021-02-161-7/+0
|
* fix docstring (#459)Inada Naoki2021-02-122-33/+60
|
* Updated readme about Python 2 support (#456)laike9m2021-01-281-2/+0
|
* build: Create tox environments using a known Cython version (#408)masterAlex Willmer2021-01-273-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 Tuval2021-01-021-165/+82
|
* Use manylinux1 instead of manylinux2010Inada Naoki2020-12-181-4/+4
|
* v1.0.2v1.0.2Inada Naoki2020-12-182-1/+6
|
* Update readmeInada Naoki2020-12-181-8/+3
|
* format markdownInada Naoki2020-12-181-63/+63
|
* Fix some travis builds. (#453)Inada Naoki2020-12-181-0/+3
|