- c4dc43e Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
- ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
- 296c66e Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. by Terry Jan Reedy · 9 years ago
- a0b8a50 Issue #24212: Put reference in idle.__main__ to issue with explanation. by Terry Jan Reedy · 9 years ago
- 031d064 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. by Terry Jan Reedy · 9 years ago
- 75fb816 Issue #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
- 038c16b Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
- 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
- 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
- 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 10 years ago
- 9fa84b2 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 10 years ago
- 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 10 years ago
- 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
- fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 10 years ago
- e552906 Version bump for 3.4.3rc1. by Larry Hastings · 10 years ago
- ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
- 84d64a9 Issue #23184: delete unused idlelib file. by Terry Jan Reedy · 10 years ago
- df93869 Issue #20577: move configuration of FormatParagraph extension to new extension by Terry Jan Reedy · 10 years ago
- 049882e Issue 22823: Use set literal in idlelib. by Terry Jan Reedy · 10 years ago
- 81f01fb Update idlelib/NEWS.txt. by Terry Jan Reedy · 10 years ago
- a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 10 years ago
- f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
- cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
- 9a6f8e1 Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 10 years ago
- 380ec63 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 10 years ago
- 00bdce3 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 10 years ago
- ee3e561 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 10 years ago
- efc7258 Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 10 years ago
- 6b04dc9 Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
- ad0c57f Issue #21986: Idle now matches interpreter in not pickling user code objects. by Terry Jan Reedy · 10 years ago
- 4fe69ba Issue #20167: revise condition to accomodate message change. by Terry Jan Reedy · 10 years ago
- 8675799 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 10 years ago
- 92cb0a3 Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 10 years ago
- 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
- deb7bf1 idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 10 years ago
- dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
- 9e883ca Update Idle news for 3.4.2 (and 3.4.1). by Terry Jan Reedy · 10 years ago
- 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
- b6e1778 Update Idle's online doc url. by Terry Jan Reedy · 10 years ago
- 81b062f Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 10 years ago
- 37ed873 Idle ColorDelegator: finish removing code for 'as'. by Terry Jan Reedy · 10 years ago
- c1a723a Idle ColorDelegator: remove special case code for 'as' in import statements. by Terry Jan Reedy · 10 years ago
- 0726ddf Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 10 years ago
- da26cca Issue #14105: Stop removing breakpoints from Idle editors. by Terry Jan Reedy · 10 years ago
- 4036d87 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 10 years ago
- 2240533 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 10 years ago
- 7e55db2 Issue #17172: Add the ability to run turtledemo from Idle. by Terry Jan Reedy · 10 years ago
- e3416e6 Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 10 years ago
- 9b7f9e6 Issue #21765: Add support for non-ascii identifiers to HyperParser by Tal Einat · 10 years ago
- cfa8950 Issue #21982: Add minimal unittest for configDialog with 46% coverage. by Terry Jan Reedy · 10 years ago
- 5283c4e Issue #18592: Method return signature changes made to SearchDialogBase for by Terry Jan Reedy · 10 years ago
- 3740d58 Issue #18592: Make unittest for SearchDialogBase work on all tk versions. by Terry Jan Reedy · 10 years ago
- 223dd8d #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
- 7cca28f Issue #21940: add docstrings to idlelib.WidgetRedirector. by Terry Jan Reedy · 10 years ago
- 092b3cf More idlelib cleanup inspired by pyflakes. by Terry Jan Reedy · 10 years ago
- 44f09eb Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 10 years ago
- 8cefd08 Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods by Terry Jan Reedy · 10 years ago
- 525168b Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
- ede0573 Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, by Terry Jan Reedy · 10 years ago
- 14fbe72 Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
- 10b1c7c Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav by Terry Jan Reedy · 10 years ago
- d0c1ea4 whitespace by Terry Jan Reedy · 10 years ago
- 3e58330 Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and by Terry Jan Reedy · 10 years ago
- f54432e Issue #12387: Add missing upper(lower)case versions of default Windows key by Terry Jan Reedy · 10 years ago
- 4762382 Issue #21695: Catch AttributeError created when user closes grep output window by Terry Jan Reedy · 10 years ago
- c6a66cc whitespace by Terry Jan Reedy · 10 years ago
- 38ebdf5 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 10 years ago
- 4a3f135 Issue #18910: test_textView - since all tests require 'gui', make root global. by Terry Jan Reedy · 10 years ago
- 7be121f whitespace by Terry Jan Reedy · 10 years ago
- 537e2c8 Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
- 7936e6f Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 10 years ago
- e3fcfc2 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
- 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
- 078b8a8 Issue #21477: Update htest docstring and remove extraneous differences between by Terry Jan Reedy · 10 years ago
- 2e8234a Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. by Terry Jan Reedy · 10 years ago
- 0a4d13e Issue #21477: Add htests for Search and Replace dialogs. by Terry Jan Reedy · 10 years ago
- a2fc99e Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 10 years ago
- 1b392ff Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 10 years ago
- b7b56e9 merge heads by Terry Jan Reedy · 10 years ago
- ab4fd44 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 10 years ago
- 5c26a8a Version bump for 3.4.1. by Larry Hastings · 10 years ago
- 3a260d2 Merge. by Larry Hastings · 10 years ago
- 6936159 Issue #18104: revise docstrings, remove obsolete comments. by Terry Jan Reedy · 10 years ago
- 8386fda whitespace by Terry Jan Reedy · 10 years ago
- 06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 10 years ago
- 95e0b0d Version bump for 3.4.1rc1. by Larry Hastings · 11 years ago
- 9573638 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 11 years ago
- d5d4c4e Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 11 years ago
- b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
- 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
- cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
- d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 11 years ago
- 78c330d Merge with 3.3 by Terry Jan Reedy · 11 years ago
- 9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 11 years ago
- a9daee3 Merge with 3.3 by Terry Jan Reedy · 11 years ago
- c3111fc Issue #20730: Fix typo reported by Claudiu Popa. by Terry Jan Reedy · 11 years ago
- 48eabbe #20634: merge with 3.3. by Ezio Melotti · 11 years ago
- f4e9983 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
- 3f99504 Merge Python 3.4.0rc1 release branch. by Larry Hastings · 11 years ago
- e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 11 years ago