summaryrefslogtreecommitdiffstats
path: root/Lib/_colorize.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-129061: Fix `FORCE_COLOR` and `NO_COLOR` when empty strings (GH-129...Miss Islington (bot)2025-01-271-2/+2
* [3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env...Hugo van Kemenade2025-01-221-7/+6
* [3.13] gh-128595: Default to stdout isatty for colour detection instead of st...Hugo van Kemenade2025-01-211-6/+9
* [3.13] gh-127353: Allow to force color output on Windows V2 (GH-127926) (#127...Miss Islington (bot)2024-12-151-8/+9
* gh-117225: Move colorize functionality to own internal module (#118283)Hugo van Kemenade2024-05-011-0/+64