| Commit message (Expand) | Author | Age | Files | Lines |
* | Hack to make this still work with Python 1.5.2. ;-( | Fred Drake | 2001-02-16 | 1 | -1/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -1/+1 |
|
|
* | move "from Tkinter import *" to module level | Jeremy Hylton | 2001-02-02 | 2 | -2/+2 |
|
|
* | Allow installation of IDLE via distutils (patch #103138). | Martin v. Löwis | 2001-01-28 | 2 | -0/+93 |
|
|
* | Color all word instances of "as" after "import", & on the same line, as if | Tim Peters | 2001-01-19 | 1 | -0/+13 |
|
|
* | This still mentioned IdlePrefs.py as the place to edit color | Guido van Rossum | 2001-01-19 | 1 | -1/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 22 | -104/+99 |
|
|
* | Make the test program work outside IDLE. | Guido van Rossum | 2001-01-02 | 1 | -6/+6 |
|
|
* | Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2). | Guido van Rossum | 2001-01-02 | 1 | -2/+1 |
|
|
* | Fixed snake logo and minus image by Daniel Calvelo. | Guido van Rossum | 2000-12-27 | 2 | -0/+0 |
|
|
* | Add IDLE wish: access items of arrays | Guido van Rossum | 2000-10-25 | 1 | -0/+1 |
|
|
* | Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). The | Tim Peters | 2000-10-06 | 1 | -0/+13 |
|
|
* | 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 |
|
|
* | Temporary fix for Bug #114821. | Guido van Rossum | 2000-09-19 | 1 | -2/+18 |
|
|
* | Include the filename in the errror message for F5 without saving. | Guido van Rossum | 2000-09-15 | 1 | -1/+5 |
|
|
* | main(): Move hackery of sys.argv until after the Tk instance has been | Fred Drake | 2000-09-15 | 1 | -7/+7 |
|
|
* | Don't emit 8 lines of (c) information at startup -- use the same text | Guido van Rossum | 2000-09-05 | 1 | -1/+4 |
|
|
* | 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 | 2 | -2/+2 |
|
|
* | EditorWindow.python_docs(): | Fred Drake | 2000-05-10 | 1 | -5/+8 |
|
|
* | Collection of classes and convenience functions to control external | Fred Drake | 2000-05-10 | 1 | -0/+157 |
|
|
* | Minor edit of leading comments: 'the the' --> 'the', quoted 'enable' | Fred Drake | 2000-05-09 | 1 | -2/+2 |
|
|
* | Two more items. | Guido van Rossum | 2000-04-11 | 1 | -0/+5 |
|
|
* | Use a better approach to locating IDLE's default configuration, | Fred Drake | 2000-04-10 | 1 | -1/+1 |
|
|
* | Just in case someone wants to use this, let's fix the pathname. | Guido van Rossum | 2000-04-06 | 1 | -1/+1 |
|
|
* | Removed two files that were added temporarily. | Guido van Rossum | 2000-03-30 | 2 | -708/+0 |
|
|
* | Bump version to 0.6 for the event of the Python 1.6 alpha 1 release. | Guido van Rossum | 2000-03-30 | 1 | -1/+1 |
|
|
* | Tim Peters writes: | Guido van Rossum | 2000-03-13 | 1 | -4/+5 |
|
|
* | a simple client-server framework for executing code in a different | Jeremy Hylton | 2000-03-09 | 1 | -0/+343 |
|
|
* | Override the Undo delegator to forbid any changes before the I/O mark. | Guido van Rossum | 2000-03-07 | 1 | -0/+24 |
|
|
* | replace : with = | Jeremy Hylton | 2000-03-07 | 1 | -2/+2 |
|
|
* | rename the global IdleConfParser object from IdleConf to idleconf | Jeremy Hylton | 2000-03-07 | 1 | -4/+4 |
|
|
* | rename the global IdleConfParser object from IdleConf to idleconf | Jeremy Hylton | 2000-03-07 | 5 | -48/+40 |
|
|
* | Tweak the goto file/line command (in the right button menu in PyShell | Guido van Rossum | 2000-03-07 | 1 | -14/+25 |
|
|
* | Added a bunch of TODO items that recently came up in the idle-dev list. | Guido van Rossum | 2000-03-07 | 1 | -40/+94 |
|
|
* | If we're in the current input and there's only whitespace beyond the | Guido van Rossum | 2000-03-07 | 1 | -0/+5 |
|
|
* | Defer all the work to idle.py, which has recently become too | Guido van Rossum | 2000-03-06 | 1 | -2/+1 |
|
|
* | In getdef(), don't die when the section doesn't exist. | Guido van Rossum | 2000-03-06 | 1 | -2/+2 |
|
|
* | Don't use 1.6-isms (s.startswith()) -- we want to distribute this | Guido van Rossum | 2000-03-06 | 2 | -4/+4 |
|
|
* | superceded by IdleConf/config.txt | Jeremy Hylton | 2000-03-03 | 1 | -19/+0 |
|
|
* | migrate to use of IdleConf and config files to set options | Jeremy Hylton | 2000-03-03 | 6 | -86/+51 |
|
|
* | default to cwd if os.environ['HOME'] does not exist | Jeremy Hylton | 2000-03-03 | 1 | -2/+6 |
|
|
* | a ConfigParser for idle and three configuration files | Jeremy Hylton | 2000-03-03 | 4 | -0/+187 |
|
|
* | Patch by Tim Peters: | Guido van Rossum | 2000-03-03 | 1 | -9/+11 |
|
|
* | paren matching extension. warning: in current version of IDLE, can | Jeremy Hylton | 2000-03-02 | 1 | -0/+193 |
|
|
* | Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the | Guido van Rossum | 2000-02-23 | 1 | -0/+4 |
|
|
* | Added a new command: Check module (Alt-F5) It does a full syntax check | Guido van Rossum | 2000-02-22 | 1 | -9/+82 |
|
|
* | Add primitive customization of window size and font. | Guido van Rossum | 2000-02-17 | 1 | -3/+19 |
|
|
* | The 0.5 release happened on 2/15, not on 2/14. :-) | Guido van Rossum | 2000-02-16 | 1 | -1/+1 |
|
|