summaryrefslogtreecommitdiffstats
path: root/Tools/idle
Commit message (Expand)AuthorAgeFilesLines
* Backport 1.43:Raymond Hettinger2002-10-051-2/+15
* Revert Raymond H's checkin. That change depends on a new feature inGuido van Rossum2002-09-241-9/+0
* Backport:Raymond Hettinger2002-09-231-11/+4
* Backport:Raymond Hettinger2002-09-231-0/+9
* Backport patch: Use ascii_letters to avoid UnicodeErrors.Raymond Hettinger2002-09-231-1/+4
* Backport patch #540583: Open MS Help Docs if available.Raymond Hettinger2002-09-231-3/+12
* Backport:Raymond Hettinger2002-09-231-1/+1
* Backport patch 543222. Disable script bindings in shell window.Raymond Hettinger2002-09-233-0/+5
* Backport patches 558535. The standard Windows binding for Edit Select AllRaymond Hettinger2002-09-231-1/+1
* backport tim_one's checkin ofMichael W. Hudson2002-08-231-0/+6
* backport gvanrossum's patch:Anthony Baxter2002-04-181-1/+1
* Merge bugfix:Guido van Rossum2002-02-281-1/+1
* Backport of a useful trunk fix:Guido van Rossum2002-02-251-0/+1
* It's merge time!Michael W. Hudson2002-01-281-2/+2
* 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
* move "from Tkinter import *" to module levelJeremy Hylton2001-02-022-2/+2
* Allow installation of IDLE via distutils (patch #103138).Martin v. Löwis2001-01-282-0/+93
* Color all word instances of "as" after "import", & on the same line, as ifTim Peters2001-01-191-0/+13
* This still mentioned IdlePrefs.py as the place to edit colorGuido van Rossum2001-01-191-1/+2
* Whitespace normalization.Tim Peters2001-01-1722-104/+99
* Make the test program work outside IDLE.Guido van Rossum2001-01-021-6/+6
* Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2).Guido van Rossum2001-01-021-2/+1
* Fixed snake logo and minus image by Daniel Calvelo.Guido van Rossum2000-12-272-0/+0
* Add IDLE wish: access items of arraysGuido van Rossum2000-10-251-0/+1
* Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). TheTim Peters2000-10-061-0/+13
* Implemented new os.startfile function, unique to Windows, exposing aTim Peters2000-09-221-2/+3
* Fix typo (newtabwith).Guido van Rossum2000-09-201-1/+1