summaryrefslogtreecommitdiffstats
path: root/Tools/idle
Commit message (Expand)AuthorAgeFilesLines
* 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
* Temporary fix for Bug #114821.Guido van Rossum2000-09-191-2/+18
* Include the filename in the errror message for F5 without saving.Guido van Rossum2000-09-151-1/+5
* main(): Move hackery of sys.argv until after the Tk instance has beenFred Drake2000-09-151-7/+7
* Don't emit 8 lines of (c) information at startup -- use the same textGuido van Rossum2000-09-051-1/+4
* Update to use the new standard webbrowser module if available, otherwiseFred Drake2000-07-091-2/+8
* Rename the "browser" module to "BrowserControl", since Guido did notFred Drake2000-05-102-2/+2
* EditorWindow.python_docs():Fred Drake2000-05-101-5/+8
* Collection of classes and convenience functions to control externalFred Drake2000-05-101-0/+157
* Minor edit of leading comments: 'the the' --> 'the', quoted 'enable'Fred Drake2000-05-091-2/+2
* Two more items.Guido van Rossum2000-04-111-0/+5
* Use a better approach to locating IDLE's default configuration,Fred Drake2000-04-101-1/+1
* Just in case someone wants to use this, let's fix the pathname.Guido van Rossum2000-04-061-1/+1
* Removed two files that were added temporarily.Guido van Rossum2000-03-302-708/+0
* Bump version to 0.6 for the event of the Python 1.6 alpha 1 release.Guido van Rossum2000-03-301-1/+1
* Tim Peters writes:Guido van Rossum2000-03-131-4/+5
* a simple client-server framework for executing code in a differentJeremy Hylton2000-03-091-0/+343
* Override the Undo delegator to forbid any changes before the I/O mark.Guido van Rossum2000-03-071-0/+24
* replace : with =Jeremy Hylton2000-03-071-2/+2
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-071-4/+4