1. 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 12 years ago
  2. 8eab008 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 12 years ago
  3. 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 12 years ago
  4. 4234992 Keep IDLE from displaying spurious SystemExit tracebacks by Raymond Hettinger · 12 years ago
  5. 9abc830 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
  6. e2b5624 Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 13 years ago
  7. 3e0cc0f Use _RPCFile.write properly. by Martin v. Löwis · 13 years ago
  8. 1ba3218 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 13 years ago
  9. dbde886 Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
  10. f8fc674 Issue 13532: Allow bytearrays to be written also. by Terry Jan Reedy · 13 years ago
  11. 9e6bf1a Widen test to support unicode. by Martin v. Löwis · 13 years ago
  12. e8e4e14 - Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 13 years ago
  13. d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
  14. f198ac2 Issue #3926: Fix the usage of the new showwarnings and formatwarning. by Guilherme Polo · 16 years ago
  15. 4724f40 Remove port spec from run.py and fix bug where by Kurt B. Kaiser · 16 years ago
  16. b76444b use new showwarnings signature for idle #3391 by Benjamin Peterson · 17 years ago
  17. 9dc0a63 support the optional line argument for idle by Benjamin Peterson · 17 years ago
  18. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 17 years ago
  19. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  20. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
  21. 30ece44 Added stub for the Queue module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
  22. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  23. f30ba3d There was an error on exit if no sys.exitfunc was defined. Issue 1647. by Kurt B. Kaiser · 17 years ago
  24. c8f65e6 Allow interrupt only when executing user code in subprocess by Kurt B. Kaiser · 18 years ago
  25. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  26. 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 20 years ago
  27. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  28. e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 20 years ago
  29. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 21 years ago
  30. af3eb87 Added a Tk error dialog to run.py inform the user if the subprocess can't by Kurt B. Kaiser · 21 years ago
  31. e9802a3 - Print correct exception even if source file changed since shell was by Kurt B. Kaiser · 21 years ago
  32. 924f616 - After an exception, run.py was not setting the exception vector. Noam by Kurt B. Kaiser · 21 years ago
  33. bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 22 years ago
  34. b3a0a66 Remove the 2.2 compatibility module boolcheck.py and related code by Kurt B. Kaiser · 22 years ago
  35. 93e8e54 Interrupt module has been folded into the thread module by Kurt B. Kaiser · 22 years ago
  36. 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 22 years ago
  37. 9f36609 Modify the remote stack viewer to work in the threaded subprocess. by Kurt B. Kaiser · 22 years ago
  38. 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 22 years ago
  39. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 22 years ago
  40. a2792be Show Freddy the mirror by Kurt B. Kaiser · 22 years ago
  41. aa6b856 On Windows the subprocess was not exiting during a restart. by Kurt B. Kaiser · 22 years ago
  42. 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 22 years ago
  43. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 22 years ago
  44. 11c53e2 M PyShell.py M run.py by Kurt B. Kaiser · 22 years ago
  45. 7c22132 M rpc.py by Kurt B. Kaiser · 22 years ago
  46. b6aff15 SF 695861 by Kurt B. Kaiser · 22 years ago
  47. 86bc464 M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  48. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  49. f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
  50. 5afa1df M CallTips.py Add support for getting calltip from subprocess, by Kurt B. Kaiser · 23 years ago
  51. adc6384 1. Revert subprocess environment clearing, will restart subprocess by Kurt B. Kaiser · 23 years ago
  52. 8dcdb77 GvR provided solution to the socket rebinding timeout problem. by Kurt B. Kaiser · 23 years ago
  53. d694c1f Reset the Python execution server environment to its initial value prior by Kurt B. Kaiser · 23 years ago
  54. b417936 Reverse the RPC socket connection: Python execution server connects to by Kurt B. Kaiser · 23 years ago
  55. ffd3a42 Shutdown subprocess debugger and associated Proxies/Adapters when closing by Kurt B. Kaiser · 23 years ago
  56. 0e3a577 Polish RemoteDebugger code. by Kurt B. Kaiser · 23 years ago
  57. 5d2af63 GvR's rpc patch by Chui Tey · 23 years ago