| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of old IDLE. Lib/idlelib rules! | Guido van Rossum | 2003-06-14 | 1 | -756/+0 |
|
|
* | SF bug #652933 (for IdleFork): Open Module "math" Fails | Raymond Hettinger | 2003-01-07 | 1 | -1/+4 |
|
|
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -8/+7 |
|
|
* | Extended IDLE's open module menu item to handle hierarchical module names. | Raymond Hettinger | 2002-09-08 | 1 | -2/+15 |
|
|
* | Patch 543222. Disable script bindings in shell window. | Raymond Hettinger | 2002-05-21 | 1 | -0/+1 |
|
|
* | Patch #540583: Open MS Help Docs if available. | Martin v. Löwis | 2002-04-14 | 1 | -3/+12 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -3/+3 |
|
|
* | Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart | Guido van Rossum | 2002-01-23 | 1 | -1/+1 |
|
|
* | Remove legacy support for the BrowserControl module; the webbrowser | Fred Drake | 2001-04-18 | 1 | -7/+3 |
|
|
* | Implemented new os.startfile function, unique to Windows, exposing a | Tim Peters | 2000-09-22 | 1 | -2/+3 |
|
|
* | Fix typo (newtabwith). | Guido van Rossum | 2000-09-20 | 1 | -1/+1 |
|
|
* | Update to use the new standard webbrowser module if available, otherwise | Fred Drake | 2000-07-09 | 1 | -2/+8 |
|
|
* | Rename the "browser" module to "BrowserControl", since Guido did not | Fred Drake | 2000-05-10 | 1 | -2/+2 |
|
|
* | EditorWindow.python_docs(): | Fred Drake | 2000-05-10 | 1 | -5/+8 |
|
|
* | rename the global IdleConfParser object from IdleConf to idleconf | Jeremy Hylton | 2000-03-07 | 1 | -4/+4 |
|
|
* | migrate to use of IdleConf and config files to set options | Jeremy Hylton | 2000-03-03 | 1 | -28/+13 |
|
|
* | Add primitive customization of window size and font. | Guido van Rossum | 2000-02-17 | 1 | -3/+19 |
|
|
* | Support for Moshe's status bar. | Guido van Rossum | 2000-02-15 | 1 | -2/+20 |
|
|
* | Find the help.txt file relative to __file__ or ".", not in sys.path. | Guido van Rossum | 1999-08-26 | 1 | -8/+14 |
|
|
* | Add _close() method that does the actual cleanup (close() asks the | Guido van Rossum | 1999-06-25 | 1 | -10/+26 |
|
|
* | Tim Peters smart.patch: | Guido van Rossum | 1999-06-11 | 1 | -1/+21 |
|
|
* | Added abstraction get_selection_index() (Mark Hammond). Also | Guido van Rossum | 1999-06-10 | 1 | -14/+23 |
|
|
* | New offerings by Tim Peters; he writes: | Guido van Rossum | 1999-06-03 | 1 | -0/+19 |
|
|
* | Change by Mark Hammond to allow using IDLE extensions in PythonWin as | Guido van Rossum | 1999-06-02 | 1 | -0/+5 |
|
|
* | 1. Catch NameError on import (could be raised by case mismatch on Windows). | Guido van Rossum | 1999-06-01 | 1 | -8/+2 |
|
|
* | Much improved autoindent and handling of tabs, | Guido van Rossum | 1999-05-21 | 1 | -6/+10 |
|
|
* | Tim Peters writes: | Guido van Rossum | 1999-05-03 | 1 | -0/+2 |
|
|
* | Provide full arguments to __import__ so it works in packagized IDLE. | Guido van Rossum | 1999-04-23 | 1 | -1/+1 |
|
|
* | Color preferences code by Loren Luke (massaged by me somewhat) | Guido van Rossum | 1999-04-20 | 1 | -1/+7 |
|
|
* | Add PathBrowser to File module | Guido van Rossum | 1999-03-10 | 1 | -0/+7 |
|
|
* | After all, we don't need to call the callbacks ourselves! | Guido van Rossum | 1999-02-17 | 1 | -1/+0 |
|
|
* | Fix up the Windows menu via the new callback mechanism instead of | Guido van Rossum | 1999-02-17 | 1 | -2/+4 |
|
|
* | Make sure the Tcl variables are shared between windows. | Guido van Rossum | 1999-01-28 | 1 | -9/+8 |
|
|
* | Move menu/key binding code from Bindings.py to EditorWindow.py, | Guido van Rossum | 1999-01-28 | 1 | -8/+107 |
|
|
* | Only deiconify when iconic. | Guido van Rossum | 1999-01-18 | 1 | -2/+4 |
|
|
* | Hack to close a window that is colorizing. | Guido van Rossum | 1999-01-12 | 1 | -7/+8 |
|
|
* | Set the cursor to a watch when opening the class browser (which may | Guido van Rossum | 1999-01-11 | 1 | -7/+23 |
|
|
* | Allow tearing off of the Windows menu. | Guido van Rossum | 1999-01-09 | 1 | -1/+0 |
|
|
* | Checking in IDLE 0.2. | Guido van Rossum | 1999-01-02 | 1 | -34/+287 |
|
|
* | Support underlining of menu labels | Guido van Rossum | 1998-11-27 | 1 | -4/+5 |
|
|
* | Get rid of conflicting ^X binding. Use ^W. | Guido van Rossum | 1998-10-16 | 1 | -0/+1 |
|
|
* | Clarify 'Open Module' dialog text | Guido van Rossum | 1998-10-16 | 1 | -1/+2 |
|
|
* | Add new command, "Open module". You select or type a module name, | Guido van Rossum | 1998-10-13 | 1 | -0/+31 |
|
|
* | Generalize menu creation. | Guido van Rossum | 1998-10-12 | 1 | -20/+15 |
|
|
* | Added a menu bar to every window. | Guido van Rossum | 1998-10-12 | 1 | -1/+45 |
|
|
* | Initial checking of Tk-based Python IDE. | Guido van Rossum | 1998-10-10 | 1 | -0/+175 |
|
|