| Commit message (Expand) | Author | Age | Files | Lines |
* | Add primitive printing support for Unix and Windows. | Guido van Rossum | 2002-06-10 | 5 | -0/+38 |
|
|
* | Use self.__class__ to instantiate a TreeNode item recursively, to | Guido van Rossum | 2002-05-27 | 1 | -1/+1 |
|
|
* | Patch 543222. Disable script bindings in shell window. | Raymond Hettinger | 2002-05-21 | 3 | -0/+5 |
|
|
* | Patches 558535. The standard Windows binding for Edit Select All | Raymond Hettinger | 2002-05-21 | 1 | -1/+1 |
|
|
* | SF bug 546078: IDLE calltips cause application error. | Tim Peters | 2002-04-22 | 1 | -0/+6 |
|
|
* | Provisional fix for writefile() [SF bug # 541730]. | Guido van Rossum | 2002-04-15 | 1 | -1/+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 | 6 | -23/+23 |
|
|
* | use -kb on idle/Icons/minusnode.gif ("cvs up" kept checking it out all | Fredrik Lundh | 2002-03-18 | 1 | -0/+0 |
|
|
* | Fix by Edward K Ream to make breakpoints work on Windows: insert a | Guido van Rossum | 2002-02-25 | 1 | -0/+1 |
|
|
* | Patch #520483: Make IDLE OutputWindow handle Unicode. | Martin v. Löwis | 2002-02-23 | 1 | -1/+1 |
|
|
* | smart_backspace_event(): remove now-pointless int() call. | Tim Peters | 2002-01-23 | 1 | -1/+1 |
|
|
* | Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart | Guido van Rossum | 2002-01-23 | 2 | -3/+3 |
|
|
* | 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 |
|
|