summaryrefslogtreecommitdiffstats
path: root/Tools/idle
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-075-48/+40
* Tweak the goto file/line command (in the right button menu in PyShellGuido van Rossum2000-03-071-14/+25
* Added a bunch of TODO items that recently came up in the idle-dev list.Guido van Rossum2000-03-071-40/+94
* If we're in the current input and there's only whitespace beyond theGuido van Rossum2000-03-071-0/+5
* Defer all the work to idle.py, which has recently become tooGuido van Rossum2000-03-061-2/+1
* In getdef(), don't die when the section doesn't exist.Guido van Rossum2000-03-061-2/+2
* Don't use 1.6-isms (s.startswith()) -- we want to distribute thisGuido van Rossum2000-03-062-4/+4
* superceded by IdleConf/config.txtJeremy Hylton2000-03-031-19/+0
* migrate to use of IdleConf and config files to set optionsJeremy Hylton2000-03-036-86/+51
* default to cwd if os.environ['HOME'] does not existJeremy Hylton2000-03-031-2/+6
* a ConfigParser for idle and three configuration filesJeremy Hylton2000-03-034-0/+187
* Patch by Tim Peters:Guido van Rossum2000-03-031-9/+11
* paren matching extension. warning: in current version of IDLE, canJeremy Hylton2000-03-021-0/+193
* Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to theGuido van Rossum2000-02-231-0/+4
* Added a new command: Check module (Alt-F5) It does a full syntax checkGuido van Rossum2000-02-221-9/+82
* Add primitive customization of window size and font.Guido van Rossum2000-02-171-3/+19
* The 0.5 release happened on 2/15, not on 2/14. :-)Guido van Rossum2000-02-161-1/+1
* A bit restructured.Guido van Rossum2000-02-151-15/+40
* Oops, somehow the initial checkin was botched. :-(Guido van Rossum2000-02-151-0/+336
* Added some clarifications.Guido van Rossum2000-02-151-4/+8
* Temporarily add a copy here for easy distribution.Guido van Rossum2000-02-151-0/+0
* More changes.Guido van Rossum2000-02-151-1/+20
* Notice status back and stack viewer.Guido van Rossum2000-02-151-0/+5
* Support for Moshe's status bar.Guido van Rossum2000-02-151-2/+20
* Status bar code -- by Moshe Zadka.Guido van Rossum2000-02-151-0/+32
* Adding the old stack viewer implementation back, for the debugger.Guido van Rossum2000-02-151-0/+276
* New stack viewer, uses a tree widget.Guido van Rossum2000-02-151-230/+89