1. 1eafd10 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 11 years ago
  2. 0803a39 #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 11 years ago
  3. 7733be8 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 11 years ago
  4. 6b2918a #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 11 years ago
  5. 0ef392c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 11 years ago
  6. cca5548 merge with 3.3.1 release clone by Georg Brandl · 11 years ago
  7. 2fd4abe merge with 3.2 branch by Georg Brandl · 11 years ago
  8. 9aa23c5 Bump to 3.3.1. by Georg Brandl · 11 years ago
  9. 8bc7e31 Bump to 3.2.4. by Georg Brandl · 11 years ago
  10. 38546ee close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 11 years ago
  11. 7684fa8 close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 11 years ago
  12. cf658c2 close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 11 years ago
  13. 6b7a5ae #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 11 years ago
  14. 0d28a61 #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 11 years ago
  15. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 11 years ago
  16. 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 11 years ago
  17. c35151c #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 11 years ago
  18. cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 11 years ago
  19. 420e2d8 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 11 years ago
  20. 71c9e1a #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 11 years ago
  21. 6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 11 years ago
  22. d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 11 years ago
  23. 3262223 Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 11 years ago
  24. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 11 years ago
  25. d08d0b1 Bump to 3.3.1rc1. by Georg Brandl · 11 years ago
  26. b673d99 Bump to 3.2.4rc1. by Georg Brandl · 11 years ago
  27. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  28. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  29. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  30. 4234992 Keep IDLE from displaying spurious SystemExit tracebacks by Raymond Hettinger · 11 years ago
  31. 705ef7a Issue #17114: IDLE now uses non-strict config parser. by Serhiy Storchaka · 11 years ago
  32. 8995300 Issue #17114: IDLE now uses non-strict config parser. by Serhiy Storchaka · 11 years ago
  33. b1b3c0d Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 11 years ago
  34. 39e70a4 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 11 years ago
  35. 69db587 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  36. 74fe9f3 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  37. 7131749 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  38. 78470b4 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  39. eb6aa5c Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  40. 8c126d7 Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  41. 64df4a1 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  42. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  43. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  44. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  45. af72f9e Issue #16629: Merge IDLE test fix from 3.2. by Chris Jerdonek · 12 years ago
  46. 1751968 Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. by Chris Jerdonek · 12 years ago
  47. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  48. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  49. b6d24d9 Issue #15853: merge 3.2 -> 3.3 by Ned Deily · 12 years ago
  50. fdf0f27 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  51. d2cc1bb Issue #10405: merge from 3.2 by Ned Deily · 12 years ago
  52. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  53. bfbf3f1 Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) by Ned Deily · 12 years ago
  54. eb0314f Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  55. 4ca222d Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  56. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  57. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 12 years ago
  58. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
  59. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 12 years ago
  60. 6aaa03a Issue #15678: Fix menu customization for IDLE started from OS X by Ned Deily · 12 years ago
  61. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 12 years ago
  62. fa556bd Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  63. 5ad514d Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  64. 233f684 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  65. 06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  66. eb00d09 Issue #14018: merge by Ned Deily · 12 years ago
  67. c556c64 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 12 years ago
  68. 0994148 merge 3.2 by Martin v. Löwis · 12 years ago
  69. 30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  70. f4b341b merge 3.2 by Martin v. Löwis · 12 years ago
  71. c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  72. 9abc830 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 11 years ago
  73. eebcb5f Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  74. 1422442 Issue #16819: IDLE method completion now correctly works for unicode literals. by Serhiy Storchaka · 12 years ago
  75. 10e93a6 Issue #14958: backport to 2.7.x from 3.3 (patch by Roger Serwy) by Ned Deily · 12 years ago
  76. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  77. d8590ff Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  78. 5018db7 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  79. e3d4712 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  80. c859bd2 Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  81. 45c0766 Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  82. 8ba844a Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  83. 8a15c37 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  84. 38df514 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 12 years ago
  85. e2b5624 Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  86. 3e0cc0f Use _RPCFile.write properly. by Martin v. Löwis · 12 years ago
  87. 67097fd Use _RPCFile.write properly. by Martin v. Löwis · 12 years ago
  88. 1ba3218 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 12 years ago
  89. c276165 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 12 years ago
  90. dbde886 Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  91. 8a75bed Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  92. c65ef9b Issue #4832: Modify IDLE to save files with .py extension by by Ned Deily · 12 years ago
  93. fa0989f merge 3.2 by Martin v. Löwis · 12 years ago
  94. ff40aa7 merge 3.2 by Martin v. Löwis · 12 years ago
  95. 9ba4545 merge 3.2 by Martin v. Löwis · 12 years ago
  96. f8fc674 Issue 13532: Allow bytearrays to be written also. by Terry Jan Reedy · 12 years ago
  97. 9e6bf1a Widen test to support unicode. by Martin v. Löwis · 12 years ago
  98. e8e4e14 - Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 12 years ago
  99. 7df5e58 merge 3.2 by Martin v. Löwis · 12 years ago
  100. 1d0f6dd normalize whitespace by Martin v. Löwis · 12 years ago