aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/threadedwork.py
Commit message (Expand)AuthorAgeFilesLines
* Prefer raising SystemExit directly instead of importing sys.exitPatrik Teivonen2022-10-121-1/+1
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-30/+31
* pylint: Add miscellaneous checksv6.4.0-rc1-packagingPatrik Teivonen2022-09-111-6/+5
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-081-39/+39
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-081-28/+28
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-071-14/+14
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-071-13/+13
* Add pep8-naming to flake8, enable only limited checksPatrik Teivonen2022-09-071-25/+25
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-5/+4
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-3/+3
* Add hook for mypy static type checkerPatrik Teivonen2022-08-161-9/+9
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-12/+11
* PEP8: Fix whitespacePatrik Teivonen2022-07-111-4/+4
* PEP8: Blank lines in function and class definitions, file endPatrik Teivonen2022-07-111-0/+18
* PEP8: Remove unused vars, modules, and string formattingPatrik Teivonen2022-07-111-1/+1
* Add pre-commit hook for flake8, PEP8 compliant commentsPatrik Teivonen2022-07-111-4/+4
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* Port build_wrapper.py to Python 3.6Patrik Teivonen2022-04-081-41/+18
* Refactor create_installer.pyIikka Eklund2022-03-291-2/+1
* Flush stdout after printing information about starting processesEike Ziller2019-12-161-0/+6
* Revert "for convenience add addTask(self, task) function"Tim Jenssen2019-10-171-3/+0
* for convenience add addTask(self, task) functionTim Jenssen2019-10-161-0/+3
* make threadedwork python 3 readyTim Jenssen2019-10-161-2/+10
* we only need threads for tasksTim Jenssen2018-01-261-1/+3
* improve error message if a task failsTim Jenssen2018-01-261-1/+6
* add linesep for ThreadWork descriptionTim Jenssen2015-08-211-1/+1
* add setExitFailFunction to ThreadedWorkTim Jenssen2015-08-211-2/+11
* do not filter output if we are using just one threadTim Jenssen2015-02-121-2/+4
* improve handling of failing tasksTim Jenssen2015-01-261-6/+9
* enable the improved threadedPrint againTim Jenssen2015-01-261-2/+2
* don't use moving progressIndicator as defaultTim Jenssen2015-01-261-2/+5
* fix that threads are failing silentlyTim Jenssen2014-12-021-9/+11
* Rename 'release-tools' as 'packaging-tools'Iikka Eklund2013-10-281-0/+216