summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial revisionBarry Warsaw1998-02-101-0/+90
* Fix typo in format for strftime() used by cookie code.Guido van Rossum1998-02-021-1/+1
* Moved toplevel widget to PyncheWidget.pyBarry Warsaw1998-01-311-1/+92
* Initial revisionBarry Warsaw1998-01-311-0/+51
* BadColor: new exception classBarry Warsaw1998-01-311-3/+43
* Better implementation of nearest(). Not faster, but betterBarry Warsaw1998-01-311-1/+2
* Initial revisionBarry Warsaw1998-01-311-0/+151
* mered Greg's suggestions, added docstringBarry Warsaw1998-01-301-18/+26
* Initial revisionBarry Warsaw1998-01-291-0/+71
* Initial revisionBarry Warsaw1998-01-271-0/+23
* Dangerous feature added: when removing local files (i.e., only when -rGuido van Rossum1998-01-041-25/+50
* Fix bug detected by AMK: need to import string.Guido van Rossum1997-12-311-0/+1
* Fix bug detected by AMK: Types should be types.Guido van Rossum1997-12-311-2/+2
* Added Jack Jansen's versioncheck to the README file.Guido van Rossum1997-12-231-0/+3
* Adding Jack Jansen's version checking utility.Guido van Rossum1997-12-234-0/+212
* Converted to use re instead of regex; version 0.9.0.Guido van Rossum1997-12-213-55/+52
* Up the version.Guido van Rossum1997-12-162-3/+3
* Fix a bug in translate(): the pointer was incremented by the length ofGuido van Rossum1997-12-161-2/+2
* v 0.8.3 -- add an option to suppress URL processing inside <PRE>,Guido van Rossum1997-12-093-9/+15
* Add special handling for Python modules that are imported implicitlyGuido van Rossum1997-12-081-0/+6
* Only parsing requires Python 1.5Barry Warsaw1997-12-041-6/+7
* Updated world codes with latest iso3166 codesBarry Warsaw1997-12-041-8/+7
* Added parsing of ISO 3166 filesBarry Warsaw1997-12-041-7/+104
* Added "-n file" option to only print files newer than the given file.Guido van Rossum1997-11-241-4/+37