| Commit message (Expand) | Author | Age | Files | Lines |
* | example output is different | Barry Warsaw | 1998-03-13 | 1 | -6/+7 |
|
|
* | Typos in the docstring fixed by Detlef Lannert | Barry Warsaw | 1998-03-13 | 1 | -3/+3 |
|
|
* | Added URL for UK | Barry Warsaw | 1998-03-12 | 1 | -0/+2 |
|
|
* | Added a hack to deal with common practice 'uk' for United Kingdom | Barry Warsaw | 1998-03-12 | 1 | -0/+7 |
|
|
* | Use RCS revisions | Barry Warsaw | 1998-03-11 | 1 | -3/+3 |
|
|
* | Updated the docstring | Barry Warsaw | 1998-03-11 | 1 | -6/+17 |
|
|
* | Added reverse lookup | Barry Warsaw | 1998-03-11 | 1 | -33/+94 |
|
|
* | Integrate with OptionsWindow... need to hook into Tab key | Barry Warsaw | 1998-03-10 | 1 | -5/+19 |
|
|
* | Integrate with OptionsWindow... not sure it should be modal | Barry Warsaw | 1998-03-10 | 1 | -6/+26 |
|
|
* | Cosmetic | Barry Warsaw | 1998-03-10 | 1 | -7/+7 |
|
|
* | Add quotes around some variable definitions; add a "clean" target. | Guido van Rossum | 1998-03-07 | 1 | -5/+10 |
|
|
* | Adapted to the new situation. | Guido van Rossum | 1998-03-07 | 1 | -39/+71 |
|
|
* | Rearrange some stuff so that the warning for unknown modules is also | Guido van Rossum | 1998-03-07 | 1 | -17/+21 |
|
|
* | When writing the Windows Makefile, don't forget to strip some filenames | Guido van Rossum | 1998-03-07 | 1 | -2/+3 |
|
|
* | Got rid of the last tab character in this file. | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Always set the __file__ attribute, so dynamic link modules are indicated. | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Use a better way to bind the checkext instance variable to a check | Guido van Rossum | 1998-03-05 | 1 | -9/+8 |
|
|
* | Unfold some lines that were previously folded but don't need to be | Guido van Rossum | 1998-03-05 | 1 | -7/+12 |
|
|
* | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 1 | -18/+24 |
|
|
* | Oops, bug omission: also scan internal code objects for imports! | Guido van Rossum | 1998-03-05 | 1 | -31/+37 |
|
|
* | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 2 | -312/+320 |
|
|
* | Some nits... | Guido van Rossum | 1998-03-05 | 1 | -8/+9 |
|
|
* | Added support for packages. | Guido van Rossum | 1998-03-05 | 4 | -199/+438 |
|
|
* | Untested changes to make the '-s windows' option | Guido van Rossum | 1998-03-04 | 2 | -0/+17 |
|
|
* | Patches from Jack for new Apple headers | Guido van Rossum | 1998-02-23 | 3 | -6/+36 |
|
|
* | Adapt to new webchecker structure. Due to better structure of | Guido van Rossum | 1998-02-21 | 1 | -59/+33 |
|
|
* | Major overhaul. Don't use global variable (e.g. verbose); use | Guido van Rossum | 1998-02-21 | 1 | -130/+191 |
|
|
* | Change default RCS bin directory to /usr/local/bin/. | Guido van Rossum | 1998-02-19 | 1 | -1/+1 |
|
|
* | rrggbb_to_triplet(), triplet_to_rrggbb(): Improvements given by GvR | Barry Warsaw | 1998-02-18 | 1 | -8/+3 |
|
|
* | Very modest improvements | Barry Warsaw | 1998-02-18 | 1 | -27/+31 |
|
|
* | Get rid of commented out, slower versions | Barry Warsaw | 1998-02-18 | 1 | -14/+0 |
|
|
* | Implementation using TCLPROC loaded into the Tcl interpreter | Barry Warsaw | 1998-02-18 | 1 | -10/+32 |
|
|
* | __modified(): Make sure `rgbs' is a tuple | Barry Warsaw | 1998-02-18 | 1 | -1/+1 |
|
|
* | Several optimizations: | Barry Warsaw | 1998-02-18 | 1 | -51/+81 |
|
|
* | Cache conversions from triplets to rrggbb's and vice versa. Wasteful | Barry Warsaw | 1998-02-18 | 1 | -13/+22 |
|
|
* | Added about dialog | Barry Warsaw | 1998-02-17 | 1 | -4/+60 |
|
|
* | Added chip selection stuff, strip label | Barry Warsaw | 1998-02-17 | 1 | -8/+40 |
|
|
* | Added method to set selected color to nearest. | Barry Warsaw | 1998-02-17 | 1 | -8/+16 |
|
|
* | __validate(): test for None-age, not not-ness | Barry Warsaw | 1998-02-13 | 1 | -2/+2 |
|
|
* | get arrow movement, and text updating. also outlining of highlight | Barry Warsaw | 1998-02-13 | 1 | -2/+39 |
|
|
* | fixed the generators | Barry Warsaw | 1998-02-13 | 1 | -12/+18 |
|
|
* | triplet_to_pmwrgb(): New function | Barry Warsaw | 1998-02-13 | 1 | -0/+5 |
|
|
* | fixed initial color | Barry Warsaw | 1998-02-12 | 1 | -1/+1 |
|
|
* | typo | Barry Warsaw | 1998-02-12 | 1 | -1/+1 |
|
|
* | Added color strip widgets | Barry Warsaw | 1998-02-12 | 1 | -3/+45 |
|
|
* | Initial revision | Barry Warsaw | 1998-02-12 | 1 | -0/+135 |
|
|
* | Better conversion of command line given initial color | Barry Warsaw | 1998-02-11 | 1 | -3/+18 |
|
|
* | new interface to find_byname() | Barry Warsaw | 1998-02-11 | 1 | -1/+1 |
|
|
* | __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key. | Barry Warsaw | 1998-02-11 | 1 | -22/+22 |
|
|