summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tox: fix after removal of Poetrytemp-zipp-fixSybren A. Stüvel2020-06-111-1/+0
* More attempt at zipp fixingSybren A. Stüvel2020-06-112-1/+1
* Bumped version to 4.1.1Sybren A. Stüvel2020-06-112-3/+3
* Moving back to Pipenv to manage dependenciesSybren A. Stüvel2020-06-1110-1071/+666
* Compatibility with newer MyPy versionsSybren A. Stüvel2020-06-111-1/+1
* Merge branch 'version-4.1-name-fix'Sybren A. Stüvel2020-06-101-1/+1
|\
| * Fixed project name in `pyproject.toml`Sybren A. Stüvel2020-06-101-1/+1
* | Bumped version to 4.2-dev0Sybren A. Stüvel2020-06-102-2/+2
|/
* Bumped version to 4.1version-4.1Sybren A. Stüvel2020-06-102-3/+3
* Marked version 4.1 as releasedSybren A. Stüvel2020-06-101-1/+1
* Add support for Python 3.8Sybren A. Stüvel2020-06-104-163/+577
* Fixed credit for reportSybren A. Stüvel2020-06-031-1/+1
* Fix CVE-2020-13757: detect cyphertext modifications by prepending zero bytesSybren A. Stüvel2020-06-033-0/+56
* Add more type hintsAndrey Semakin2020-06-039-26/+31
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-0327-54/+0
* Choose blinding factor relatively prime to NSybren A. Stüvel2020-04-142-2/+10
* Updated Code Climate badge in README.mdSybren A. Stüvel2019-08-041-1/+1
* Configured CodeClimateSybren A. Stüvel2019-08-041-0/+10
* Configured flask8 to use max_complexity=10Sybren A. Stüvel2019-08-042-23/+30
* Link changelog from README.mdSybren A. Stüvel2019-08-041-1/+1
* Converted changelog from txt to MarkdownSybren A. Stüvel2019-08-041-42/+19
* Bumped copyright in documentation to 2011-2019Sybren A. Stüvel2019-08-041-1/+1
* Added flake8 as development dependency and fixed reported issuesSybren A. Stüvel2019-08-048-15/+65
* Add support for SHA3 hashingSybren A. Stüvel2019-08-046-3/+33
* Added update_version.sh scriptSybren A. Stüvel2019-08-041-0/+19
* Removed setup.py as this is now managed via PoetrySybren A. Stüvel2019-08-042-73/+0
* Mentioned Poetry in the installation documentationSybren A. Stüvel2019-08-041-3/+4
* Updated CHANGELOGSybren A. Stüvel2019-08-041-1/+5
* Switch from Pipenv to PoetrySybren A. Stüvel2019-08-046-477/+596
* Added type annotations + some fixes to get them correctSybren A. Stüvel2019-08-0412-116/+129
* Added mypy for static type checkingSybren A. Stüvel2019-08-048-32/+119
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-0421-406/+37
* Updated CHANGELOG for fix of #129Sybren A. Stüvel2019-08-041-0/+2
* Bumped version to 4.1-dev0Sybren A. Stüvel2019-08-042-3/+3
* Drop support for Python 2 and 3.4Sybren A. Stüvel2019-08-048-196/+246
* Fix BytesWarning in testsJon Dufresne2018-10-231-3/+3
* Use utf-8 when reading README; Use io.openAlexey Sveshnikov2018-10-231-1/+5
* Fixed testing on older Python versionsSybren A. Stüvel2018-10-233-60/+93
* Mark 4.0 as releasedversion-4.0Sybren A. Stüvel2018-09-164-5/+5
* Reword README.md for release of 4.0Sybren A. Stüvel2018-09-161-5/+5
* Declare Python 3.7 as supportedSybren A. Stüvel2018-09-161-0/+1
* Fixes for Travis CISybren A. Stüvel2018-09-163-7/+13
* Remove Travis CI testing for Python 3.7Sybren A. Stüvel2018-09-161-2/+5
* Typo in `.travis.yml`Sybren A. Stüvel2018-09-161-1/+1
* Remove unsued nose configurationJon Dufresne2018-09-161-3/+0
* speedupyjqiang2018-09-166-6/+6
* Updated changelogSybren A. Stüvel2018-09-161-2/+2
* Moved `get_word_alignment()` from `_compat.py` to `machine_size.py`Sybren A. Stüvel2018-09-162-3/+77
* Fixed testing with Travis CI and ToxSybren A. Stüvel2018-09-165-49/+157
* Transitioned from `requirements.txt` to Pipenv for package managementSybren A. Stüvel2018-07-104-6/+230