- a3c253e Removing new files accidentally checked in on the trunk rather than on the by Guido van Rossum · 22 years ago
- 767d9fe Add back files that were accidentally deleted on the trunk rather than by Guido van Rossum · 22 years ago
- 57cd21f Checking in IDLEFORK exactly as it appears in the idlefork CVS. by Guido van Rossum · 22 years ago
- 96bf0d7 Kurt pointed out another method affected by the changes to pyclbr.py. by Raymond Hettinger · 22 years ago
- 18acea7 SF bug #668906: class browser raises AttributeError by Raymond Hettinger · 22 years ago
- 2206cd1 Properly find and install icons even if calling setup.py from the build dir. by Martin v. Löwis · 22 years ago
- a9cfa55 SF bug #652933 (for IdleFork): Open Module "math" Fails by Raymond Hettinger · 22 years ago
- a1962d6 Get rid of 1.5.2 compatibility hack. :-) by Guido van Rossum · 22 years ago
- 1644986 Clarify the meaning of "requires Python 1.5.2". by Raymond Hettinger · 22 years ago
- dc46175 Add --check-tkinter to setup.py. Install IDLE. Fixes #634078. by Martin v. Löwis · 22 years ago
- eb58f5d Use column= rather than col=; with Tk 8.4 col= no longer works. by Guido van Rossum · 22 years ago
- 40b11b8 Support sdist. by Martin v. Löwis · 22 years ago
- a39a445 Remove unnecessary imports by Neal Norwitz · 22 years ago
- 089061f Remove unused local variables by Neal Norwitz · 22 years ago
- a59ab05 Remove unnecessary imports by Neal Norwitz · 22 years ago
- aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
- b2c729f Extended IDLE's open module menu item to handle hierarchical module names. by Raymond Hettinger · 22 years ago
- 280488b Whitespace normalization. by Tim Peters · 22 years ago
- 75ea1e1 Convert characters from the locale's encoding on output. by Martin v. Löwis · 22 years ago
- 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
- eade4a1 Patch #590913: PEP 263 support. by Martin v. Löwis · 22 years ago
- 5428fff Use ascii_letters to avoid UnicodeErrors. by Martin v. Löwis · 22 years ago
- f8c8cf8 Get rid of _expand() altogether - the match object supports m.expand(). by Guido van Rossum · 22 years ago
- 77f6ccd The test for re.engine was misfiring because re.engine is no longer by Guido van Rossum · 22 years ago
- 2ca7862 Add primitive printing support for Unix and Windows. by Guido van Rossum · 22 years ago
- 2498972 Use self.__class__ to instantiate a TreeNode item recursively, to by Guido van Rossum · 22 years ago
- 7f7d5bf Patch 543222. Disable script bindings in shell window. by Raymond Hettinger · 22 years ago
- 8eaa3ad Patches 558535. The standard Windows binding for Edit Select All by Raymond Hettinger · 22 years ago
- 32b069c SF bug 546078: IDLE calltips cause application error. by Tim Peters · 23 years ago
- f90d529 Provisional fix for writefile() [SF bug # 541730]. by Guido van Rossum · 23 years ago
- dcd2dc2 Patch #540583: Open MS Help Docs if available. by Martin v. Löwis · 23 years ago
- bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
- b622a81 use -kb on idle/Icons/minusnode.gif ("cvs up" kept checking it out all by Fredrik Lundh · 23 years ago
- 30efbcc Fix by Edward K Ream to make breakpoints work on Windows: insert a by Guido van Rossum · 23 years ago
- dc13517 Patch #520483: Make IDLE OutputWindow handle Unicode. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
- bd8ce79 smart_backspace_event(): remove now-pointless int() call. by Tim Peters · 23 years ago
- 64e9d61 Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart by Guido van Rossum · 23 years ago
- 4509168 classifyws(): Fix a "/" to work under -Qnew (as well as without it). by Tim Peters · 23 years ago
- 342d8f7 Update outdated text about how to fix the font. by Guido van Rossum · 23 years ago
- a2e2dbe Improve handling of docstrings. I had feared this was a case of by Tim Peters · 23 years ago
- 38507ae Finally fix SF bug #441172, using a variant of patch ##443626: by Guido van Rossum · 23 years ago
- 6113d35 Patch #422471: Install IDLE Help File by Martin v. Löwis · 23 years ago
- 44b1e7d Fix for SF bug #448835. by Guido van Rossum · 23 years ago
- 1fbad00 Oops, this file was apparently never added to the repository. Now it is. by Jack Jansen · 23 years ago
- 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
- cd694c4 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
- 4269601 Amazing. A very subtle change in policy in descr-branch actually by Guido van Rossum · 23 years ago
- 82ac8d1 Taught IDLE's autoident parser that "yield" is a keyword that begins a by Tim Peters · 23 years ago
- ac4797a Make copy, cut and paste events case insensitive. Reported by Patrick by Guido van Rossum · 23 years ago
- d993c87 Quick update to the extension mechanism (extend.py is gone, long live by Guido van Rossum · 23 years ago
- e9d7f07 Refactored, with some future plans in mind. by Guido van Rossum · 23 years ago
- 6cb7a21 Move the action of loading the configuration to the IdleConf module by Guido van Rossum · 23 years ago
- 8451ebb Delete goodname() method, which is unused. by Guido van Rossum · 23 years ago
- 223ac0a Remove BrowserControl module; this had been left in for Python 1.5.2 support. by Fred Drake · 24 years ago
- 6e06531 Remove legacy support for the BrowserControl module; the webbrowser by Fred Drake · 24 years ago
- 301ab7f Initialize new save_warnings_filters data member in ModifiedInterpreter.__init__. by Tim Peters · 24 years ago
- b4ce430 Turn SyntasWarning into SyntaxError for all code entered interactively. by Guido van Rossum · 24 years ago
- 53f5968 Make this IDLE version 0.8. (We have to skip 0.7 because that was a by Guido van Rossum · 24 years ago
- 3cc1250 Don't use __debug__ as if it were some module global. Use DEBUG instead. by Guido van Rossum · 24 years ago
- 401396f Get rid of hardcoded Python path (can't guess where the user installed by Tim Peters · 24 years ago
- f5d2fdf Hack to make this still work with Python 1.5.2. ;-( by Fred Drake · 24 years ago
- 670fa52 Whitespace normalization. by Tim Peters · 24 years ago
- 1eab002 move "from Tkinter import *" to module level by Jeremy Hylton · 24 years ago
- 646ddec Allow installation of IDLE via distutils (patch #103138). by Martin v. Löwis · 24 years ago
- d5d2cd1 Color all word instances of "as" after "import", & on the same line, as if by Tim Peters · 24 years ago
- 9d593a5 This still mentioned IdlePrefs.py as the place to edit color by Guido van Rossum · 24 years ago
- 70c4378 Whitespace normalization. by Tim Peters · 24 years ago
- ef92edd Make the test program work outside IDLE. by Guido van Rossum · 24 years ago
- b19f1e3 Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2). by Guido van Rossum · 24 years ago
- 88b5ae0 Fixed snake logo and minus image by Daniel Calvelo. by Guido van Rossum · 24 years ago
- e752baa Add IDLE wish: access items of arrays by Guido van Rossum · 24 years ago
- f2fba87 Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). The by Tim Peters · 24 years ago
- f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
- bdd9017 Fix typo (newtabwith). by Guido van Rossum · 24 years ago
- f8d0713 Temporary fix for Bug #114821. by Guido van Rossum · 24 years ago
- 3634112 Include the filename in the errror message for F5 without saving. by Guido van Rossum · 24 years ago
- 10515b6 main(): Move hackery of sys.argv until after the Tk instance has been by Fred Drake · 24 years ago
- fa6013c Don't emit 8 lines of (c) information at startup -- use the same text as main.c. by Guido van Rossum · 24 years ago
- 3637799 Update to use the new standard webbrowser module if available, otherwise by Fred Drake · 24 years ago
- 6cd948e Rename the "browser" module to "BrowserControl", since Guido did not by Fred Drake · 24 years ago
- 8638ace EditorWindow.python_docs(): by Fred Drake · 24 years ago
- 95a4000 Collection of classes and convenience functions to control external by Fred Drake · 24 years ago
- bd7b8b3 Minor edit of leading comments: 'the the' --> 'the', quoted 'enable' by Fred Drake · 25 years ago
- e39a88f Two more items. by Guido van Rossum · 25 years ago
- d6904ea Use a better approach to locating IDLE's default configuration, by Fred Drake · 25 years ago
- fa9ef18 Just in case someone wants to use this, let's fix the pathname. by Guido van Rossum · 25 years ago
- e0dd301 Removed two files that were added temporarily. by Guido van Rossum · 25 years ago
- b8f512b Bump version to 0.6 for the event of the Python 1.6 alpha 1 release. by Guido van Rossum · 25 years ago
- 7f1cd29 Tim Peters writes: by Guido van Rossum · 25 years ago
- 329e4be a simple client-server framework for executing code in a different process by Jeremy Hylton · 25 years ago
- 9de9883 Override the Undo delegator to forbid any changes before the I/O mark. by Guido van Rossum · 25 years ago
- 6fbd1f8 replace : with = by Jeremy Hylton · 25 years ago
- ae1f3bd rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 25 years ago
- 6b3edf0 rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 25 years ago
- ba23bed Tweak the goto file/line command (in the right button menu in PyShell by Guido van Rossum · 25 years ago
- 801296c Added a bunch of TODO items that recently came up in the idle-dev list. by Guido van Rossum · 25 years ago
- fd6315e If we're in the current input and there's only whitespace beyond the by Guido van Rossum · 25 years ago
- 9cb083b Defer all the work to idle.py, which has recently become too by Guido van Rossum · 25 years ago
- 7f3cfd5 In getdef(), don't die when the section doesn't exist. by Guido van Rossum · 25 years ago
- 074d6e1 Don't use 1.6-isms (s.startswith()) -- we want to distribute this by Guido van Rossum · 25 years ago