aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reformat with black 24Arthur Zamarin2024-01-261-1/+0
* Reformat with black 23.1.0Arthur Zamarin2023-03-241-2/+1
* fileutils: small cleanup and modernizationArthur Zamarin2022-12-311-9/+5
* Reformat w/ black 22.12.0 for consistency.Brian Harring2022-12-251-19/+24
* refactor to use f-stringsArthur Zamarin2022-09-261-7/+2
* fileutils: remove unused `UnbufferedWriteHandle`Arthur Zamarin2022-09-241-17/+1
* fileutils: remove deprecated `write_file`Arthur Zamarin2022-09-241-14/+1
* sort imports with isortTim Harder2021-03-281-1/+1
* drop unnecessary object class inheritance for py3Tim Harder2020-01-311-2/+2
* fileutils: drop refs to readfile/readlines C extensions and default to utf8Tim Harder2019-12-161-16/+7
* drop explicit demandloaded modules to straight importsTim Harder2019-08-221-7/+2
* remove license/copyright file headersTim Harder2019-08-181-3/+0
* replace io.open() usage with open()Tim Harder2018-12-041-2/+1
* use relative imports for internal modulesTim Harder2018-04-111-5/+5
* remove unsupported py2 and deprecated py3 code and fallbacksTim Harder2018-04-111-73/+28
* move snakeoil module into src subdirTim Harder2017-09-231-0/+269