- 4ce92b2 #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, by Ned Deily · 14 years ago
- 6086118 #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. by Ezio Melotti · 14 years ago
- fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 15 years ago
- 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
- 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
- e866c81 Merged revisions 71126 via svnmerge from by Kurt B. Kaiser · 16 years ago
- a2a8e8b Forward port r68985: Idle startup message. by Raymond Hettinger · 16 years ago
- 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
- 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
- 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
- 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 17 years ago
- 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 17 years ago
- f609a34 help() was not paging to the shell. Issue1650. by Kurt B. Kaiser · 17 years ago
- 8a78cad Shell was not colorizing due to bug introduced at r57998, Bug 1586. by Kurt B. Kaiser · 17 years ago
- 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
- 7cec252 1. Don't encode input strings to bytes. 2. Re-enable stderr redirection. by Kurt B. Kaiser · 17 years ago
- d082b6e os.getcwd() now returns a normal string (ie, unicode) by Neal Norwitz · 17 years ago
- 9a3b014 os.getcwd() is returning str8; sys.path items are str. by Kurt B. Kaiser · 17 years ago
- e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 17 years ago
- 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
- 98ff898 Expect that source strings are Unicode. by Martin v. Löwis · 17 years ago
- cbbe98f 1. Catch TypeError exception when writing to OutputWindow by Kurt B. Kaiser · 17 years ago
- 7378df7 Fix what appears to be a very old bug. Tkinter in struni is more intolerant by Kurt B. Kaiser · 17 years ago
- 6ae6ba0 Remove the None tag from tagdefs dict for now, appears inoperative and by Kurt B. Kaiser · 17 years ago
- 66aaf74 Fix remaining map() issues. by Kurt B. Kaiser · 17 years ago
- 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
- 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
- b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- 5dc0d97 Fix merge bug (lost line causing syntax error). by Guido van Rossum · 18 years ago
- cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
- 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 19 years ago
- b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
- 6203196 Remove unused import by Neal Norwitz · 19 years ago
- 8fa7eb5 Remove dead code M IdleHistory.py M PyShell.py by Kurt B. Kaiser · 19 years ago
- a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 19 years ago
- 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 20 years ago
- 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 20 years ago
- 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 20 years ago
- dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
- f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 20 years ago
- 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
- d916142 whitespace normalization by Skip Montanaro · 20 years ago
- 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 20 years ago
- 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 20 years ago
- 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 21 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- 7663729 There was an error in the Tk error dialog fix at Rev 1.84 which caused starting by Kurt B. Kaiser · 21 years ago
- af3eb87 Added a Tk error dialog to run.py inform the user if the subprocess can't by Kurt B. Kaiser · 21 years ago
- 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
- b785518 IDLE didn't start correctly when Python was installed in "Program Files" by Kurt B. Kaiser · 21 years ago
- 220fecf Added a banner to the shell startup message discussing possible by Kurt B. Kaiser · 21 years ago
- 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 21 years ago
- bea57c6 SF Bug 767794 "Break or continue outside loop causes crash" by Kurt B. Kaiser · 21 years ago
- bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 21 years ago
- 9e8b828 Support testing in .../Lib/idlelib when calling <python PyShell.py> by Kurt B. Kaiser · 21 years ago
- b3a0a66 Remove the 2.2 compatibility module boolcheck.py and related code by Kurt B. Kaiser · 21 years ago
- ae8bbff Remove reference to IDLEfork by Kurt B. Kaiser · 21 years ago
- 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 21 years ago
- 9f36609 Modify the remote stack viewer to work in the threaded subprocess. by Kurt B. Kaiser · 21 years ago
- 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 21 years ago
- 8d1f11b Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py by Kurt B. Kaiser · 21 years ago
- 6f80594 Improved the RESTART annotation in the shell window when the user by Kurt B. Kaiser · 21 years ago
- 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
- 88957d8 Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until by Kurt B. Kaiser · 21 years ago
- 11659ad 1. When a module is run from an EditorWindow, if its directory is not in by Kurt B. Kaiser · 21 years ago
- 8f570a7 1. Add a command line switch to run without the subprocess by Kurt B. Kaiser · 21 years ago
- 5db4843 1. Make the startup more robust by not spawning the subprocess if IDLE by Kurt B. Kaiser · 21 years ago
- 7f38ec0 1. Restore the capability to run and debug without a subprocess. by Kurt B. Kaiser · 21 years ago
- 2398d57 1. The command-line arguments for subprocesses no longer need to be by Tony Lownds · 22 years ago
- 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 22 years ago
- 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 22 years ago
- a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 22 years ago
- 11c53e2 M PyShell.py M run.py by Kurt B. Kaiser · 22 years ago
- 9ac783d M PyShell.py M rpc.py Improve exception handing if peer process has terminated. by Kurt B. Kaiser · 22 years ago
- b248733 SF 693333 by Kurt B. Kaiser · 22 years ago
- 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
- 8cd0def M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
- bc28613 M PyShell.py M RemoteDebugger.py M rpc.py by Kurt B. Kaiser · 22 years ago
- 4cc5ef5 M Bindings.py M PyShell.py M config-keys.def M configHandler.py by Kurt B. Kaiser · 22 years ago
- 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
- 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
- 4ada7ad M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
- b693f8e Move boolcheck before import of other IDLE modules by Tony Lownds · 22 years ago
- f4f4276 M PyShell.py M idle M idle.py M idle.pyw M setup.py by Kurt B. Kaiser · 22 years ago
- a2a3cb2 IDLE should exit if it fails to connect with the execution server by Kurt B. Kaiser · 22 years ago
- 11220fa 1. RPC stack levels were not pruned from traceback unless IDLE was started by Kurt B. Kaiser · 22 years ago
- 103ee91 Move boolcheck to PyShell by Tony Lownds · 22 years ago
- da4d3c1 M MANIFEST.in M PyShell.py M idlever.py M setup.py by Kurt B. Kaiser · 22 years ago
- ff002b9 When IDLE is installed and run from a startup script, the script's by Kurt B. Kaiser · 22 years ago
- dd70e1b M PyShell.py M idle M setup.py by Kurt B. Kaiser · 22 years ago
- f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
- 92b5ca3 M ColorDelegator.py M PyShell.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago