aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_openssl.py
Commit message (Expand)AuthorAgeFilesLines
* PL122: os.path.splitext("foo.bar") should be replaced by path.suffixPatrik Teivonen2023-01-241-3/+3
* Refactor runner.py functionsPatrik Teivonen2022-11-011-18/+14
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-0/+3
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-3/+0
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-0/+3
* Prefer raising SystemExit directly instead of importing sys.exitPatrik Teivonen2022-10-121-6/+3
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-5/+6
* pylint: Add miscellaneous checksv6.4.0-rc1-packagingPatrik Teivonen2022-09-111-2/+2
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-081-2/+2
* pylint: Avoid redefining built-in or outer functions and variablesPatrik Teivonen2022-09-061-2/+2
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-061-1/+6
* pylint: Use 'with' for resource allocation operations (R1732)Patrik Teivonen2022-09-041-9/+9
* pylint: Add missing UTF-8 encoding parameter when opening filesPatrik Teivonen2022-09-011-1/+1
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-1/+1
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-2/+0
* PEP8: Fix indentationv6.2.5-lts-packagingPatrik Teivonen2022-07-111-3/+5
* PEP8: Fix whitespacePatrik Teivonen2022-07-111-1/+1
* PEP8: Blank lines in function and class definitions, file endPatrik Teivonen2022-07-111-0/+5
* PEP8: Fix miscellaneous code syntax errorsPatrik Teivonen2022-07-111-3/+3
* PEP8: Remove unused vars, modules, and string formattingPatrik Teivonen2022-07-111-1/+0
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-30/+30
* Move bldinstallercommon.do_execute_sub_process to runner.pyPatrik Teivonen2022-06-221-7/+9
* Remove platform specific initialization from bldinstallercommonIikka Eklund2022-05-311-2/+1
* Add script to build openssl from sourcesKai Koehne2015-04-241-0/+98