summaryrefslogtreecommitdiff
path: root/color.py
AgeCommit message (Expand)Author
2026-07-07color: Replace anonymous sentinel with named classBrian Gan
2026-07-01color: Treat "true" and "yes" as "auto", not "always"v2.65stableBrian Gan
2026-04-22color: type SetDefaultColoring and drop bool statesNasser Grainawi
2024-09-12color: fix have_fg not re assign to truebright
2023-10-31cleanup: Update codebase to expect Python 3.6Jason R. Coombs
2023-10-20delete Python 2 (object) compatMike Frysinger
2023-08-22isort: format codebasev2.36Mike Frysinger
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2019-06-13set default file encoding to utf-8Mike Frysinger
2015-03-28Pylint and PEP8 fixes for color.pyAnthony King
2014-12-30add a global --color optionMike Frysinger
2013-02-26Add nofmt_printer to color.pyOlof Johansson
2012-11-14Fix inconsistent indentationDavid Pursehouse
2012-10-30Even more coding style cleanupDavid Pursehouse
2012-10-09Coding style cleanupDavid Pursehouse
2012-08-23Remove unused importsDavid Pursehouse
2009-04-18Add -p to `repo forall` to improve output formattingShawn O. Pearce
2009-04-16Change repo sync to be more friendly when updating the treev1.6.6Shawn O. Pearce
2009-02-02Fix color parsing to not crash when user defined colors are setv1.5.1Shawn O. Pearce
2008-10-21Initial Contributionv1.0The Android Open Source Project