COMMITS
/ Tools/pynche/ColorDB.py April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
March 12, 2015
S
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka committed
May 16, 2008
G
More 2to3 fixes in the Tools directory. Fixes #2893.
Georg Brandl committed
January 30, 2008
R
Convert some custom sort comparison functions to equivalent key functions.
Raymond Hettinger committed
January 21, 2008
G
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from
Georg Brandl committed
August 3, 2007
C
Convert print statements to function calls in Tools/.
Collin Winter committed
October 21, 2002
B
FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead of
Barry Warsaw committed
July 10, 2001
B
De-string-module-ification and other Python 2.x improvements.
Barry Warsaw committed
April 26, 1999
B
Lots of changes to support loading alternative color name database.
Barry Warsaw committed
October 15, 1998
B
Updated __main__ unit test
Barry Warsaw committed
October 6, 1998
B
rrggbb_to_triplet(): When color doesn't start with `#' raise a
Barry Warsaw committed
October 2, 1998
B
Updated docstring.
Barry Warsaw committed
B
all_names(): => unique_names()
Barry Warsaw committed
B
all_names(): Return just the unique names of rgb colors
Barry Warsaw committed
September 29, 1998
B
Changed interface for nearest() method to take individual red, green,
Barry Warsaw committed
September 28, 1998
B
triplet_to_brightness(): New function
Barry Warsaw committed
September 25, 1998
B
Fixed unit test
Barry Warsaw committed
February 18, 1998
B
rrggbb_to_triplet(), triplet_to_rrggbb(): Improvements given by GvR
Barry Warsaw committed
B
Cache conversions from triplets to rrggbb's and vice versa. Wasteful
Barry Warsaw committed
February 13, 1998
B
triplet_to_pmwrgb(): New function
Barry Warsaw committed
February 11, 1998
B
__init__(): simplify, use tuple as key to __byrgb, lowercase __byname key.
Barry Warsaw committed
B
Simplification of conversion routines
Barry Warsaw committed
January 31, 1998
B
BadColor: new exception class
Barry Warsaw committed
B
Better implementation of nearest(). Not faster, but better
Barry Warsaw committed
B
Initial revision
Barry Warsaw committed