1. b1b3c0d Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
  2. 39e70a4 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
  3. 69db587 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  4. 74fe9f3 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  5. 7131749 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  6. 78470b4 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  7. eb6aa5c Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  8. 8c126d7 Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  9. 64df4a1 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  10. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  11. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  12. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  13. af72f9e Issue #16629: Merge IDLE test fix from 3.2. by Chris Jerdonek · 12 years ago
  14. 1751968 Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. by Chris Jerdonek · 12 years ago
  15. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  16. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  17. b6d24d9 Issue #15853: merge 3.2 -> 3.3 by Ned Deily · 12 years ago
  18. fdf0f27 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  19. d2cc1bb Issue #10405: merge from 3.2 by Ned Deily · 12 years ago
  20. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  21. bfbf3f1 Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) by Ned Deily · 12 years ago
  22. eb0314f Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  23. 4ca222d Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  24. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  25. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 12 years ago
  26. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
  27. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 12 years ago
  28. 6aaa03a Issue #15678: Fix menu customization for IDLE started from OS X by Ned Deily · 12 years ago
  29. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 12 years ago
  30. fa556bd Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  31. 5ad514d Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  32. 233f684 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  33. 06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  34. eb00d09 Issue #14018: merge by Ned Deily · 12 years ago
  35. c556c64 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 12 years ago
  36. 0994148 merge 3.2 by Martin v. Löwis · 12 years ago
  37. 30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  38. f4b341b merge 3.2 by Martin v. Löwis · 12 years ago
  39. c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  40. 67097fd Use _RPCFile.write properly. by Martin v. Löwis · 12 years ago
  41. c276165 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 12 years ago
  42. 8a75bed Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  43. c65ef9b Issue #4832: Modify IDLE to save files with .py extension by by Ned Deily · 12 years ago
  44. fa0989f merge 3.2 by Martin v. Löwis · 12 years ago
  45. ff40aa7 merge 3.2 by Martin v. Löwis · 12 years ago
  46. 9ba4545 merge 3.2 by Martin v. Löwis · 12 years ago
  47. 7df5e58 merge 3.2 by Martin v. Löwis · 12 years ago
  48. 1d0f6dd normalize whitespace by Martin v. Löwis · 12 years ago
  49. 79007fa merge 3.2 by Martin v. Löwis · 12 years ago
  50. 9ae3f7a Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 12 years ago
  51. cc4cffb Merge with 3.2 Issue 12510 by Terry Jan Reedy · 12 years ago
  52. 44dea9d Issue 12510: Delete actual first param name for all methods; revise tests. by Terry Jan Reedy · 12 years ago
  53. d08cec6 Bump version to 3.3.0b1. by Georg Brandl · 12 years ago
  54. 474eb23 merge 3.2 by Martin v. Löwis · 12 years ago
  55. 993fe3f Issue #14937: Fix typo. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  56. 571ee57 Merge from 3.2, #12510 by Terry Jan Reedy · 12 years ago
  57. 2a2ce4f Issue #12510: Revise and triple # of calltip tests, with an eye to unittest by Terry Jan Reedy · 12 years ago
  58. f209407 merge 3.2 by Martin v. Löwis · 12 years ago
  59. 9f44a66 PEP 3131: support non-ASCII characters in auto-completion of identifiers. by Martin v. Löwis · 12 years ago
  60. 97aa21b Do not try to insert control characters. by Martin v. Löwis · 12 years ago
  61. 428d161 Drop unused constant. by Martin v. Löwis · 12 years ago
  62. 156989a Merge 3.2: issue #14937. by Martin v. Löwis · 12 years ago
  63. 862d13a Issue #14937: Perform auto-completion of filenames in strings even for non-ASCII filenames. by Martin v. Löwis · 12 years ago
  64. a317eef Merge with 3.2 #12510 by Terry Jan Reedy · 12 years ago
  65. e606e23 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 12 years ago
  66. 361baad Merge with 3.2 #10365 by Terry Jan Reedy · 12 years ago
  67. a948c79 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 12 years ago
  68. d3487be Issue #14962: merge by Ned Deily · 12 years ago
  69. 8b2a56b Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 12 years ago
  70. f0397b9 Bump version to 3.3.0a4. by Georg Brandl · 12 years ago
  71. 5e92a1e Issue #14958: Change IDLE systax highlighting to recognize all string and by Ned Deily · 12 years ago
  72. 01d63a6 Issue #10997: merge from 3.2 by Ned Deily · 12 years ago
  73. 3aee941 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 12 years ago
  74. c6aa93c Merge 3.2 #14929 by Terry Jan Reedy · 12 years ago
  75. e1c5087 Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping. by Terry Jan Reedy · 12 years ago
  76. 48fd1fe Merge 3.2 closes #12510 by Terry Jan Reedy · 12 years ago
  77. c5301ef Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 12 years ago
  78. f1ee788 Merge with 3.2 #10635 whitespace by Terry Jan Reedy · 12 years ago
  79. 3fde191 #10365 Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  80. 935d5eb Merge with 3.2 by Terry Jan Reedy · 12 years ago
  81. cd6b8c6 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 12 years ago
  82. 1a0df94 Merge Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  83. 809309a Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  84. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  85. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  86. 7f9d181 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  87. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 12 years ago
  88. fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 12 years ago
  89. aef82d3 IDLE was relying on implicit relative imports which have gone away in by Brett Cannon · 12 years ago
  90. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  91. 4403601 Bump to 3.2.3 final. by Georg Brandl · 12 years ago
  92. dfe980b Issue #8515: Set __file__ when run file in IDLE. by Andrew Svetlov · 12 years ago
  93. 73d2da4 Merge from 3.2 by Andrew Svetlov · 12 years ago
  94. 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 12 years ago
  95. 50af011 Bump to 3.3.0a2. by Georg Brandl · 12 years ago
  96. 78a0f20 Merge from 3.2 by Andrew Svetlov · 12 years ago
  97. f3c2976 update NEWS as Terry Reedy proposed by Andrew Svetlov · 12 years ago
  98. d3cebd7 Merge with 3.2 by Andrew Svetlov · 12 years ago
  99. 67ac079 Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>. by Andrew Svetlov · 12 years ago
  100. 1641bb7 Fix typo by Éric Araujo · 12 years ago