summaryrefslogtreecommitdiffstats
path: root/Lib/colorsys.py
Commit message (Expand)AuthorAgeFilesLines
* gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627)Terry Jan Reedy2023-07-111-1/+1
* Improve consistency of colorsys.rgb_to_hsv (GH-27277)seb-hub2021-07-231-4/+5
* bpo-42452: Improve colorsys.rgb_to_hls code (GH-23306)Julien Jerphanion2020-11-281-7/+8
* Issue #14323: Expanded the number of digits in the coefficients for theSerhiy Storchaka2013-08-061-5/+13
* Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge fromBenjamin Peterson2009-01-301-29/+58
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+2
* r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100Fredrik Lundh2005-11-121-11/+14
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Fix the question marks next to the expansions of some of theFred Drake2000-02-141-2/+2
* Oops, one more "x, y, z" to convert...Fred Drake1999-02-251-1/+1
* Adjusted comment at the top to be less confusing, following FredrikFred Drake1999-02-251-14/+16
* New module 'colorsys' implements conversions between different color systems.Guido van Rossum1992-09-071-0/+119