| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor CI (#492) | Inada Naoki | 2021-11-25 | 1 | -89/+0 |
| | | | | | * Use cibuildwheel to build wheels. * Use matrix | ||||
| * | Fix some travis builds. (#453) | Inada Naoki | 2020-12-18 | 1 | -0/+3 |
| | | |||||
| * | Travis: Reduce build | Inada Naoki | 2020-12-11 | 1 | -4/+1 |
| | | | | | Save credits. | ||||
| * | travis: Python 3.9 is the new dev version. (#405) | Erik Cederstrand | 2020-02-14 | 1 | -1/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | Move Black from Travis to Github Actions (#390) | Inada Naoki | 2019-12-06 | 1 | -8/+0 |
| | | |||||
| * | travis: Use codecov (#387) | Inada Naoki | 2019-12-06 | 1 | -21/+27 |
| | | |||||
| * | travis: Add Black | Inada Naoki | 2019-12-05 | 1 | -1/+8 |
| | | |||||
| * | Drop Python 2 support from _cmsgpack (#376) | Inada Naoki | 2019-11-28 | 1 | -2/+8 |
| | | |||||
| * | Add Python 3.8 to travis (#371) | Inada Naoki | 2019-09-19 | 1 | -4/+10 |
| | | |||||
| * | update Cython to 0.29.13 (#370) | Inada Naoki | 2019-09-19 | 1 | -2/+3 |
| | | |||||
| * | travis: Install new pytest | Inada Naoki | 2019-01-25 | 1 | -1/+1 |
| | | |||||
| * | Refactor Cython code (#328) | INADA Naoki | 2018-11-14 | 1 | -1/+1 |
| | | | | _msgpack -> _cmsgpack | ||||
| * | Update travis config | INADA Naoki | 2018-11-08 | 1 | -6/+6 |
| | | |||||
| * | Update travis.yml | Inada Naoki | 2018-11-07 | 1 | -3/+9 |
| | | |||||
| * | travis: Run test on Python 3.4 (#307) | INADA Naoki | 2018-07-13 | 1 | -0/+1 |
| | | | | | | Python 3.4 is not supported officially. But keep running test for a while, to know when msgpack-python stop working on Python 3.4 actually. | ||||
| * | Remove code and tests for unsupported Python 3.3 and 3.4 (#249) | Hugo | 2017-11-02 | 1 | -2/+0 |
| | | |||||
| * | Fix travis fail (#251) | INADA Naoki | 2017-10-12 | 1 | -1/+1 |
| | | |||||
| * | travis: Remove "only: master" restriction | INADA Naoki | 2017-10-12 | 1 | -4/+0 |
| | | |||||
| * | travis and appveyor update (#217) | INADA Naoki | 2017-01-13 | 1 | -11/+23 |
| | | | | | | | | | | | | travis: * stop using tox * Add Python 3.6 and 3.7-dev * Stop pypy3 (until PyPy3.5 is released) appveyor: * Drop Python 3.4 and add 3.6 | ||||
| * | travis: Use docker to test 32bit environment (#189) | INADA Naoki | 2016-05-05 | 1 | -11/+27 |
| | | | | | | * travis: testing matrix.include feature to use docker * Add test script for 32bit * Fix OverflowError in 32bit Environment | ||||
| * | Use manylinux1 wheel for Cython (#179) | INADA Naoki | 2016-04-16 | 1 | -2/+2 |
| | | | | | * Use manylinux1 wheel for Cython * Use newer pip | ||||
| * | Drop Python 2.6, 3.2 support | INADA Naoki | 2016-01-25 | 1 | -4/+2 |
| | | |||||
| * | Merge pull request #160 from thedrow/patch-2 | INADA Naoki | 2016-01-03 | 1 | -1/+3 |
| |\ | | | | | Travis will now cache dependencies despite having a custom install step | ||||
| | * | Travis will now cache dependencies despite having a custom install step. | Omer Katz | 2015-11-17 | 1 | -1/+3 |
| | | | |||||
| * | | Run the build with 3.5 since it's still not available by default in travis. | Omer Katz | 2015-11-17 | 1 | -1/+1 |
| | | | |||||
| * | | Added Python 3.5 to the build matrix. | Omer Katz | 2015-11-17 | 1 | -2/+2 |
| |/ | |||||
| * | Update travis setting | INADA Naoki | 2015-11-07 | 1 | -8/+3 |
| | | |||||
| * | travis: Build only mastertravis/cython-0.22 | INADA Naoki | 2015-03-13 | 1 | -0/+4 |
| | | |||||
| * | travis: Cython 0.22 | INADA Naoki | 2015-03-13 | 1 | -2/+2 |
| | | |||||
| * | Fix error when use unicode_literal in Python 2 | INADA Naoki | 2015-01-25 | 1 | -0/+7 |
| | | |||||
| * | Use wheelhouse for cython | INADA Naoki | 2015-01-09 | 1 | -1/+8 |
| | | |||||
| * | Check extension module was compiled. | INADA Naoki | 2015-01-09 | 1 | -1/+1 |
| | | |||||
| * | Use new container based Travis-CI | INADA Naoki | 2014-12-18 | 1 | -0/+1 |
| | | |||||
| * | Travis preinstall Python 3.4 | INADA Naoki | 2014-05-26 | 1 | -4/+0 |
| | | |||||
| * | travis: Add Python 3.4 to testing. | INADA Naoki | 2014-03-19 | 1 | -0/+4 |
| | | |||||
| * | travis: Simplify .travis.yml and add PyPy env. | INADA Naoki | 2014-02-14 | 1 | -8/+2 |
| | | |||||
| * | Use MSGPACK_PUREPYTHON envvar to test fallback module | INADA Naoki | 2013-01-29 | 1 | -1/+1 |
| | | |||||
| * | Use newer cython. | INADA Naoki | 2012-12-11 | 1 | -3/+2 |
| | | |||||
| * | Set PIP_USE_MIRRORS=true for faster venv creation. | INADA Naoki | 2012-12-11 | 1 | -0/+3 |
| | | |||||
| * | Install tox | INADA Naoki | 2012-12-11 | 1 | -0/+1 |
| | | |||||
| * | fix package name | INADA Naoki | 2012-12-11 | 1 | -1/+1 |
| | | |||||
| * | Use tox on Travis. | INADA Naoki | 2012-12-11 | 1 | -6/+2 |
| | | |||||
| * | Add Python 3.3 to .travis.yml | INADA Naoki | 2012-12-11 | 1 | -0/+1 |
| | | |||||
| * | Update .travis.yml | INADA Naoki | 2012-12-11 | 1 | -1/+2 |
| | | |||||
| * | (travis) Travis doesn't support Python 3.3 yet. | INADA Naoki | 2012-11-07 | 1 | -1/+0 |
| | | |||||
| * | Use system cython. | INADA Naoki | 2012-11-07 | 1 | -2/+5 |
| | | |||||
| * | (travis) Python 2.5 can't pass tests. | INADA Naoki | 2012-11-07 | 1 | -1/+0 |
| | | | | | Python 2.5 doesn't have b'' literal. | ||||
| * | (travis) Fix test script | INADA Naoki | 2012-11-07 | 1 | -1/+1 |
| | | |||||
