Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformatting with Black | Sybren A. Stüvel | 2021-03-29 | 1 | -61/+66 |
| | | | | No functional changes. | ||||
* | Clean up stdout when using unittest test runner | Saif Hakim | 2021-02-24 | 1 | -5/+5 |
| | | | | | | | | While pytest is the preferred test runner via tox, it looks like some folks are still running tests via `python3 setup.py test` which uses unittest and does not have good support for capturing stdout. To make using unittest slightly more friendly, we further swallow stdout / stderr for cli tests, and ensure print statements start on a newline. | ||||
* | Added mypy for static type checking | Sybren A. Stüvel | 2019-08-04 | 1 | -22/+18 |
| | |||||
* | Removed compatibility code for Python 2.7 and 3.4 | Sybren A. Stüvel | 2019-08-04 | 1 | -8/+2 |
| | |||||
* | Create PY2 constant to simplify compatibility decisions (#82) | Michael Manganiello | 2017-01-15 | 1 | -14/+12 |
| | | | It's about time to get this merged, thanks again! | ||||
* | Drop byte_literal in favour of b'' | adamantike | 2016-05-08 | 1 | -4/+3 |
| | |||||
* | Added unit test for rsa.util.private_to_public() | Sybren A. Stüvel | 2016-03-17 | 1 | -0/+19 |
| | |||||
* | More CLI tests & clearer bytes stuff | Sybren A. Stüvel | 2016-03-17 | 1 | -10/+141 |
| | | | | | Ensuring that bytes are written correctly on all supported Python versions, including when writing to stdout. | ||||
* | Attempt at unit-testing CLI commands | Sybren A. Stüvel | 2016-03-17 | 1 | -0/+149 |