| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert line endings on sources [skip appveyor] | Mats Wichmann | 2022-08-20 | 1 | -54/+54 |
| | | | | | | | | | | | | | | | | | Some file still were checked in with DOS-style line endings. Convert for consistency, and let git handle line endings on checkout for the platform in question. Did *not* convert svg files. Added .git-blame-ignore-revs with this revision listed to be able to ignore this change when doing "git blame --ignore-revs-file=...". To not have to manually type the option, can do: git config --global blame.ignoreRevsFile .git-blame-ignore-revs Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Fix some tests copyright text | William Deegan | 2021-03-18 | 1 | -4/+3 |
| | | |||||
| * | Run autoflake on code | Mats Wichmann | 2020-09-21 | 1 | -1/+0 |
| | | | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Added support for a PyPackageDir function | grbd | 2017-08-03 | 1 | -0/+56 |
