1. 10ea940 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 6 years ago
  2. ea3dc80 bpo-33855: More edits and new minimal tests for IDLE (GH-7761) by Terry Jan Reedy · 6 years ago
  3. bfebfd8 bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) by Terry Jan Reedy · 7 years ago
  4. 592eda1 bpo-24813: IDLE tagline is Integrated Development and Learning Environment (#2451) by Mark Roseman · 7 years ago
  5. 9a02ae3 bpo-24813: IDLE: Add build bitness to About Idle title (#2380) by csabella · 7 years ago
  6. 18ede06 bpo-24813: IDLE: Add default title to help_about (#2366) by csabella · 7 years ago
  7. d352d68 bpo-24813: IDLE: Add icon to help_about (#2335) by csabella · 7 years ago
  8. 5a346d5 bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714) by csabella · 7 years ago
  9. 054e091 bpo-30290: IDLE: Add more tests for help_about dialog (#1697) by mlouielu · 7 years ago
  10. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  11. 47e00e5 Issue #27365: Finish merge so tests pass. by Terry Jan Reedy · 8 years ago
  12. df1d34c Issue #27365: add chunk by Terry Jan Reedy · 8 years ago
  13. b8a79ae Issue #27365: Merge minimal part. by Terry Jan Reedy · 8 years ago
  14. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  15. 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/aboutDialog.py]
  16. 3567651 Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt. by Terry Jan Reedy · 9 years ago
  17. 296c66e Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. by Terry Jan Reedy · 9 years ago
  18. ee3e561 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 10 years ago
  19. 1b392ff Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 10 years ago
  20. 06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 10 years ago
  21. 0803a39 #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 11 years ago
  22. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  23. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  24. 804252b Eliminate latin-1 encoding by Kurt B. Kaiser · 17 years ago
  25. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  26. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  27. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  28. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  29. 9920430 SF #775057, fix IDLE problem in about dialog by Neal Norwitz · 21 years ago
  30. 7345375 Add ':' after IDLE version, fix spacing on a couple of lines I missed by Kurt B. Kaiser · 21 years ago
  31. 424a415 Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings. by Martin v. Löwis · 21 years ago
  32. 09cb74b aboutDialog.py: by Kurt B. Kaiser · 21 years ago
  33. e394ef8 Update for release by Kurt B. Kaiser · 21 years ago
  34. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  35. 539594f Remove unused import by Neal Norwitz · 22 years ago
  36. 767a7ee remove futzing with text font by Steven M. Gava · 23 years ago
  37. 8c1ab14 fix for redundant empty parent window when invoked from idle shell window by Steven M. Gava · 23 years ago
  38. 28ccc24 removed some cruft by Steven M. Gava · 23 years ago
  39. c01e30f repair posix fonts fix by Steven M. Gava · 23 years ago
  40. 5b3ac8f some re-design by Steven M. Gava · 23 years ago
  41. 885c0bb improve viewfile handling indentation style changed to match existing source by Steven M. Gava · 23 years ago
  42. 44d3d1a some new dialogs and support files for new about and configuration implementations by Steven M. Gava · 23 years ago