aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reformat with black 23.1.0Arthur Zamarin2023-03-241-2/+0
* formatters: add typing annotationsArthur Zamarin2023-01-171-15/+33
* Reformat w/ black 22.12.0 for consistency.Brian Harring2022-12-251-60/+55
* refactor to use f-stringsArthur Zamarin2022-09-261-4/+2
* sort imports with isortTim Harder2021-03-281-2/+1
* TerminfoFormatter: fix write() typoTim Harder2021-01-311-1/+1
* formatters: rename TerminfoHatesOurTerminal to TerminfoUnsupportedTim Harder2021-01-311-12/+11
* formatters: move stream flushing support to PlainTextFormatterTim Harder2021-01-311-4/+2
* formatters: force simple ANSI term when forcing colorsTim Harder2021-01-311-1/+1
* formatters: minor docstring reformattingTim Harder2021-01-311-14/+6
* formatters: force TERM=xterm when forcibly enabling colorsTim Harder2021-01-311-1/+2
* formatters: drop unused forcetty paramTim Harder2021-01-311-4/+1
* formatters: drop TERM remappingTim Harder2021-01-311-25/+6
* formatters: drop 'native' prefixes and simplify parent __init__() callsTim Harder2021-01-311-23/+4
* drop unnecessary object class inheritance for py3Tim Harder2020-01-311-4/+4
* drop explicit demandloaded modules to straight importsTim Harder2019-08-221-3/+1
* remove license/copyright file headersTim Harder2019-08-181-4/+0
* use relative imports for internal modulesTim Harder2018-04-111-4/+4
* remove unsupported py2 and deprecated py3 code and fallbacksTim Harder2018-04-111-17/+9
* formatters: Formatter: add flush() method to flush the underlying stream bufferTim Harder2017-11-291-0/+7
* move snakeoil module into src subdirTim Harder2017-09-231-0/+626