1. ea3dc80 bpo-33855: More edits and new minimal tests for IDLE (GH-7761) by Terry Jan Reedy · 6 years ago
  2. a748032 Refine geometry of idlelib htests (and a few other fix-ups). by Terry Jan Reedy · 8 years ago
  3. b60adc5 Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. by Terry Jan Reedy · 8 years ago
  4. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  5. 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/WidgetRedirector.py]
  6. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  7. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  8. 223dd8d #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  9. 7cca28f Issue #21940: add docstrings to idlelib.WidgetRedirector. by Terry Jan Reedy · 10 years ago
  10. 1b392ff Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 10 years ago
  11. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  12. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  13. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  14. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  15. 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
  16. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  17. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 21 years ago
  18. 7aced17 Initial revision by David Scherer · 24 years ago