Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-21 | pylintrc: Remove obsolete ignore section and comments. | Carlos O'Donell | 1 | -4/+0 | |
Remove the obsolete ignore=CVS since we use git now. We make the code more inclusive by removing obsolete comments. Reviewed-by: Florian Weimer <fweimer@redhat.com> | |||||
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 1 | -1/+1 | |
2015-11-11 | pylintrc: disable reports | Mike Frysinger | 1 | -1/+1 | |
I've never found these useful, nor found anyone else who likes them. Turn them off by default. | |||||
2014-03-21 | Implement benchmarking script in python | Siddhesh Poyarekar | 1 | -0/+274 | |
Implemented the benchmark script in python since it is much cleaner and simpler to maintain. |