summaryrefslogtreecommitdiff
path: root/Lib/colorsys.py
Commit message (Expand)AuthorAgeFilesLines
* pep8tify conditionalsBenjamin Peterson2009-01-301-29/+58
* A very minor bug fix: this code looks like it is designed to acceptArmin Rigo2006-10-061-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