summaryrefslogtreecommitdiff
path: root/django/utils/termcolors.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-12-27Fixed typo in django/utils/termcolors.py docstring.leollon
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-02-11Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-11Added missing roles/options to parse_color_setting()'s docstring.Nick Pope
2015-11-18Removed redundant termcolors.Tim Graham
2015-11-03Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-09-23Fixed #25439 -- Added `SUCCESS` style to termcolor palettesMatt Deacalion Stevens
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-11-02Fixed flake8 E241Boryslav Larin
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-07-26Fix "OK" alignment in migrate outputAndrew Godwin
2013-06-07Initial stab at a migrate command, it's probably quite a way off.Andrew Godwin
2013-02-01Fixed #19663 -- Allowed None in colorize() text parameterClaude Paroz
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2010-03-18Fixed #12849 -- Corrected the way strings are encoded for display by the colo...Russell Keith-Magee
2010-01-23Added color configuration for HTTP 304, since it doesn't require as much atte...Russell Keith-Magee
2010-01-04Fixed #7679 -- Added (configurable) highlighting colors to the development se...Russell Keith-Magee
2009-12-28Fixed #12112 -- Made the colors used by syntax highlighting customizable.Russell Keith-Magee
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty