summaryrefslogtreecommitdiff
path: root/Tools/pynche
Commit message (Expand)AuthorAgeFilesLines
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-232-3/+0
* #1726198: replace while 1: fp.readline() with file iteration.Georg Brandl2008-01-211-4/+1
* Ported from 2.4 branch:Barry Warsaw2006-01-011-2/+2
* Fix all wrong instances of "it's".Georg Brandl2005-07-222-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-183-6/+6
* Patch #812378: Normalize white space.Martin v. Löwis2003-10-242-114/+114
* Fix for SF bug #780996, crash when no .pynche file exists and -dBarry Warsaw2003-09-031-2/+4
* FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead ofBarry Warsaw2002-10-211-67/+68
* Some fixes based on feedback from Hans Petter Langtangen.Barry Warsaw2002-10-211-41/+44
* Fix a typo, update (only one) style improvement, whitespaceBarry Warsaw2002-10-211-5/+5
* Bump to version 1.3. Also document the new behavior of the chip widgets.Barry Warsaw2001-08-231-8/+17
* Bump to version 1.3Barry Warsaw2001-08-231-1/+1
* Implement some suggestions by Laura Creighton.Barry Warsaw2001-08-231-6/+28
* Change the way hex type-ins are displayed. The old way was way tooBarry Warsaw2001-07-101-48/+53
* __init__(), save_views(): Catch ValueError along with IOError andBarry Warsaw2001-07-101-6/+7
* Update a comment.Barry Warsaw2001-07-101-2/+4
* __init__(): Use augmented assignments.Barry Warsaw2001-07-101-3/+5
* De-string-module-ification.Barry Warsaw2001-07-102-10/+11
* __version__: Bump to 1.2Barry Warsaw2001-07-101-6/+8
* __populate(): Use augmented assignments.Barry Warsaw2001-07-101-1/+1
* __delta(): Use augmented assignments.Barry Warsaw2001-07-101-6/+6
* De-string-module-ification and other Python 2.x improvements.Barry Warsaw2001-07-101-29/+18
* Update a comment.Barry Warsaw2001-07-101-1/+1
* Updated documentation, and bump the version number to 1.2.Barry Warsaw2001-07-101-10/+25
* update_yourself(): Removed unused local variable reported byBarry Warsaw2001-04-181-1/+0
* __init__(): Removed unused local variable reported by PyChecker.Barry Warsaw2001-04-181-1/+0
* StripWidget.__init__(), update_yourself(): Removed some unused localBarry Warsaw2001-04-181-21/+20
* Helpwin.__init__(): Removed an unused local variable (via import)Barry Warsaw2001-04-181-1/+1
* Bump the version to 1.1Barry Warsaw2001-04-181-1/+1
* There have been a few new Python releases <wink> in the 2 years sinceBarry Warsaw2001-04-181-10/+7
* Special case around some of the nastier annoyances with the type-inBarry Warsaw2001-02-011-6/+25
* Move the "from Tkinter import *" out of the method and into the moduleBarry Warsaw2001-02-011-1/+2
* make_view_popups(): Catch import error which can occur if a viewer isBarry Warsaw1999-07-061-1/+7
* Use the much nicer tkFileDialog for loading color name database filesBarry Warsaw1999-04-271-5/+10
* Document that for askcolor(), databasefile and wantspec can now be setBarry Warsaw1999-04-271-2/+2
* askcolor(): databasefile and wantspec can now be set on everyBarry Warsaw1999-04-271-3/+13
* Implement dynamic external Viewer discovery.Barry Warsaw1999-04-271-34/+61
* Add a module global variable ADDTOVIEW to conform to dynamic viewerBarry Warsaw1999-04-273-1/+7
* Added docstring describing Viewer interface.Barry Warsaw1999-04-271-0/+33
* add a commentBarry Warsaw1999-04-271-0/+1
* When selecting a radio button in the TextViewer (to change a specificBarry Warsaw1999-04-271-6/+28
* Change Black/White button labels to not include the arrowBarry Warsaw1999-04-271-2/+2
* Describe namedcolors.txtBarry Warsaw1999-04-261-0/+2
* An alternative Netscape databaseBarry Warsaw1999-04-261-0/+100
* Describe how to load a new databaseBarry Warsaw1999-04-261-0/+7
* Describe the Color database filesBarry Warsaw1999-04-261-31/+58
* Put the 'File' menu on the menubar even when modal, so users can getBarry Warsaw1999-04-261-4/+3
* Tim Peter's sister's 140 named colors that NS and MSIE understandBarry Warsaw1999-04-261-0/+141
* The "Web-safe" colors (all #rrggbb style)Barry Warsaw1999-04-261-0/+217
* The HTML 4.0 guaranteed colors.Barry Warsaw1999-04-261-0/+17