1. f198ac2 Issue #3926: Fix the usage of the new showwarnings and formatwarning. by Guilherme Polo · 16 years ago
  2. 013d6cc Allow multiple IDLE GUI/subprocess pairs to exist by Kurt B. Kaiser · 16 years ago
  3. bf3f69e Remove startup firewall message. That is handled by an error dialog by Raymond Hettinger · 16 years ago
  4. b76444b use new showwarnings signature for idle #3391 by Benjamin Peterson · 17 years ago
  5. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  6. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
  7. 93cdae5 Home / Control-A toggles between left margin and end of leading white by Kurt B. Kaiser · 17 years ago
  8. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  9. 85897c9 Remove unused theme that was causing a fault in p3k. by Kurt B. Kaiser · 18 years ago
  10. dddeb0e Clean up ModifiedInterpreter.runcode() structure by Kurt B. Kaiser · 18 years ago
  11. d076153 Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 19 years ago
  12. e0b6735 Add comment explaining that error msgs may be due to user code when by Kurt B. Kaiser · 19 years ago
  13. 7ae3548 File menu hotkeys: there were three 'p' assignments. Reassign the by Kurt B. Kaiser · 19 years ago
  14. f137e1d Get quit() and exit() to work cleanly when not using subprocess. by Kurt B. Kaiser · 19 years ago
  15. d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 19 years ago
  16. cd3d8be Retrieval of previous shell command was not always preserving indentation by Kurt B. Kaiser · 19 years ago
  17. be332e4 As a slight enhancement to the previous checkin, improve the by Kurt B. Kaiser · 19 years ago
  18. 312e5af 1. When used w/o subprocess, all exceptions were preceeded by an error by Kurt B. Kaiser · 19 years ago
  19. b3c4d16 EditorWindow failed when used stand-alone if sys.ps1 not set. by Kurt B. Kaiser · 19 years ago
  20. 4f96f1f Whitespace normalization. by Tim Peters · 19 years ago
  21. 19302d9 This patch improves the L&F of IDLE on OSX. The changes are conditionalized on by Ronald Oussoren · 19 years ago
  22. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  23. 6203196 Remove unused import by Neal Norwitz · 20 years ago
  24. 8fa7eb5 Remove dead code M IdleHistory.py M PyShell.py by Kurt B. Kaiser · 20 years ago
  25. a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 20 years ago
  26. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 20 years ago
  27. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 20 years ago
  28. 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 20 years ago
  29. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  30. f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 21 years ago
  31. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 21 years ago
  32. d916142 whitespace normalization by Skip Montanaro · 21 years ago
  33. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 21 years ago
  34. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 21 years ago
  35. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 21 years ago
  36. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  37. 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
  38. af3eb87 Added a Tk error dialog to run.py inform the user if the subprocess can't by Kurt B. Kaiser · 21 years ago
  39. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  40. b785518 IDLE didn't start correctly when Python was installed in "Program Files" by Kurt B. Kaiser · 22 years ago
  41. 220fecf Added a banner to the shell startup message discussing possible by Kurt B. Kaiser · 22 years ago
  42. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 22 years ago
  43. bea57c6 SF Bug 767794 "Break or continue outside loop causes crash" by Kurt B. Kaiser · 22 years ago
  44. bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 22 years ago
  45. 9e8b828 Support testing in .../Lib/idlelib when calling <python PyShell.py> by Kurt B. Kaiser · 22 years ago
  46. b3a0a66 Remove the 2.2 compatibility module boolcheck.py and related code by Kurt B. Kaiser · 22 years ago
  47. ae8bbff Remove reference to IDLEfork by Kurt B. Kaiser · 22 years ago
  48. 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 22 years ago
  49. 9f36609 Modify the remote stack viewer to work in the threaded subprocess. by Kurt B. Kaiser · 22 years ago
  50. 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 22 years ago
  51. 8d1f11b Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py by Kurt B. Kaiser · 22 years ago
  52. 6f80594 Improved the RESTART annotation in the shell window when the user by Kurt B. Kaiser · 22 years ago
  53. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 22 years ago
  54. 88957d8 Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until by Kurt B. Kaiser · 22 years ago
  55. 11659ad 1. When a module is run from an EditorWindow, if its directory is not in by Kurt B. Kaiser · 22 years ago
  56. 8f570a7 1. Add a command line switch to run without the subprocess by Kurt B. Kaiser · 22 years ago
  57. 5db4843 1. Make the startup more robust by not spawning the subprocess if IDLE by Kurt B. Kaiser · 22 years ago
  58. 7f38ec0 1. Restore the capability to run and debug without a subprocess. by Kurt B. Kaiser · 22 years ago
  59. 2398d57 1. The command-line arguments for subprocesses no longer need to be by Tony Lownds · 22 years ago
  60. 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 22 years ago
  61. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 22 years ago
  62. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 22 years ago
  63. 11c53e2 M PyShell.py M run.py by Kurt B. Kaiser · 22 years ago
  64. 9ac783d M PyShell.py M rpc.py Improve exception handing if peer process has terminated. by Kurt B. Kaiser · 22 years ago
  65. b248733 SF 693333 by Kurt B. Kaiser · 22 years ago
  66. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  67. 8cd0def M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  68. bc28613 M PyShell.py M RemoteDebugger.py M rpc.py by Kurt B. Kaiser · 22 years ago
  69. 4cc5ef5 M Bindings.py M PyShell.py M config-keys.def M configHandler.py by Kurt B. Kaiser · 22 years ago
  70. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  71. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  72. 4ada7ad M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  73. b693f8e Move boolcheck before import of other IDLE modules by Tony Lownds · 22 years ago
  74. f4f4276 M PyShell.py M idle M idle.py M idle.pyw M setup.py by Kurt B. Kaiser · 22 years ago
  75. a2a3cb2 IDLE should exit if it fails to connect with the execution server by Kurt B. Kaiser · 22 years ago
  76. 11220fa 1. RPC stack levels were not pruned from traceback unless IDLE was started by Kurt B. Kaiser · 22 years ago
  77. 103ee91 Move boolcheck to PyShell by Tony Lownds · 22 years ago
  78. da4d3c1 M MANIFEST.in M PyShell.py M idlever.py M setup.py by Kurt B. Kaiser · 22 years ago
  79. ff002b9 When IDLE is installed and run from a startup script, the script's by Kurt B. Kaiser · 22 years ago
  80. dd70e1b M PyShell.py M idle M setup.py by Kurt B. Kaiser · 22 years ago
  81. f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
  82. 92b5ca3 M ColorDelegator.py M PyShell.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago
  83. 822a77f M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  84. bfed346 M Debugger.py M IOBinding.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  85. f06eed0 Rework the command line interface, incorporating the shell/edit by Kurt B. Kaiser · 22 years ago
  86. 0930c43 M PyShell.py 1. Format and print exceptions raised in user code. by Kurt B. Kaiser · 22 years ago
  87. f4c4f11 Add missing self for method call by Neal Norwitz · 22 years ago
  88. 6e44cc2 M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  89. 8188559 Correct an error introduced at Rev 1.30. The keyword arg is necessary by Kurt B. Kaiser · 22 years ago
  90. 69371d6 Set breakpoints on remote debugger by Chui Tey · 23 years ago
  91. a2adb0f Recalls breakpoints set in a file by Chui Tey · 23 years ago
  92. 45186c4 Implement Restoring Breakpoints in Subprocess Debugger by Kurt B. Kaiser · 23 years ago
  93. 5afa1df M CallTips.py Add support for getting calltip from subprocess, by Kurt B. Kaiser · 23 years ago
  94. f2324b9 Finding a suitable interpreter to spawn needed tweaking on the Mac by Tony Lownds · 23 years ago
  95. b976419 Fix bug I created during merge from Python-idle. by Kurt B. Kaiser · 23 years ago
  96. 6283398 Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  97. 837d15c Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  98. ee7afca MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 23 years ago
  99. 63857a4 M PyShell.py M RemoteDebugger.py M ScriptBinding.py by Kurt B. Kaiser · 23 years ago
  100. 8dcdb77 GvR provided solution to the socket rebinding timeout problem. by Kurt B. Kaiser · 23 years ago