1. ee5ef30 bpo-33855: Minimally test all IDLE modules. (GH-7689) by Terry Jan Reedy · 6 years ago
  2. 65474b9 bpo-30674: IDLE: add docstrings to grep.py (#2213) by csabella · 7 years ago
  3. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  4. 6f7b0f5 Issue #27477: Convert IDLE search dialogs to using ttk widgets. by Terry Jan Reedy · 8 years ago
  5. a748032 Refine geometry of idlelib htests (and a few other fix-ups). by Terry Jan Reedy · 8 years ago
  6. b60adc5 Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. by Terry Jan Reedy · 8 years ago
  7. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  8. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 8 years ago[Renamed from Lib/idlelib/GrepDialog.py]
  9. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  10. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  11. 5283c4e Issue #18592: Method return signature changes made to SearchDialogBase for by Terry Jan Reedy · 10 years ago
  12. 4762382 Issue #21695: Catch AttributeError created when user closes grep output window by Terry Jan Reedy · 10 years ago
  13. 2e8234a Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. by Terry Jan Reedy · 10 years ago
  14. a9daee3 Merge with 3.3 by Terry Jan Reedy · 10 years ago
  15. c3111fc Issue #20730: Fix typo reported by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  16. b54b0ca #18151 Merge from 3.3 by Terry Jan Reedy · 11 years ago
  17. de3beb2 #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 11 years ago
  18. ba6c0d3 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch by Terry Jan Reedy · 11 years ago
  19. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  20. 786fbd8 Replace os.error with OSError in tkinter and IDLE by Andrew Svetlov · 12 years ago
  21. e1c5087 Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping. by Terry Jan Reedy · 12 years ago
  22. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  23. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  24. 60455b2 Use relative imports by Kurt B. Kaiser · 17 years ago
  25. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  26. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  27. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  28. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  29. ef58adf 1. Find in Files Dialog shows text selection if there is one by Kurt B. Kaiser · 21 years ago
  30. f1fe145 Merge Py Idle changes: Rev 1.4 (string methods) by Kurt B. Kaiser · 22 years ago
  31. 7aced17 Initial revision by David Scherer · 24 years ago