summaryrefslogtreecommitdiffstats
path: root/Tools/idle
Commit message (Expand)AuthorAgeFilesLines
...
* Destroy the tree when closing.Guido van Rossum1999-06-251-1/+2
* Add destroy() method to recursively destroy a tree.Guido van Rossum1999-06-251-0/+6
* Extend _close() to break cycles.Guido van Rossum1999-06-251-13/+18
* Add _close() method that does the actual cleanup (close() asks theGuido van Rossum1999-06-251-10/+26
* Add close() method that breaks cycles.Guido van Rossum1999-06-251-0/+8
* Add unregister() method.Guido van Rossum1999-06-251-4/+12
* Add close() method that breaks a cycle.Guido van Rossum1999-06-253-4/+23
* Tim Peters smart.patch:Guido van Rossum1999-06-113-59/+77
* Code by Mark Hammond to format paragraphs embedded in comments.Guido van Rossum1999-06-101-10/+55
* Added abstraction get_selection_index() (Mark Hammond). AlsoGuido van Rossum1999-06-101-14/+23
* Adapt to the new pyclbr's support of listing top-level functions. IfGuido van Rossum1999-06-101-33/+34
* Fix off-by-one error in Tim's recent change to comment_region(): theGuido van Rossum1999-06-101-1/+1
* Mark Hammond writes: Here is another change that allows it to work forGuido van Rossum1999-06-101-14/+37
* Mark Hammond writes: Tim's suggestion of copying the font for theGuido van Rossum1999-06-101-1/+2
* Append "..." if the appropriate flag (for varargs) in co_flags is set.Guido van Rossum1999-06-091-1/+3
* Hmm... Tim didn't turn "replace all" into a single undo block.Guido van Rossum1999-06-081-0/+2
* Tim Peters: made replacement atomic for undo/redo.Guido van Rossum1999-06-081-0/+2
* Tim Peters:Guido van Rossum1999-06-081-3/+2
* Remove unnecessary reference to pyclbr from test() code.Guido van Rossum1999-06-072-5/+0
* Tim Peters:Guido van Rossum1999-06-071-19/+75
* Might as well enable CallTips by default.Guido van Rossum1999-06-041-0/+1
* New offerings by Tim Peters; he writes:Guido van Rossum1999-06-033-26/+66
* Enclose pattern in quotes in status message.Guido van Rossum1999-06-031-1/+1
* Mark Hammond fixed some comments and improved the way the tip text isGuido van Rossum1999-06-031-11/+12
* My fix to Mark's code: restore the universal check on <KeyRelease>.Guido van Rossum1999-06-021-14/+2
* A version that Mark Hammond posted to the newsgroup. Has some newerGuido van Rossum1999-06-021-27/+38
* Call tips by Mark Hammond (plus tiny fix by me.)Guido van Rossum1999-06-022-0/+232
* Changes by Mark Hammond: (1) support optional output_sep argument toGuido van Rossum1999-06-021-6/+22
* Changes by Mark Hammond to allow using IDLE extensions in PythonWin asGuido van Rossum1999-06-021-9/+10
* Change by Mark Hammond to allow using IDLE extensions in PythonWin asGuido van Rossum1999-06-021-0/+5
* Hah! A fix of my own to Tim's code!Guido van Rossum1999-06-011-0/+2
* Tim Peters again:Guido van Rossum1999-06-013-107/+146
* Tim Peters again:Guido van Rossum1999-06-011-166/+69
* New file by Tim Peters:Guido van Rossum1999-06-011-0/+470
* Tim Peters keeps revising this module (more to come):Guido van Rossum1999-06-011-86/+191
* 1. Catch NameError on import (could be raised by case mismatch on Windows).Guido van Rossum1999-06-011-8/+2
* Missed a few.Guido van Rossum1999-06-012-0/+0
* Rewritten based on TreeWidget.pyGuido van Rossum1999-06-012-265/+252
* Object browser, based on TreeWidget.py.Guido van Rossum1999-06-011-0/+154
* Tree widget done right.Guido van Rossum1999-06-011-0/+462
* As yet unused code for tool tips.Guido van Rossum1999-06-011-0/+87
* Ensure sys.argv[0] is the script name on Run Script.Guido van Rossum1999-06-011-0/+3
* Move zoom height functionality to separate function.Guido van Rossum1999-06-011-18/+21
* A few icons used by ../TreeWidget.py and its callers.Guido van Rossum1999-06-014-0/+0
* New version by Tim Peters improves block opening test.Guido van Rossum1999-06-011-2/+52
* Rename History to IdleHistory.Guido van Rossum1999-05-212-74/+7
* Make initial stack viewer widerGuido van Rossum1999-05-211-1/+1
* New wishesGuido van Rossum1999-05-211-2/+7
* Much improved autoindent and handling of tabs,Guido van Rossum1999-05-213-65/+242
* Tim Peters writes:Guido van Rossum1999-05-034-38/+123