| Commit message (Expand) | Author | Age | Files | Lines |
* | classifyws(): Fix a "/" to work under -Qnew (as well as without it). | Tim Peters | 2002-01-23 | 1 | -1/+1 |
|
|
* | Update outdated text about how to fix the font. | Guido van Rossum | 2001-10-08 | 1 | -4/+5 |
|
|
* | Improve handling of docstrings. I had feared this was a case of | Tim Peters | 2001-09-16 | 1 | -5/+10 |
|
|
* | Finally fix SF bug #441172, using a variant of patch ##443626: | Guido van Rossum | 2001-08-11 | 1 | -0/+6 |
|
|
* | Patch #422471: Install IDLE Help File | Martin v. Löwis | 2001-08-08 | 1 | -1/+1 |
|
|
* | Fix for SF bug #448835. | Guido van Rossum | 2001-08-07 | 1 | -2/+1 |
|
|
* | Oops, this file was apparently never added to the repository. Now it is. | Jack Jansen | 2001-08-06 | 1 | -0/+3 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 2 | -2/+2 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -1/+4 |
|
|
* | Amazing. A very subtle change in policy in descr-branch actually | Guido van Rossum | 2001-07-06 | 1 | -1/+1 |
|
|
* | Taught IDLE's autoident parser that "yield" is a keyword that begins a | Tim Peters | 2001-06-19 | 1 | -0/+1 |
|
|
* | Make copy, cut and paste events case insensitive. Reported by Patrick | Guido van Rossum | 2001-06-12 | 1 | -3/+3 |
|
|
* | Quick update to the extension mechanism (extend.py is gone, long live | Guido van Rossum | 2001-06-04 | 1 | -6/+20 |
|
|
* | Refactored, with some future plans in mind. | Guido van Rossum | 2001-05-12 | 1 | -11/+23 |
|
|
* | Move the action of loading the configuration to the IdleConf module | Guido van Rossum | 2001-05-12 | 2 | -8/+1 |
|
|
* | Delete goodname() method, which is unused. | Guido van Rossum | 2001-05-12 | 1 | -11/+7 |
|
|
* | Remove BrowserControl module; this had been left in for Python 1.5.2 | Fred Drake | 2001-04-18 | 1 | -157/+0 |
|
|
* | Remove legacy support for the BrowserControl module; the webbrowser | Fred Drake | 2001-04-18 | 1 | -7/+3 |
|
|
* | Initialize new save_warnings_filters data member in ModifiedInterpreter.__ini... | Tim Peters | 2001-03-29 | 1 | -0/+1 |
|
|
* | Turn SyntasWarning into SyntaxError for all code entered | Guido van Rossum | 2001-03-26 | 1 | -1/+12 |
|
|
* | Make this IDLE version 0.8. (We have to skip 0.7 because that was a | Guido van Rossum | 2001-03-22 | 1 | -1/+1 |
|
|
* | Don't use __debug__ as if it were some module global. Use DEBUG | Guido van Rossum | 2001-03-22 | 1 | -15/+15 |
|
|
* | Get rid of hardcoded Python path (can't guess where the user installed | Tim Peters | 2001-03-10 | 1 | -1/+1 |
|
|
* | 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 |
|
|