aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reformat with black 23.1.0Arthur Zamarin2023-03-241-1/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Reformat w/ black 22.12.0 for consistency.Brian Harring2022-12-251-6/+9
| | | | | Signed-off-by: Brian Harring <ferringb@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* refactor to use f-stringsArthur Zamarin2022-09-261-2/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* compatibility: drop jython supportTim Harder2020-12-141-6/+1
|
* compatibility: drop is_py3kTim Harder2020-12-141-3/+1
|
* drop unnecessary object class inheritance for py3Tim Harder2020-01-311-1/+1
|
* remove license/copyright file headersTim Harder2019-08-181-3/+0
| | | | These are both covered by the LICENSE file in the repo's root directory.
* remove unsupported py2 and deprecated py3 code and fallbacksTim Harder2018-04-111-111/+29
|
* compatibility: add input() alias for py2Tim Harder2017-09-271-0/+4
|
* compatibility: add exception list to configparser that each py version can raiseTim Harder2017-09-251-1/+7
| | | | During file reads.
* move snakeoil module into src subdirTim Harder2017-09-231-0/+136
Helps simplify tox testing against the built version as well as make instances when using the non-built copy more apparent.