summaryrefslogtreecommitdiff
path: root/src/OpenSSL/debug.py
Commit message (Collapse)AuthorAgeFilesLines
* flake8-import-order (#1099)whiteowl32022-03-021-1/+3
| | | | | | | | | | | * flake8-import-order * make sure bad import orders fail * flake8-import-order * add application name to flake8 section * correct import order for openssl as application
* Remove some more py27-isms (#1062)Alex Gaynor2021-11-241-1/+1
|
* Fix typo in debug command output (#957)Michael Lazar2020-11-121-1/+1
| | | Co-authored-by: Michael Lazar <mlazar@doctorondemand.com>
* Add an informative __main__.py (#620)Hynek Schlawack2017-05-131-0/+42
* Add an informative __main__.py Give users an easy way to figure out what versions they're running. * Why not more info! * Add test * No empty last line * Make @alex happy * DIAF Python 2.6 * Add cffi's version * Make debug a module * Add cryptography's compile-time OpenSSL