1. 6d965b3 bpo-36958: In IDLE, print exit message (GH-13435) by Terry Jan Reedy · 5 years ago
  2. 06e2029 bpo-33907: Rename an IDLE module and class. (GH-7807) by Terry Jan Reedy · 6 years ago
  3. 1e2fcac bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703) by Terry Jan Reedy · 7 years ago
  4. de86073 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) by Zane Bitter · 7 years ago
  5. a96c96f bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639) by Serhiy Storchaka · 7 years ago
  6. 188aedf bpo-25514: Improve IDLE's connection refused message (#2177) by terryjreedy · 7 years ago
  7. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  8. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  9. 41bc067 Issue #25507: Merge from 3.5 with ttk replacing colorchooser. by Terry Jan Reedy · 8 years ago
  10. ff1d5ab Issue #25507: IDLE no longer runs buggy code because of its tkinter imports. by Terry Jan Reedy · 8 years ago
  11. 6cf0e13 Issue #25507: Move 4 objects from pyshell to run and switch inports. by Terry Jan Reedy · 8 years ago
  12. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  13. 3be2e54 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 9 years ago
  14. 038c16b Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  15. a92bfa4 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  16. 95a3f11 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 11 years ago
  17. 912bad7 Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch. by Terry Jan Reedy · 11 years ago
  18. b28a375 Issue #18081: Workaround "./python -m test_idle test_logging" failure by Victor Stinner · 11 years ago
  19. 6d844c5 #18196: merge with 3.3 by Roger Serwy · 11 years ago
  20. f467521 #18196: Avoid displaying spurious SystemExit tracebacks. by Roger Serwy · 11 years ago
  21. fbb9152 Issue #17838: merge with 3.3 by Georg Brandl · 11 years ago
  22. 0d4931e prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  23. 4c9bae3 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 11 years ago
  24. b1b3c0d Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 11 years ago
  25. 39e70a4 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 11 years ago
  26. df558cb Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  27. 7131749 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  28. 78470b4 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  29. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  30. f4b341b merge 3.2 by Martin v. Löwis · 12 years ago
  31. c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  32. 67097fd Use _RPCFile.write properly. by Martin v. Löwis · 12 years ago
  33. c276165 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 12 years ago
  34. 8a75bed Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  35. fa0989f merge 3.2 by Martin v. Löwis · 12 years ago
  36. ff40aa7 merge 3.2 by Martin v. Löwis · 12 years ago
  37. 9ba4545 merge 3.2 by Martin v. Löwis · 12 years ago
  38. 7df5e58 merge 3.2 by Martin v. Löwis · 12 years ago
  39. 1d0f6dd normalize whitespace by Martin v. Löwis · 12 years ago
  40. 79007fa merge 3.2 by Martin v. Löwis · 12 years ago
  41. 9ae3f7a Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 12 years ago
  42. 753445a Issue #989712: update the code to process tkinter messages in IDLE by Andrew Svetlov · 12 years ago
  43. cd49d53 Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well as subprecess. by Andrew Svetlov · 12 years ago
  44. 05bab93 Issue #14200: Idle shell crash on printing non-BMP unicode character. by Andrew Svetlov · 12 years ago
  45. a2251aa Issue #989712: Support using Tk without a mainloop. by Andrew Svetlov · 12 years ago
  46. 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  47. 8fc98c3 Convert print to Py3 by Kurt B. Kaiser · 15 years ago
  48. e67842a Merged revisions 71023 via svnmerge from by Kurt B. Kaiser · 15 years ago
  49. bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. by Amaury Forgeot d'Arc · 16 years ago
  50. efae8c4 #4383: UnboundLocalError when IDLE cannot connect to its subprocess. by Amaury Forgeot d'Arc · 16 years ago
  51. 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
  52. 71088cc fix #3628; idle wouldn't start because of a typo by Benjamin Peterson · 16 years ago
  53. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  54. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  55. 15a51e3 Fix Queue -> queue. by Georg Brandl · 16 years ago
  56. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  57. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  58. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  59. f609a34 help() was not paging to the shell. Issue1650. by Kurt B. Kaiser · 17 years ago
  60. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  61. 6464d47 In followup to #1310: Remove more exception indexing. by Georg Brandl · 17 years ago
  62. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  63. c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
  64. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  65. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  66. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  67. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  68. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  69. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  70. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  71. 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 19 years ago
  72. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  73. e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 20 years ago
  74. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 20 years ago
  75. af3eb87 Added a Tk error dialog to run.py inform the user if the subprocess can't by Kurt B. Kaiser · 20 years ago
  76. e9802a3 - Print correct exception even if source file changed since shell was by Kurt B. Kaiser · 21 years ago
  77. 924f616 - After an exception, run.py was not setting the exception vector. Noam by Kurt B. Kaiser · 21 years ago
  78. bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 21 years ago
  79. b3a0a66 Remove the 2.2 compatibility module boolcheck.py and related code by Kurt B. Kaiser · 21 years ago
  80. 93e8e54 Interrupt module has been folded into the thread module by Kurt B. Kaiser · 21 years ago
  81. 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 21 years ago
  82. 9f36609 Modify the remote stack viewer to work in the threaded subprocess. by Kurt B. Kaiser · 21 years ago
  83. 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 21 years ago
  84. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  85. a2792be Show Freddy the mirror by Kurt B. Kaiser · 21 years ago
  86. aa6b856 On Windows the subprocess was not exiting during a restart. by Kurt B. Kaiser · 21 years ago
  87. 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 21 years ago
  88. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 21 years ago
  89. 11c53e2 M PyShell.py M run.py by Kurt B. Kaiser · 21 years ago
  90. 7c22132 M rpc.py by Kurt B. Kaiser · 21 years ago
  91. b6aff15 SF 695861 by Kurt B. Kaiser · 21 years ago
  92. 86bc464 M rpc.py M run.py by Kurt B. Kaiser · 21 years ago
  93. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 21 years ago
  94. f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
  95. 5afa1df M CallTips.py Add support for getting calltip from subprocess, by Kurt B. Kaiser · 22 years ago
  96. adc6384 1. Revert subprocess environment clearing, will restart subprocess by Kurt B. Kaiser · 22 years ago
  97. 8dcdb77 GvR provided solution to the socket rebinding timeout problem. by Kurt B. Kaiser · 22 years ago
  98. d694c1f Reset the Python execution server environment to its initial value prior by Kurt B. Kaiser · 22 years ago
  99. b417936 Reverse the RPC socket connection: Python execution server connects to by Kurt B. Kaiser · 22 years ago
  100. ffd3a42 Shutdown subprocess debugger and associated Proxies/Adapters when closing by Kurt B. Kaiser · 22 years ago