summaryrefslogtreecommitdiff
path: root/Tools/pynche
Commit message (Expand)AuthorAgeFilesLines
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-3/+3
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-3/+3
* Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-291-7/+7
* Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-3/+1
* #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-261-1/+1
* Fix import.Georg Brandl2010-10-261-2/+2
* Make the Pynche tool work with Python 3.Georg Brandl2010-08-028-28/+32
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-163-11/+11
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-232-3/+0
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-4/+1
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-4/+1
* Convert print statements to function calls in Tools/.Collin Winter2007-08-033-17/+16
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Remove apply()Neal Norwitz2006-03-171-1/+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