1. 67908e9 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 12 years ago
  2. 3ac26c1 Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan). by Terry Jan Reedy · 12 years ago
  3. 0a600cf Idlelib & buildbots: suppress py3 deprecation message even if enabled. by Terry Jan Reedy · 12 years ago
  4. 8119c13 Idlelib: silence two buildbot Deprecation Warnings with better code. by Terry Jan Reedy · 12 years ago
  5. 1d9b921 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 12 years ago
  6. e7ec1be Idlelib.calltips: add test of starred first parameters. They should not be by Terry Jan Reedy · 12 years ago
  7. e7a72a1 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 12 years ago
  8. 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
  9. b190b33 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 12 years ago
  10. 82c48e0 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 12 years ago
  11. 21334e7 Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 12 years ago
  12. 0e2793c Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 12 years ago
  13. 598295c Issue #21222: Whitespace by Terry Jan Reedy · 12 years ago
  14. 02fd1fd Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py. by Terry Jan Reedy · 12 years ago
  15. 0b6b335 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 12 years ago
  16. 278543d Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 12 years ago
  17. 7057f3f Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE by Serhiy Storchaka · 12 years ago
  18. 2785195 2.7.6 final by Benjamin Peterson · 12 years ago
  19. e18b82d backport #19426 by Benjamin Peterson · 12 years ago
  20. 07ffc78 2.7.6rc1 by Benjamin Peterson · 12 years ago
  21. e4818f6 Remove the use of non-existing re.ASCII. by Serhiy Storchaka · 12 years ago
  22. e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python by Serhiy Storchaka · 12 years ago
  23. e03c74a Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 12 years ago
  24. 4c42735 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 12 years ago
  25. 41fca3e Issue #18489: idlelib.SearchEngine - add docstrings by Terry Jan Reedy · 12 years ago
  26. a81e969 Issue #18592: whitespace by Terry Jan Reedy · 12 years ago
  27. 9946a28 Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py). by Terry Jan Reedy · 12 years ago
  28. 5dd99eb #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  29. 1703df6 Issue #18732: Remove unused* parameter output_sep from IdleHistory.History by Terry Jan Reedy · 12 years ago
  30. 74b3290 Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport. by Terry Jan Reedy · 12 years ago
  31. 8ce36dd Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. by Terry Jan Reedy · 12 years ago
  32. b638a38 Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' by Terry Jan Reedy · 12 years ago
  33. 3d35489 Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. by Terry Jan Reedy · 12 years ago
  34. f948943 Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 12 years ago
  35. 9ba8d6b Make all idle test case names end with 'Test'. by Terry Jan Reedy · 12 years ago
  36. aea6c11 Update gui section of idle test README. by Terry Jan Reedy · 12 years ago
  37. 09eb26f Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 12 years ago
  38. 3490655 Issue #18539: Calltips now work for float default arguments. by Terry Jan Reedy · 12 years ago
  39. f688f72 Backed out changeset: 23b0164b9c82 #18441 not working by Terry Jan Reedy · 12 years ago
  40. 2c636fd Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 12 years ago
  41. 14ef0c8 Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 12 years ago
  42. a25a31a Issue #18365: convert buildbot errors to skips. by Terry Jan Reedy · 12 years ago
  43. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 12 years ago
  44. e7cbd3f Issue #18365: 2.7 corrections so tests run by Terry Jan Reedy · 12 years ago
  45. fccb0d2 Issue #18365: normalize whitespace by Terry Jan Reedy · 12 years ago
  46. 16c1070 Issue #18365: Add mock Text class and test thereof versus tk.Text. by Terry Jan Reedy · 12 years ago
  47. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 12 years ago
  48. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 12 years ago
  49. d1caae8 Issue #18189: add test_delegator for Idle Delegator class. by Terry Jan Reedy · 12 years ago
  50. 7ab0c31 Issue 18189: remove unused methods in idlelib.Delegator.Delegator. by Terry Jan Reedy · 12 years ago
  51. 1d14246 Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 12 years ago
  52. 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 12 years ago
  53. 8eab008 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 12 years ago
  54. 223a22b #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 12 years ago
  55. 16ce43a #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 12 years ago
  56. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 12 years ago
  57. 8d6834a Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 12 years ago
  58. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 12 years ago
  59. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
  60. 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 12 years ago
  61. 0864944 bump version to 2.7.5 by Benjamin Peterson · 12 years ago
  62. 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 12 years ago
  63. 90f8b23 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 12 years ago
  64. 53dc4f0 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 12 years ago
  65. 789299f #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 12 years ago
  66. 4e9a705 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 12 years ago
  67. 231a8fd #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 12 years ago
  68. 75b249c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 12 years ago
  69. 9db0341 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  70. 376dd0e change version to 2.7.4 by Benjamin Peterson · 12 years ago
  71. bf51717 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  72. 167a96c close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
  73. ad8cad3 #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 12 years ago
  74. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
  75. 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
  76. cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 12 years ago
  77. 6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 12 years ago
  78. d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 12 years ago
  79. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 12 years ago
  80. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  81. 4234992 Keep IDLE from displaying spurious SystemExit tracebacks by Raymond Hettinger · 13 years ago
  82. 9abc830 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 13 years ago
  83. eebcb5f Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 13 years ago
  84. 1422442 Issue #16819: IDLE method completion now correctly works for unicode literals. by Serhiy Storchaka · 13 years ago
  85. 10e93a6 Issue #14958: backport to 2.7.x from 3.3 (patch by Roger Serwy) by Ned Deily · 13 years ago
  86. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 13 years ago
  87. d8590ff Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 13 years ago
  88. 5018db7 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
  89. e3d4712 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 13 years ago
  90. c859bd2 Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 13 years ago
  91. 45c0766 Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 13 years ago
  92. 8ba844a Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 13 years ago
  93. 8a15c37 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 13 years ago
  94. 38df514 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 13 years ago
  95. e2b5624 Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 13 years ago
  96. 3e0cc0f Use _RPCFile.write properly. by Martin v. Löwis · 13 years ago
  97. 1ba3218 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 13 years ago
  98. dbde886 Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
  99. f8fc674 Issue 13532: Allow bytearrays to be written also. by Terry Jan Reedy · 13 years ago
  100. 9e6bf1a Widen test to support unicode. by Martin v. Löwis · 13 years ago