GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/pkgcore/snakeoil.git
master
A python library that implements optimized versions of common functionality
PkgCore Project (pkgcore@gentoo.org)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
snakeoil
/
formatters.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reformat w/ black 22.12.0 for consistency.
Brian Harring
2022-12-25
1
-60
/
+55
*
refactor to use f-strings
Arthur Zamarin
2022-09-26
1
-4
/
+2
*
sort imports with isort
Tim Harder
2021-03-28
1
-2
/
+1
*
TerminfoFormatter: fix write() typo
Tim Harder
2021-01-31
1
-1
/
+1
*
formatters: rename TerminfoHatesOurTerminal to TerminfoUnsupported
Tim Harder
2021-01-31
1
-12
/
+11
*
formatters: move stream flushing support to PlainTextFormatter
Tim Harder
2021-01-31
1
-4
/
+2
*
formatters: force simple ANSI term when forcing colors
Tim Harder
2021-01-31
1
-1
/
+1
*
formatters: minor docstring reformatting
Tim Harder
2021-01-31
1
-14
/
+6
*
formatters: force TERM=xterm when forcibly enabling colors
Tim Harder
2021-01-31
1
-1
/
+2
*
formatters: drop unused forcetty param
Tim Harder
2021-01-31
1
-4
/
+1
*
formatters: drop TERM remapping
Tim Harder
2021-01-31
1
-25
/
+6
*
formatters: drop 'native' prefixes and simplify parent __init__() calls
Tim Harder
2021-01-31
1
-23
/
+4
*
drop unnecessary object class inheritance for py3
Tim Harder
2020-01-31
1
-4
/
+4
*
drop explicit demandloaded modules to straight imports
Tim Harder
2019-08-22
1
-3
/
+1
*
remove license/copyright file headers
Tim Harder
2019-08-18
1
-4
/
+0
*
use relative imports for internal modules
Tim Harder
2018-04-11
1
-4
/
+4
*
remove unsupported py2 and deprecated py3 code and fallbacks
Tim Harder
2018-04-11
1
-17
/
+9
*
formatters: Formatter: add flush() method to flush the underlying stream buffer
Tim Harder
2017-11-29
1
-0
/
+7
*
move snakeoil module into src subdir
Tim Harder
2017-09-23
1
-0
/
+626