- 6cd948e Rename the "browser" module to "BrowserControl", since Guido did not by Fred Drake · 25 years ago
- 8638ace EditorWindow.python_docs(): by Fred Drake · 25 years ago
- 95a4000 Collection of classes and convenience functions to control external by Fred Drake · 25 years ago
- bd7b8b3 Minor edit of leading comments: 'the the' --> 'the', quoted 'enable' by Fred Drake · 25 years ago
- e39a88f Two more items. by Guido van Rossum · 25 years ago
- d6904ea Use a better approach to locating IDLE's default configuration, by Fred Drake · 25 years ago
- fa9ef18 Just in case someone wants to use this, let's fix the pathname. by Guido van Rossum · 25 years ago
- e0dd301 Removed two files that were added temporarily. by Guido van Rossum · 25 years ago
- b8f512b Bump version to 0.6 for the event of the Python 1.6 alpha 1 release. by Guido van Rossum · 25 years ago
- 7f1cd29 Tim Peters writes: by Guido van Rossum · 25 years ago
- 329e4be a simple client-server framework for executing code in a different process by Jeremy Hylton · 25 years ago
- 9de9883 Override the Undo delegator to forbid any changes before the I/O mark. by Guido van Rossum · 25 years ago
- 6fbd1f8 replace : with = by Jeremy Hylton · 25 years ago
- ae1f3bd rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 25 years ago
- 6b3edf0 rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 25 years ago
- ba23bed Tweak the goto file/line command (in the right button menu in PyShell by Guido van Rossum · 25 years ago
- 801296c Added a bunch of TODO items that recently came up in the idle-dev list. by Guido van Rossum · 25 years ago
- fd6315e If we're in the current input and there's only whitespace beyond the by Guido van Rossum · 25 years ago
- 9cb083b Defer all the work to idle.py, which has recently become too by Guido van Rossum · 25 years ago
- 7f3cfd5 In getdef(), don't die when the section doesn't exist. by Guido van Rossum · 25 years ago
- 074d6e1 Don't use 1.6-isms (s.startswith()) -- we want to distribute this by Guido van Rossum · 25 years ago
- 272cbb4 superceded by IdleConf/config.txt by Jeremy Hylton · 25 years ago
- e81f28b migrate to use of IdleConf and config files to set options by Jeremy Hylton · 25 years ago
- 583abb8 default to cwd if os.environ['HOME'] does not exist by Jeremy Hylton · 25 years ago
- daca630 a ConfigParser for idle and three configuration files by Jeremy Hylton · 25 years ago
- 9428fa6 Patch by Tim Peters: by Guido van Rossum · 25 years ago
- 63c2b25 paren matching extension. warning: in current version of IDLE, can by Jeremy Hylton · 25 years ago
- dc68833 Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the by Guido van Rossum · 25 years ago
- 8c95c27 Added a new command: Check module (Alt-F5) It does a full syntax check by Guido van Rossum · 25 years ago
- 99aabe3 Add primitive customization of window size and font. by Guido van Rossum · 25 years ago
- 44cf8ef The 0.5 release happened on 2/15, not on 2/14. :-) by Guido van Rossum · 25 years ago
- 6e83cac A bit restructured. by Guido van Rossum · 25 years ago
- dec0b68 Oops, somehow the initial checkin was botched. :-( by Guido van Rossum · 25 years ago
- 83d4657 Added some clarifications. by Guido van Rossum · 25 years ago
- 90ad858 Temporarily add a copy here for easy distribution. by Guido van Rossum · 25 years ago
- 17ae233 More changes. by Guido van Rossum · 25 years ago
- 1d841fe Notice status back and stack viewer. by Guido van Rossum · 25 years ago
- ec73dc6 Support for Moshe's status bar. by Guido van Rossum · 25 years ago
- 17752f7 Status bar code -- by Moshe Zadka. by Guido van Rossum · 25 years ago
- 2bb8e72 Adding the old stack viewer implementation back, for the debugger. by Guido van Rossum · 25 years ago
- b658469 New stack viewer, uses a tree widget. (XXX: the debugger doesn't yet use this.) by Guido van Rossum · 25 years ago
- 553fa44 Correct a typo and remove an unqualified except that was hiding the error. by Guido van Rossum · 25 years ago
- f801f3b Add an XXX comment about the ClassBrowser AIP. by Guido van Rossum · 25 years ago
- 0b5b2c8 Updated change log. by Guido van Rossum · 25 years ago
- 46ffbec News update. Probably incomplete; what else is new? by Guido van Rossum · 25 years ago
- 6d3be50 Updated for pending IDLE 0.5 release (still very rough -- just getting by Guido van Rossum · 25 years ago
- b4b8381 Tiny addition. by Guido van Rossum · 25 years ago
- 7f2c9d3 A few new TODO entries. by Guido van Rossum · 25 years ago
- 7f1fdfc Add Python Documentation entry to Help menu. by Guido van Rossum · 25 years ago
- 416b961 Find the help.txt file relative to __file__ or ".", not in sys.path. by Guido van Rossum · 25 years ago
- aa6ed0c Moshe noticed an inconsistency in his comment, so I'm rephrasing it to by Guido van Rossum · 25 years ago
- 292f2c5 Patch inspired by Moshe Zadka to search for the Icons directory in the by Guido van Rossum · 25 years ago
- a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
- aba953e New wishes. by Guido van Rossum · 25 years ago
- 0d6bac6 Make the color for stderr red (i.e. the standard warning/danger/stop by Guido van Rossum · 25 years ago
- 16e0bab Close debugger when closing. This may break a cycle. by Guido van Rossum · 25 years ago
- ba5a59c Break cycle on close. by Guido van Rossum · 25 years ago
- 5af0df5 Destroy the tree when closing. by Guido van Rossum · 25 years ago
- 30455f3 Add destroy() method to recursively destroy a tree. by Guido van Rossum · 25 years ago
- fed9b91 Extend _close() to break cycles. by Guido van Rossum · 25 years ago
- 205afb4 Add _close() method that does the actual cleanup (close() asks the by Guido van Rossum · 25 years ago
- dd4dda8 Add close() method that breaks cycles. by Guido van Rossum · 25 years ago
- 374c0df Add unregister() method. by Guido van Rossum · 25 years ago
- e689f00 Add close() method that breaks a cycle. by Guido van Rossum · 25 years ago
- 1320560 Tim Peters smart.patch: by Guido van Rossum · 25 years ago
- 3dd3689 Code by Mark Hammond to format paragraphs embedded in comments. by Guido van Rossum · 25 years ago
- 85a36a5 Added abstraction get_selection_index() (Mark Hammond). Also by Guido van Rossum · 25 years ago
- 4431b0f Adapt to the new pyclbr's support of listing top-level functions. If by Guido van Rossum · 25 years ago
- e2571f2 Fix off-by-one error in Tim's recent change to comment_region(): the by Guido van Rossum · 25 years ago
- ea827e9 Mark Hammond writes: Here is another change that allows it to work for by Guido van Rossum · 25 years ago
- ab3b50b Mark Hammond writes: Tim's suggestion of copying the font for the by Guido van Rossum · 25 years ago
- 2073177 Append "..." if the appropriate flag (for varargs) in co_flags is set. by Guido van Rossum · 25 years ago
- ab6a08a Hmm... Tim didn't turn "replace all" into a single undo block. by Guido van Rossum · 25 years ago
- 9745f5a Tim Peters: made replacement atomic for undo/redo. by Guido van Rossum · 25 years ago
- 0fcd635 Tim Peters: by Guido van Rossum · 25 years ago
- 3f75741 Remove unnecessary reference to pyclbr from test() code. by Guido van Rossum · 25 years ago
- 729afc1 Tim Peters: by Guido van Rossum · 25 years ago
- febebe9 Might as well enable CallTips by default. by Guido van Rossum · 25 years ago
- f4a1508 New offerings by Tim Peters; he writes: by Guido van Rossum · 25 years ago
- b10cb9a Enclose pattern in quotes in status message. by Guido van Rossum · 25 years ago
- 23c115f Mark Hammond fixed some comments and improved the way the tip text is by Guido van Rossum · 25 years ago
- 094189f My fix to Mark's code: restore the universal check on <KeyRelease>. by Guido van Rossum · 25 years ago
- 6290dab A version that Mark Hammond posted to the newsgroup. Has some newer by Guido van Rossum · 25 years ago
- 85b9735 Call tips by Mark Hammond (plus tiny fix by me.) by Guido van Rossum · 25 years ago
- 1709041 Changes by Mark Hammond: (1) support optional output_sep argument to by Guido van Rossum · 25 years ago
- 808fa49 Changes by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
- d395aee Change by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
- a954ba1 Hah! A fix of my own to Tim's code! by Guido van Rossum · 25 years ago
- bbaba85 Tim Peters again: by Guido van Rossum · 25 years ago
- a6be387 Tim Peters again: by Guido van Rossum · 25 years ago
- 8113cdc New file by Tim Peters: by Guido van Rossum · 25 years ago
- d93f739 Tim Peters keeps revising this module (more to come): by Guido van Rossum · 25 years ago
- 74311b2 1. Catch NameError on import (could be raised by case mismatch on Windows). by Guido van Rossum · 25 years ago
- 292dd2d Missed a few. by Guido van Rossum · 25 years ago
- ec9cca7 Rewritten based on TreeWidget.py by Guido van Rossum · 25 years ago
- 1ff48ec Object browser, based on TreeWidget.py. by Guido van Rossum · 25 years ago
- 7419f4b Tree widget done right. by Guido van Rossum · 25 years ago
- d3a518b As yet unused code for tool tips. by Guido van Rossum · 25 years ago
- ee03611 Ensure sys.argv[0] is the script name on Run Script. by Guido van Rossum · 25 years ago
- 96cf271 Move zoom height functionality to separate function. by Guido van Rossum · 25 years ago