1. 4d92158 bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) by Terry Jan Reedy · 7 years ago
  2. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 9 years ago
  3. a748032 Refine geometry of idlelib htests (and a few other fix-ups). by Terry Jan Reedy · 9 years ago
  4. 01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. by Terry Jan Reedy · 9 years ago
  5. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 9 years ago
  6. 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/TreeWidget.py]
  7. d0c0f00 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 10 years ago
  8. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 10 years ago
  9. 9a6f8e1 Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 11 years ago
  10. 0a4d13e Issue #21477: Add htests for Search and Replace dialogs. by Terry Jan Reedy · 11 years ago
  11. 1b392ff Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 11 years ago
  12. cc39b1e merge w/ 3.3 by Brett Cannon · 12 years ago
  13. 27bbfdb Drop some dead imports of imp by Brett Cannon · 12 years ago
  14. 786fbd8 Replace os.error with OSError in tkinter and IDLE by Andrew Svetlov · 13 years ago
  15. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 17 years ago
  16. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  17. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 18 years ago
  18. ad66742 Fix raise with 2to3 by Kurt B. Kaiser · 18 years ago
  19. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 18 years ago
  20. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 18 years ago
  21. 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 19 years ago
  22. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 21 years ago
  23. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  24. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 22 years ago
  25. 9813445 Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser, by Kurt B. Kaiser · 23 years ago
  26. 672ce57 Convert some more 1/0 to True/False by Neal Norwitz · 23 years ago
  27. 2a5e350 Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  28. 72de9c7 Geiger Ho's patch for better subclassing by Steven M. Gava · 23 years ago
  29. 7aced17 Initial revision by David Scherer · 25 years ago