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