| Commit message (Expand) | Author | Age | Files | Lines |
| * | update URIs and badges after migration to tlsfuzzer org | Hubert Kario | 2020-12-10 | 1 | -1/+1 |
| * | add python 3.9 to keywords | Hubert Kario | 2020-11-12 | 1 | -0/+1 |
| * | Format with black | Taneli Hukkinen | 2020-01-26 | 1 | -32/+30 |
| * | setup.py: fix flakes | Hubert Kario | 2019-12-17 | 1 | -3/+3 |
| * | also allow the older gmpy | Hubert Kario | 2019-12-02 | 1 | -0/+1 |
| * | be explicit about the optional dependency on gmpy2 | Hubert Kario | 2019-12-02 | 1 | -0/+3 |
| * | six: expect specific version | Hubert Kario | 2019-11-29 | 1 | -1/+1 |
| * | also add py3.8 to setup.py | Hubert Kario | 2019-10-20 | 1 | -0/+1 |
| * | setup.py: set long_description from README.md | Daniel Himmelstein | 2018-09-19 | 1 | -0/+10 |
| * | Specify markdown README for PyPI's long_description | Daniel Himmelstein | 2018-09-19 | 1 | -0/+1 |
| * | Update Python versions (#97) | Hugo | 2018-09-09 | 1 | -0/+2 |
| * | Update Python versions | Jon Banafato | 2017-06-28 | 1 | -1/+1 |
| * | tox: update code-checks to use flake8 | Brian Warner | 2016-11-18 | 1 | -1/+1 |
| * | Merge PR60: unbundle 'six' | Brian Warner | 2016-11-16 | 1 | -0/+1 |
| |\ |
|
| | * | Fix #59: Removed ecdsa.six bundling | Sylvain | 2016-10-27 | 1 | -2/+4 |
| * | | setup.py: just require setuptools | Brian Warner | 2016-11-16 | 1 | -6/+2 |
| * | | move benchmarks to separate file, add tox environment | Brian Warner | 2016-11-16 | 1 | -60/+0 |
| * | | move sources into src/ | Brian Warner | 2016-11-16 | 1 | -0/+1 |
| * | | setup.py: upgrade to versioneer-0.17 | Brian Warner | 2016-11-16 | 1 | -6/+0 |
| |/ |
|
| * | Make Python 3.5 support official | Hubert Kario | 2016-01-21 | 1 | -0/+1 |
| * | change author email address | Brian Warner | 2015-09-02 | 1 | -1/+1 |
| * | fix py3, which I always mess up | Brian Warner | 2014-12-16 | 1 | -6/+7 |
| * | add 'setup.py speed' to run benchmarks | Brian Warner | 2014-12-16 | 1 | -0/+39 |
| * | setup.py: use setuptools if available, but tolerate it being missing | Brian Warner | 2014-07-14 | 1 | -1/+6 |
| * | setup.py: hush pyflakes | Brian Warner | 2014-07-14 | 1 | -3/+0 |
| * | upgrade to versioneer-0.11 | Brian Warner | 2014-07-14 | 1 | -0/+1 |
| * | Declare Python 3.4 support in setup.py | Alex Gaynor | 2014-06-08 | 1 | -0/+1 |
| * | switch to Versioneer for version-string management | Brian Warner | 2014-03-10 | 1 | -64/+11 |
| * | Added trove classifiers showing versions supported | Alex Gaynor | 2014-02-15 | 1 | -1/+10 |
| * | Initial port for Python 3. | Elizabeth Myers | 2013-10-01 | 1 | -6/+6 |
| * | clean up unit test runner: import+call rather than use subprocess.Popen() | Brian Warner | 2010-11-26 | 1 | -18/+10 |
| * | setup.py: use --tags when asking git about the revision, otherwise it fails.python-ecdsa-0.6 | Brian Warner | 2010-10-15 | 1 | -1/+2 |
| * | fix version-setting code, tolerate lack of git or .git/ (work from sdists) | Brian Warner | 2010-06-05 | 1 | -12/+23 |
| * | fix all unit tests to exit with rc!=0 on failure, add 'setup.py test' command | Brian Warner | 2010-06-05 | 1 | -1/+28 |
| * | Add Git version-handling code. Generated __version__ now lives in _version.py | Brian Warner | 2010-06-05 | 1 | -6/+54 |
| * | release 0.5, with NEWS, LICENSE, etc.python-ecdsa-0.5 | Brian Warner | 2010-04-27 | 1 | -1/+1 |
| * | renamed directory to 'ecdsa', renamed package to 'python-ecdsa', removed 'set... | Brian Warner | 2010-04-18 | 1 | -46/+7 |
| * | Built wrapper around raw ecdsa.py code, basic docs, unit tests, setup.py | Brian Warner | 2010-04-18 | 1 | -0/+57 |