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