1. 3221a63 bpo-37628: Fix IDLE config sample sizes (#14958) by Tal Einat · 6 years ago
  2. 604e7b9 bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Tal Einat · 7 years ago
  3. c87d9f4 bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) by Tal Einat · 7 years ago
  4. dd74369 bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) by Tal Einat · 7 years ago
  5. 10ea940 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 7 years ago
  6. 4d92158 bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) by Terry Jan Reedy · 7 years ago
  7. 688722c bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Terry Jan Reedy · 7 years ago
  8. bfebfd8 bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) by Terry Jan Reedy · 8 years ago
  9. 42bc8be bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#2283) by csabella · 8 years ago
  10. 0aa0a06 bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839) by csabella · 8 years ago
  11. 295304d IDLE test_textview: add comments and test, increase coverage to 100% (#1641) by terryjreedy · 8 years ago
  12. ba365da bpo-30303: IDLE: Add _utest argument to textview (#1499) by Louie Lu · 8 years ago
  13. a3623c8 Improve idlelib.textview comments. by Terry Jan Reedy · 9 years ago
  14. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 9 years ago
  15. ca183ef Issue #27365: revert temporary rename by Terry Jan Reedy · 9 years ago[Renamed from Lib/idlelib/textView.py]
  16. 82c4615 Issue #27365: add chunk by Terry Jan Reedy · 9 years ago
  17. 5deed33 Issue #27365: revert temporary rename by Terry Jan Reedy · 9 years ago
  18. 096c6aa Issue #27365: partial merge by Terry Jan Reedy · 9 years ago
  19. 317c56d Issue #27365: temporary rename by Terry Jan Reedy · 9 years ago[Renamed from Lib/idlelib/textview.py]
  20. 01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. by Terry Jan Reedy · 9 years ago
  21. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 9 years ago[Renamed from Lib/idlelib/textView.py]
  22. d0cadba Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 10 years ago
  23. 537e2c8 Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
  24. 1b392ff Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 11 years ago
  25. 6599d0d Merge with 3.3 by Terry Jan Reedy · 12 years ago
  26. bf4cba7 Silence unclosed open file ResourceWarning. by Terry Jan Reedy · 12 years ago
  27. 9c60f66 Complete 2 to 3 conversion by Terry Jan Reedy · 12 years ago
  28. 01180d4 Complete 2 to 3 conversion by Terry Jan Reedy · 12 years ago
  29. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 13 years ago
  30. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 13 years ago
  31. ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) by Éric Araujo · 14 years ago
  32. 870f09a Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. by Victor Stinner · 15 years ago
  33. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 17 years ago
  34. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 18 years ago
  35. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  36. 09cb74b aboutDialog.py: by Kurt B. Kaiser · 22 years ago
  37. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  38. d721c48 indentation style changed to match existing source by Steven M. Gava · 24 years ago
  39. 44d3d1a some new dialogs and support files for new about and configuration implementations by Steven M. Gava · 24 years ago