summaryrefslogtreecommitdiffstats
path: root/Lib/colorsys.py
Commit message (Collapse)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
| | | | | any hue value and do the modulo itself, except it doesn't quite do it in all cases. At least, the "cannot get here" comment was wrong.
* r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100Fredrik Lundh2005-11-121-11/+14
| | | | | | r878@spiff: Fredrik | 2005-11-12 14:37:22 +0100 minor docstring and comment tweaks (wikipedia might not be the ultimate reference, but it's a lot better than "XXX" ;-)
* 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