summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Renamed test.py to testcode.py so one can import Python'sGuido van Rossum1999-01-121-0/+0
| | | | test package from inside IDLE. (Suggested by Jack Jansen.)
* Hack to close a window that is colorizing.Guido van Rossum1999-01-122-8/+20
|
* Vladimir Marangozov's patch:Guido van Rossum1999-01-121-0/+3
| | | | | | The separator dances too much and seems to jump by arbitrary amounts in arbitrary directions when I try to move it for resizing the frames. This patch makes it more quiet.
* Some requests have been fulfilled.Guido van Rossum1999-01-111-5/+3
|
* Set the cursor to a watch when opening the class browser (which mayGuido van Rossum1999-01-111-7/+23
| | | | | | take quite a while, browsing multiple files). Newer, better center() -- but assumes no wrapping.
* Got rid of debug print statement in goto_line_event().Guido van Rossum1999-01-111-1/+0
|
* I think I like it better if it prints the traceback even when it displaysGuido van Rossum1999-01-111-2/+2
| | | | the stack viewer.
* Bind ESC to close-window.Guido van Rossum1999-01-111-1/+2
|
* Use a HSeparator between the classes and the items.Guido van Rossum1999-01-111-13/+18
| | | | | Make the list of classes wider by default (40 chars). Bind ESC to close-window.
* Separator classes (draggable divider between two panes).Guido van Rossum1999-01-111-0/+89
|
* Don't traceback when wakeup() is called when the window has been destroyed.Guido van Rossum1999-01-091-3/+8
| | | | | This can happen when a torn-of Windows menu references closed windows. And Tim Peters claims that the Windows menu is his favorite to tear off...
* Allow tearing off of the Windows menu.Guido van Rossum1999-01-091-1/+0
|
* Close on ESC.Guido van Rossum1999-01-091-1/+2
|
* Updated a bunch of things (it was mostly still 0.1!)Guido van Rossum1999-01-091-17/+39
|
* Added ScriptBinding to standard bindings.Guido van Rossum1999-01-091-0/+1
|
* This now actually works. See doc string. It can run a module (i.e.Guido van Rossum1999-01-091-18/+130
| | | | | import or reload) or debug it (same with debugger control). Output goes to a fresh output window, only created when needed.
* What's new in this release.Guido van Rossum1999-01-082-2/+51
|
* Paul Prescod's patches to allow the stack viewer to pop up when aGuido van Rossum1999-01-082-0/+12
| | | | traceback is printed.
* Change paragraph width limit to 70 (like Emacs M-Q).Guido van Rossum1999-01-071-1/+1
|
* Separating TODO from README. Slight reformulation of features. NoGuido van Rossum1999-01-071-113/+6
| | | | exact release date.
* Separating TODO from README.Guido van Rossum1999-01-071-0/+132
|
* Hm. There was a boundary condition error at the end of the file too.Guido van Rossum1999-01-041-1/+1
|
* Hm. Add Unix binding for replace, too.Guido van Rossum1999-01-041-0/+1
|
* Ran eventparse.py again.Guido van Rossum1999-01-041-6/+2
|
* Added Unix Meta-q key binding;Guido van Rossum1999-01-041-1/+5
| | | | fix find_paragraph when at start of file.
* Added Meta-/ binding for Unix as alt for Alt-/.Guido van Rossum1999-01-041-0/+4
|
* Add unix binding for grep (otherwise the menu entry doesn't work!)Guido van Rossum1999-01-041-0/+1
|
* Adjusted Unix height to work with fvwm96. :=(Guido van Rossum1999-01-041-1/+1
|
* Need to import sys!Guido van Rossum1999-01-041-0/+1
|
* Formatted some paragraphsGuido van Rossum1999-01-043-57/+46
|
* Add new extension to reformat a (text) paragraph.Guido van Rossum1999-01-042-0/+102
|
* Typo in Win specific height setting.Guido van Rossum1999-01-041-1/+1
|
* Recover from failed saves; when a file turns out to be a directory,Guido van Rossum1999-01-031-5/+17
| | | | create a directory and moer the original file to the index.html.
* Added something like Tim Peters' backspace patch.Guido van Rossum1999-01-031-2/+28
|
* Adapted to Unix (i.e., more hardcoded constants).Guido van Rossum1999-01-031-3/+10
|
* Checking in IDLE 0.2.Guido van Rossum1999-01-0238-898/+2203
| | | | | | | | | | | | Much has changed -- too much, in fact, to write down. The big news is that there's a standard way to write IDLE extensions; see extend.txt. Some sample extensions have been provided, and some existing code has been converted to extensions. Probably the biggest new user feature is a new search dialog with more options, search and replace, and even search in files (grep). This is exactly as downloaded from my laptop after returning from the holidays -- it hasn't even been tested on Unix yet.
* D.M. Pick gives me a more accurate distillation of his `uk' explanation :-)Barry Warsaw1998-12-291-4/+7
|
* Update on history of `uk' top level, greatly condensed from DavidBarry Warsaw1998-12-271-6/+6
| | | | Pick's emailed account.
* Provide more detail when the commit button is not shown.Guido van Rossum1998-12-232-8/+17
|
* Fix for modulefinder so that it prints all modules an unknown moduleGuido van Rossum1998-12-221-2/+6
| | | | was referenced in instead of only the last. (Sjoerd Mullender)
* Fix the class browser to work even when the file is not on sys.path.Guido van Rossum1998-12-182-3/+3
|
* Added a -q ('quiet') option to tabnanny, which causes only the names ofAndrew M. Kuchling1998-12-182-6/+14
| | | | offending files to be printed. Good for emacs `tabnanny.py *.py`
* Patch by Chris Herborth:Guido van Rossum1998-12-171-1/+7
| | | | | BeOS headers live in various non-standard places; luckily, there's an environment variable that lists them all.
* Sjoerd Mullender:Guido van Rossum1998-12-152-3/+7
| | | | | When printing missing modules, also print the module they were imported from.
* Added most of the mechanism to change the strips from color variationsBarry Warsaw1998-12-151-20/+101
| | | | | | | | to color constants (i.e. red constant, green constant, blue constant). But I haven't hooked this up yet because the UI gets more crowded and the arrows don't reflect the correct values. Added "Go to Black" and "Go to White" buttons.
* A start on the TestModExp appletBarry Warsaw1998-12-153-6/+6
| | | | "Author" => "Contact"
* "Author" -> "Contact"Barry Warsaw1998-12-144-8/+8
|
* Moved to Python 1.5.2/LibGuido van Rossum1998-12-081-343/+0
|
* intermediateBarry Warsaw1998-12-051-0/+85
|
* Fixed some bugsBarry Warsaw1998-12-051-23/+32
|