summaryrefslogtreecommitdiffstats
path: root/Lib/colorsys.py
Commit message (Collapse)AuthorAgeFilesLines
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
| | | | | | | | added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
* Fix the question marks next to the expansions of some of theFred Drake2000-02-141-2/+2
| | | | | colorspace name abbreviations, based on email from Gerrit Holl <gerrit.holl@pobox.com>.
* 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
| | | | | | Lundh's example. Converted comment to docstring.
* New module 'colorsys' implements conversions between different color systems.Guido van Rossum1992-09-071-0/+119