1. 987a02b Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  2. 1375538 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 11 years ago
  3. 23030db Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 11 years ago
  4. 163d7fb idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 11 years ago
  5. f8b7e78 Update 2.7 idlelib.configHandler and reduce differences from 3.4 code. by Terry Jan Reedy · 11 years ago
  6. 57ac623 Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code). by Terry Jan Reedy · 11 years ago
  7. b17c1e0 Update Idle's online doc url. by Terry Jan Reedy · 11 years ago
  8. bee003c Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 11 years ago
  9. a3acea3 Issue #22340: Fix Python 3 warnings in Python 2 tests by Victor Stinner · 11 years ago
  10. 3eb554f Issue #22221: Backported fixes from Python 3 (issue #18960). by Serhiy Storchaka · 11 years ago
  11. 855a1e9 Idle ColorDelegator: finish removing code for 'as'. by Terry Jan Reedy · 11 years ago
  12. 52ed755 Idle ColorDelegator: remove special case code for 'as' in import statements. by Terry Jan Reedy · 11 years ago
  13. c11633e Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 11 years ago
  14. 25327d4 Issue #14105: Stop removing breakpoints from Idle editors. by Terry Jan Reedy · 11 years ago
  15. ae41086 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 11 years ago
  16. 19b7a75 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 11 years ago
  17. 110796f Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 11 years ago
  18. af0dce9 Issue #21982: Add minimal unittest for configDialog with 46% coverage. by Terry Jan Reedy · 11 years ago
  19. 6e9a3ac Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7. by Terry Jan Reedy · 11 years ago
  20. e2c409f Issue #18592: Method return signature changes made to SearchDialogBase for by Terry Jan Reedy · 11 years ago
  21. d6c3163 Issue #18592: Make unittest for SearchDialogBase work on all tk versions. by Terry Jan Reedy · 11 years ago
  22. c03c110 #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  23. d11dde4 Issue #21940: add docstrings to idlelib.WidgetRedirector. by Terry Jan Reedy · 11 years ago
  24. 228b99e More idlelib cleanup inspired by pyflakes. by Terry Jan Reedy · 11 years ago
  25. 9bc5056 Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 11 years ago
  26. 6a0fe8d Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods by Terry Jan Reedy · 11 years ago
  27. 1530a82 whitespace by Terry Jan Reedy · 11 years ago
  28. 72eb075 Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
  29. fdbdcfe bump to 2.7.8 by Benjamin Peterson · 11 years ago
  30. aa608fd Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, by Terry Jan Reedy · 11 years ago
  31. fa3b9cc Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  32. 7c5318f Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav by Terry Jan Reedy · 11 years ago
  33. 357d312 whitespace by Terry Jan Reedy · 11 years ago
  34. 633c33b Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and by Terry Jan Reedy · 11 years ago
  35. ba301de Issue #12387: Add missing upper(lower)case versions of default Windows key by Terry Jan Reedy · 11 years ago
  36. c5767a6 Issue #21695: Catch AttributeError created when user closes grep output window by Terry Jan Reedy · 11 years ago
  37. 1d6a0c4 Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual by Terry Jan Reedy · 11 years ago
  38. 2ce98f8 whitespace by Terry Jan Reedy · 11 years ago
  39. 76cdcf7 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 11 years ago
  40. 7e1eb5c backed out 86ba41b7bb46 (#18910) for test breakage by Benjamin Peterson · 11 years ago
  41. ffd6576 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 11 years ago
  42. 5d1049c Issue #18910: test_textView - since all tests require 'gui', make root global. by Terry Jan Reedy · 11 years ago
  43. 90bcdd7 Issue #18292: s/tkinter/Tkinter/ by Zachary Ware · 11 years ago
  44. 649570a whitespace by Terry Jan Reedy · 11 years ago
  45. 562495a Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
  46. 6e66cb0 Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 11 years ago
  47. ee0b672 Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger. by Terry Jan Reedy · 11 years ago
  48. 8ba9e45 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
  49. 9ce635f Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 11 years ago
  50. f74805b Issue #21477: Update htest docstring and remove extraneous differences between by Terry Jan Reedy · 11 years ago
  51. 15e5a16 merge 2.7.7 release branch by Benjamin Peterson · 11 years ago
  52. 9c70397 bump to 2.7.7 final by Benjamin Peterson · 11 years ago
  53. 76916e8 Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. by Terry Jan Reedy · 11 years ago
  54. d0d4f2d Issue #21477: Add htests for Search and Replace dialogs. by Terry Jan Reedy · 11 years ago
  55. 985ef28 Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 11 years ago
  56. 62012fc Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 11 years ago
  57. 4345846 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 11 years ago
  58. 996bf48 bump to 2.7.7rc1 by Benjamin Peterson · 11 years ago
  59. fb371af Issue #18104: revise docstrings, remove obsolete comments. by Terry Jan Reedy · 11 years ago
  60. c594596 whitespace by Terry Jan Reedy · 11 years ago
  61. 00b0bd5 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 11 years ago
  62. 46b6c08 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 11 years ago
  63. 0edf52a Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 11 years ago
  64. 40e95df Issue #21029: IDLE now colors print consistently as a keyword. by Raymond Hettinger · 11 years ago
  65. 57847df Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  66. 44fad46 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 11 years ago
  67. ac3dfc6 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
  68. 4ade2d2 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  69. 67908e9 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 12 years ago
  70. 3ac26c1 Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan). by Terry Jan Reedy · 12 years ago
  71. 0a600cf Idlelib & buildbots: suppress py3 deprecation message even if enabled. by Terry Jan Reedy · 12 years ago
  72. 8119c13 Idlelib: silence two buildbot Deprecation Warnings with better code. by Terry Jan Reedy · 12 years ago
  73. 1d9b921 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 12 years ago
  74. e7ec1be Idlelib.calltips: add test of starred first parameters. They should not be by Terry Jan Reedy · 12 years ago
  75. e7a72a1 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 12 years ago
  76. 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
  77. b190b33 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 12 years ago
  78. 82c48e0 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 12 years ago
  79. 21334e7 Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 12 years ago
  80. 0e2793c Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 12 years ago
  81. 598295c Issue #21222: Whitespace by Terry Jan Reedy · 12 years ago
  82. 02fd1fd Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py. by Terry Jan Reedy · 12 years ago
  83. 0b6b335 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 12 years ago
  84. 278543d Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 12 years ago
  85. 7057f3f Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE by Serhiy Storchaka · 12 years ago
  86. 2785195 2.7.6 final by Benjamin Peterson · 12 years ago
  87. e18b82d backport #19426 by Benjamin Peterson · 12 years ago
  88. 07ffc78 2.7.6rc1 by Benjamin Peterson · 12 years ago
  89. e4818f6 Remove the use of non-existing re.ASCII. by Serhiy Storchaka · 12 years ago
  90. e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python by Serhiy Storchaka · 12 years ago
  91. e03c74a Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 12 years ago
  92. 4c42735 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 12 years ago
  93. 41fca3e Issue #18489: idlelib.SearchEngine - add docstrings by Terry Jan Reedy · 12 years ago
  94. a81e969 Issue #18592: whitespace by Terry Jan Reedy · 12 years ago
  95. 9946a28 Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py). by Terry Jan Reedy · 12 years ago
  96. 5dd99eb #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  97. 1703df6 Issue #18732: Remove unused* parameter output_sep from IdleHistory.History by Terry Jan Reedy · 12 years ago
  98. 74b3290 Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport. by Terry Jan Reedy · 12 years ago
  99. 8ce36dd Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. by Terry Jan Reedy · 12 years ago
  100. b638a38 Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' by Terry Jan Reedy · 12 years ago