| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
* Use cibuildwheel to build wheels.
* Use matrix
|
| | |
|
| | |
|
| |
|
| |
_msgpack -> _cmsgpack
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
cosmetic issues:
- reST headlines' underline length needs to match the headline length
(looks like somebody is / was using a proportional font)
- Cython code lines do not need to be terminated with a semicolon
- always use triple-double-quotes for docstrings
|
| | |
|
|
|
* Add AppVeyor support to build windows wheel
* Fix test_limits on 32bit environments
* Ignore Python35-x64 test fail for now
Should be fixed in next version.
|