summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Use RCS revisionsBarry Warsaw1998-03-111-3/+3
* Updated the docstringBarry Warsaw1998-03-111-6/+17
* Added reverse lookupBarry Warsaw1998-03-111-33/+94
* Integrate with OptionsWindow... need to hook into Tab keyBarry Warsaw1998-03-101-5/+19
* Integrate with OptionsWindow... not sure it should be modalBarry Warsaw1998-03-101-6/+26
* CosmeticBarry Warsaw1998-03-101-7/+7
* Add quotes around some variable definitions; add a "clean" target.Guido van Rossum1998-03-071-5/+10
* Adapted to the new situation.Guido van Rossum1998-03-071-39/+71
* Rearrange some stuff so that the warning for unknown modules is alsoGuido van Rossum1998-03-071-17/+21
* When writing the Windows Makefile, don't forget to strip some filenamesGuido van Rossum1998-03-071-2/+3
* Got rid of the last tab character in this file.Guido van Rossum1998-03-061-1/+1
* Always set the __file__ attribute, so dynamic link modules are indicated.Guido van Rossum1998-03-061-1/+1
* Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the hGuido van Rossum1998-03-061-1/+1
* Use a better way to bind the checkext instance variable to a checkGuido van Rossum1998-03-051-9/+8
* Unfold some lines that were previously folded but don't need to beGuido van Rossum1998-03-051-7/+12
* Reindented, removed tabs.Guido van Rossum1998-03-051-18/+24
* Oops, bug omission: also scan internal code objects for imports!Guido van Rossum1998-03-051-31/+37
* Reindented, removed tabs.Guido van Rossum1998-03-052-312/+320
* Some nits...Guido van Rossum1998-03-051-8/+9
* Added support for packages.Guido van Rossum1998-03-054-199/+438
* Untested changes to make the '-s windows' optionGuido van Rossum1998-03-042-0/+17
* Patches from Jack for new Apple headersGuido van Rossum1998-02-233-6/+36
* Adapt to new webchecker structure. Due to better structure ofGuido van Rossum1998-02-211-59/+33
* Major overhaul. Don't use global variable (e.g. verbose); useGuido van Rossum1998-02-211-130/+191
* Change default RCS bin directory to /usr/local/bin/.Guido van Rossum1998-02-191-1/+1
* rrggbb_to_triplet(), triplet_to_rrggbb(): Improvements given by GvRBarry Warsaw1998-02-181-8/+3
* Very modest improvementsBarry Warsaw1998-02-181-27/+31
* Get rid of commented out, slower versionsBarry Warsaw1998-02-181-14/+0
* Implementation using TCLPROC loaded into the Tcl interpreterBarry Warsaw1998-02-181-10/+32
* __modified(): Make sure `rgbs' is a tupleBarry Warsaw1998-02-181-1/+1
* Several optimizations:Barry Warsaw1998-02-181-51/+81
* Cache conversions from triplets to rrggbb's and vice versa. WastefulBarry Warsaw1998-02-181-13/+22
* Added about dialogBarry Warsaw1998-02-171-4/+60
* Added chip selection stuff, strip labelBarry Warsaw1998-02-171-8/+40
* Added method to set selected color to nearest.Barry Warsaw1998-02-171-8/+16
* __validate(): test for None-age, not not-nessBarry Warsaw1998-02-131-2/+2
* get arrow movement, and text updating. also outlining of highlightBarry Warsaw1998-02-131-2/+39
* fixed the generatorsBarry Warsaw1998-02-131-12/+18
* triplet_to_pmwrgb(): New functionBarry Warsaw1998-02-131-0/+5
* fixed initial colorBarry Warsaw1998-02-121-1/+1
* typoBarry Warsaw1998-02-121-1/+1
* Added color strip widgetsBarry Warsaw1998-02-121-3/+45
* Initial revisionBarry Warsaw1998-02-121-0/+135
* Better conversion of command line given initial colorBarry Warsaw1998-02-111-3/+18
* new interface to find_byname()Barry Warsaw1998-02-111-1/+1
* __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key.Barry Warsaw1998-02-111-22/+22
* Better dimensionsBarry Warsaw1998-02-111-2/+2
* Interface changes, delegate chaining, type in widget additionBarry Warsaw1998-02-111-13/+37
* Simplification of conversion routinesBarry Warsaw1998-02-111-22/+21
* #Layout looks good, as does validation, and delegate chainingBarry Warsaw1998-02-111-29/+44