Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat with black 23.1.0 | Arthur Zamarin | 2023-03-24 | 1 | -1/+0 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | Reformat w/ black 22.12.0 for consistency. | Brian Harring | 2022-12-25 | 1 | -6/+9 |
| | | | | | Signed-off-by: Brian Harring <ferringb@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | refactor to use f-strings | Arthur Zamarin | 2022-09-26 | 1 | -2/+0 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | compatibility: drop jython support | Tim Harder | 2020-12-14 | 1 | -6/+1 |
| | |||||
* | compatibility: drop is_py3k | Tim Harder | 2020-12-14 | 1 | -3/+1 |
| | |||||
* | drop unnecessary object class inheritance for py3 | Tim Harder | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | remove license/copyright file headers | Tim Harder | 2019-08-18 | 1 | -3/+0 |
| | | | | These are both covered by the LICENSE file in the repo's root directory. | ||||
* | remove unsupported py2 and deprecated py3 code and fallbacks | Tim Harder | 2018-04-11 | 1 | -111/+29 |
| | |||||
* | compatibility: add input() alias for py2 | Tim Harder | 2017-09-27 | 1 | -0/+4 |
| | |||||
* | compatibility: add exception list to configparser that each py version can raise | Tim Harder | 2017-09-25 | 1 | -1/+7 |
| | | | | During file reads. | ||||
* | move snakeoil module into src subdir | Tim Harder | 2017-09-23 | 1 | -0/+136 |
Helps simplify tox testing against the built version as well as make instances when using the non-built copy more apparent. |