Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-04 | tox: backports.lzma 0.0.9 is broken on pypy | Michał Górny | |
2018-01-03 | compression: Prevent using incompatible 'lzma' module from pyliblzma | Michał Górny | |
Try importing the 'lzma' module only in Python 3.3+, that is versions known to have it built-in. This way, we can prevent accidentally importing incompatible module using the same name, e.g. pyliblzma. Bug: https://bugs.gentoo.org/643254 | |||
2017-12-03 | Support building wheels | Michał Górny | |
2017-10-25 | tox: Add an extra environment with minimal set of deps | Michał Górny | |
2017-10-25 | Provide compression abstraction | Michał Górny | |
2017-10-25 | tox: Generate coverage report while at it | Michał Górny | |
2017-10-24 | tox: Skip unnecessary sdist | Michał Górny | |
2017-10-24 | tox: Include pyflakes run | Michał Górny | |
2017-10-22 | tox.ini: Combine coverage results | Michał Górny | |
2017-10-22 | tox.ini: Run coverage in parallel-friendly mode | Michał Górny | |
2017-10-22 | tox: Enable collecting code coverage | Michał Górny | |
2017-10-22 | hash: Support pyblake2 & pysha3 fallbacks | Michał Górny | |
2017-10-22 | Initial checkout, with a basic hash backend | Michał Górny | |