index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
colorsys.py
Commit message (
Expand
)
Author
Age
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
*
gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627)
Terry Jan Reedy
2023-07-11
*
Improve consistency of colorsys.rgb_to_hsv (GH-27277)
seb-hub
2021-07-23
*
bpo-42452: Improve colorsys.rgb_to_hls code (GH-23306)
Julien Jerphanion
2020-11-28
*
Issue #14323: Expanded the number of digits in the coefficients for the
Serhiy Storchaka
2013-08-06
*
Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from
Benjamin Peterson
2009-01-30
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
*
r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100
Fredrik Lundh
2005-11-12
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
*
Fix the question marks next to the expansions of some of the
Fred Drake
2000-02-14
*
Oops, one more "x, y, z" to convert...
Fred Drake
1999-02-25
*
Adjusted comment at the top to be less confusing, following Fredrik
Fred Drake
1999-02-25
*
New module 'colorsys' implements conversions between different color systems.
Guido van Rossum
1992-09-07