summaryrefslogtreecommitdiffstats
path: root/Tools/idle
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Correct a typo and remove an unqualified except that was hiding the error.Guido van Rossum2000-02-151-2/+2
* Add an XXX comment about the ClassBrowser AIP.Guido van Rossum2000-02-151-0/+2
* Updated change log.Guido van Rossum2000-02-151-0/+434
* News update. Probably incomplete; what else is new?Guido van Rossum2000-02-151-0/+27
* Updated for pending IDLE 0.5 release (still very rough -- just gettingGuido van Rossum2000-02-151-5/+5
* Tiny addition.Guido van Rossum2000-02-151-1/+1
* A few new TODO entries.Guido van Rossum1999-09-091-0/+4
* Add Python Documentation entry to Help menu.Guido van Rossum1999-08-261-0/+3
* Find the help.txt file relative to __file__ or ".", not in sys.path.Guido van Rossum1999-08-261-8/+14
* Moshe noticed an inconsistency in his comment, so I'm rephrasing it toGuido van Rossum1999-08-111-2/+1
* Patch inspired by Moshe Zadka to search for the Icons directory in theGuido van Rossum1999-08-111-5/+11
* Mark Hammond writes:Guido van Rossum1999-07-301-1/+3
* New wishes.Guido van Rossum1999-07-151-1/+5
* Make the color for stderr red (i.e. the standard warning/danger/stopGuido van Rossum1999-07-101-1/+1
* Close debugger when closing. This may break a cycle.Guido van Rossum1999-06-251-0/+1
* Break cycle on close.Guido van Rossum1999-06-251-0/+2
* 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