aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/colorsys.py
Commit message (Expand)AuthorAge
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-19
* gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627)Terry Jan Reedy2023-07-11
* Improve consistency of colorsys.rgb_to_hsv (GH-27277)seb-hub2021-07-23
* bpo-42452: Improve colorsys.rgb_to_hls code (GH-23306)Julien Jerphanion2020-11-28
* Issue #14323: Expanded the number of digits in the coefficients for theSerhiy Storchaka2013-08-06
* Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge fromBenjamin Peterson2009-01-30
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100Fredrik Lundh2005-11-12
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-20
* Fix the question marks next to the expansions of some of theFred Drake2000-02-14
* Oops, one more "x, y, z" to convert...Fred Drake1999-02-25
* Adjusted comment at the top to be less confusing, following FredrikFred Drake1999-02-25
* New module 'colorsys' implements conversions between different color systems.Guido van Rossum1992-09-07