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