summaryrefslogtreecommitdiffstats
path: root/Tools/idle
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary importsNeal Norwitz2002-09-121-4/+0
* Remove unused local variablesNeal Norwitz2002-09-122-2/+0
* Remove unnecessary importsNeal Norwitz2002-09-127-10/+0
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-1121-90/+65
* Extended IDLE's open module menu item to handle hierarchical module names.Raymond Hettinger2002-09-081-2/+15
* Whitespace normalization.Tim Peters2002-08-233-3/+3
* Convert characters from the locale's encoding on output.Martin v. Löwis2002-08-102-1/+15
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+4
* Patch #590913: PEP 263 support.Martin v. Löwis2002-08-052-1/+188
* Use ascii_letters to avoid UnicodeErrors.Martin v. Löwis2002-08-051-1/+4
* Get rid of _expand() altogether - the match object supports m.expand().Guido van Rossum2002-07-241-11/+2
* The test for re.engine was misfiring because re.engine is no longerGuido van Rossum2002-07-241-11/+4
* Add primitive printing support for Unix and Windows.Guido van Rossum2002-06-105-0/+38
* Use self.__class__ to instantiate a TreeNode item recursively, toGuido van Rossum2002-05-271-1/+1
* Patch 543222. Disable script bindings in shell window.Raymond Hettinger2002-05-213-0/+5
* Patches 558535. The standard Windows binding for Edit Select AllRaymond Hettinger2002-05-211-1/+1
* SF bug 546078: IDLE calltips cause application error.Tim Peters2002-04-221-0/+6
* Provisional fix for writefile() [SF bug # 541730].Guido van Rossum2002-04-151-1/+1
* Patch #540583: Open MS Help Docs if available.Martin v. Löwis2002-04-141-3/+12
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-046-23/+23
* use -kb on idle/Icons/minusnode.gif ("cvs up" kept checking it out allFredrik Lundh2002-03-181-0/+0
* Fix by Edward K Ream to make breakpoints work on Windows: insert aGuido van Rossum2002-02-251-0/+1
* Patch #520483: Make IDLE OutputWindow handle Unicode.Martin v. Löwis2002-02-231-1/+1
* smart_backspace_event(): remove now-pointless int() call.Tim Peters2002-01-231-1/+1
* Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smartGuido van Rossum2002-01-232-3/+3
* classifyws(): Fix a "/" to work under -Qnew (as well as without it).Tim Peters2002-01-231-1/+1
* Update outdated text about how to fix the font.Guido van Rossum2001-10-081-4/+5
* Improve handling of docstrings. I had feared this was a case ofTim Peters2001-09-161-5/+10
* Finally fix SF bug #441172, using a variant of patch ##443626:Guido van Rossum2001-08-111-0/+6
* Patch #422471: Install IDLE Help FileMartin v. Löwis2001-08-081-1/+1
* Fix for SF bug #448835.Guido van Rossum2001-08-071-2/+1
* Oops, this file was apparently never added to the repository. Now it is.Jack Jansen2001-08-061-0/+3
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-202-2/+2
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+4
* Amazing. A very subtle change in policy in descr-branch actuallyGuido van Rossum2001-07-061-1/+1
* Taught IDLE's autoident parser that "yield" is a keyword that begins aTim Peters2001-06-191-0/+1
* Make copy, cut and paste events case insensitive. Reported by PatrickGuido van Rossum2001-06-121-3/+3
* Quick update to the extension mechanism (extend.py is gone, long liveGuido van Rossum2001-06-041-6/+20
* Refactored, with some future plans in mind.Guido van Rossum2001-05-121-11/+23
* Move the action of loading the configuration to the IdleConf moduleGuido van Rossum2001-05-122-8/+1
* Delete goodname() method, which is unused.Guido van Rossum2001-05-121-11/+7
* Remove BrowserControl module; this had been left in for Python 1.5.2Fred Drake2001-04-181-157/+0
* Remove legacy support for the BrowserControl module; the webbrowserFred Drake2001-04-181-7/+3
* Initialize new save_warnings_filters data member in ModifiedInterpreter.__ini...Tim Peters2001-03-291-0/+1
* Turn SyntasWarning into SyntaxError for all code enteredGuido van Rossum2001-03-261-1/+12
* Make this IDLE version 0.8. (We have to skip 0.7 because that was aGuido van Rossum2001-03-221-1/+1
* Don't use __debug__ as if it were some module global. Use DEBUGGuido van Rossum2001-03-221-15/+15
* Get rid of hardcoded Python path (can't guess where the user installedTim Peters2001-03-101-1/+1
* Hack to make this still work with Python 1.5.2. ;-(Fred Drake2001-02-161-1/+6
* Whitespace normalization.Tim Peters2001-02-091-1/+1