1. 87e59ac bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Tal Einat · 6 years ago
  2. 3c8043d bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) by Terry Jan Reedy · 6 years ago
  3. 2af9f5d bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892) by Tal Einat · 6 years ago
  4. 5ae70f6 bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881) by Terry Jan Reedy · 6 years ago
  5. bcd3a1a bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852) by Terry Jan Reedy · 6 years ago
  6. 33c7420 bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836) by Terry Jan Reedy · 6 years ago
  7. a361e89 bpo-33906: Rename idlelib.windows as window (#7833) by Terry Jan Reedy · 6 years ago
  8. 87a9273 bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830) by Terry Jan Reedy · 6 years ago
  9. 9bb9223 bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  10. 9af1836 bpo-33907: Rename an IDLE module and classes. (GH-7810) by Terry Jan Reedy · 6 years ago
  11. 06e2029 bpo-33907: Rename an IDLE module and class. (GH-7807) by Terry Jan Reedy · 6 years ago
  12. 4d92158 bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) by Terry Jan Reedy · 6 years ago
  13. ea3dc80 bpo-33855: More edits and new minimal tests for IDLE (GH-7761) by Terry Jan Reedy · 6 years ago
  14. ee5ef30 bpo-33855: Minimally test all IDLE modules. (GH-7689) by Terry Jan Reedy · 6 years ago
  15. 041272b bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) by Cheryl Sabella · 6 years ago
  16. b609e68 bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) by Cheryl Sabella · 6 years ago
  17. de65162 bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) by Cheryl Sabella · 6 years ago
  18. 29996a1 bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) by Cheryl Sabella · 6 years ago
  19. 8506016 bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Cheryl Sabella · 6 years ago
  20. 654038d bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Cheryl Sabella · 6 years ago
  21. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 6 years ago
  22. f0daa88 bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) by Cheryl Sabella · 6 years ago
  23. c29c03a bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Cheryl Sabella · 6 years ago
  24. 451d1ed bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Terry Jan Reedy · 6 years ago
  25. c84cf6c bpo-32874: IDLE: add tests for pyparse (GH-5755) by Cheryl Sabella · 6 years ago
  26. 688722c bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Terry Jan Reedy · 6 years ago
  27. f34e03e bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Terry Jan Reedy · 6 years ago
  28. e570211 Fix idlelib comment typos reported by Mike on pull request 4803. (#4807) by Terry Jan Reedy · 7 years ago
  29. 20d48a4 bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) by Cheryl Sabella · 7 years ago
  30. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  31. ed6554c bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (#4106) by Serhiy Storchaka · 7 years ago
  32. de86073 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) by Zane Bitter · 7 years ago
  33. 620f70e bpo-25588: Document autotest in idle_test/README.txt. (#4000) by Terry Jan Reedy · 7 years ago
  34. 0b5e61d bpo-30397: Add re.Pattern and re.Match. (#1646) by Serhiy Storchaka · 7 years ago
  35. d6bb65f bpo-31460: Simplify the API of IDLE's Module Browser. (#3842) by Terry Jan Reedy · 7 years ago
  36. cd99e79 bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704) by Cheryl Sabella · 7 years ago
  37. 99167f8 bpo-31559: Remove test order dependence in idle_test.test_browser. (#3708) by Terry Jan Reedy · 7 years ago
  38. 058de11 bpo-1612262: IDLE: Class Browser shows nested functions, classes (#2573) by Cheryl Sabella · 7 years ago
  39. 5777ecc bpo-31488: IDLE - update former extensions when options change. (#3612) by Terry Jan Reedy · 7 years ago
  40. d384a81 bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590) by Terry Jan Reedy · 7 years ago
  41. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  42. 667522e bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501) by Terry Jan Reedy · 7 years ago
  43. 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 7 years ago
  44. 998f496 bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046) by Cheryl Sabella · 7 years ago
  45. 3457f42 bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220) by Terry Jan Reedy · 7 years ago
  46. 7028e59 bpo-30781: IDLE - use ttk widgets in configdialog (#2654) by Cheryl Sabella · 7 years ago
  47. 8f7a798 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156) by Cheryl Sabella · 7 years ago
  48. 82aff62 bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123) by Cheryl Sabella · 7 years ago
  49. e36d9f5 bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096) by Cheryl Sabella · 7 years ago
  50. 2f89646 bpo-31002: IDLE: Add tests for configdialog keys tab (#2996) by Cheryl Sabella · 7 years ago
  51. 3b0f620 bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) by Louie Lu · 7 years ago
  52. 733d0f6 bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) by Terry Jan Reedy · 7 years ago
  53. e8eb17b bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952) by csabella · 7 years ago
  54. 9397e2a bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905) by csabella · 7 years ago
  55. b331f80 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938) by Terry Jan Reedy · 7 years ago
  56. 5d0f30a bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936) by Terry Jan Reedy · 7 years ago
  57. 2bc8f0e bpo-31003: IDLE - Add more tests for General tab (#2859) by Terry Jan Reedy · 7 years ago
  58. 45bf723 bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872) by csabella · 7 years ago
  59. 77e97ca bpo-30993: IDLE - Improve configdialog font page and tests. (#2831) by Terry Jan Reedy · 7 years ago
  60. 07ba305 bpo-30993: IDLE - Improve configdialog font page and tests. (#2818) by Terry Jan Reedy · 7 years ago
  61. 616ecf1 bpo-30981: IDLE: Augment one configdialog font page test (#2810) by Terry Jan Reedy · 7 years ago
  62. 7c5798e bpo-30981: temporarity skip failing IDLE test class (#2798) by Terry Jan Reedy · 7 years ago
  63. d0969d6 bpo-30981: IDLE -- Add more configdialog font page tests. (#2794) by Terry Jan Reedy · 7 years ago
  64. 9f9192a bpo-30968: Fix test_get_font in IDLE's test_config. (#2769) by terryjreedy · 7 years ago
  65. ed014f7 bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754) by Louie Lu · 7 years ago
  66. f776eb0 bpo-30917: IDLE: Add config.IdleConf unittests (#2691) by Louie Lu · 7 years ago
  67. 95bebb7 bpo-30934: Document coverage details for idlelib tests (#2711) by terryjreedy · 7 years ago
  68. 9b622fb bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666) by Louie Lu · 7 years ago
  69. 50c9435 bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (#2662) by Louie Lu · 7 years ago
  70. 6d13b22 bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667) by csabella · 7 years ago
  71. 349abd9 bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test. (#2612) by terryjreedy · 7 years ago
  72. 25a4206 bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606) by terryjreedy · 7 years ago
  73. 42bc8be bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#2283) by csabella · 7 years ago
  74. fae2c35 bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306) by wohlganger · 7 years ago
  75. 44913e5 bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428) by terryjreedy · 7 years ago
  76. 213ce12 bpo-29910: IDLE no longer deletes a character after commenting out a region (#825) by Serhiy Storchaka · 7 years ago
  77. 9a02ae3 bpo-24813: IDLE: Add build bitness to About Idle title (#2380) by csabella · 7 years ago
  78. bac7d33 bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307) by csabella · 7 years ago
  79. 8c78aa7 bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377) by csabella · 7 years ago
  80. 18ede06 bpo-24813: IDLE: Add default title to help_about (#2366) by csabella · 7 years ago
  81. d352d68 bpo-24813: IDLE: Add icon to help_about (#2335) by csabella · 7 years ago
  82. 049cf2b bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) by terryjreedy · 7 years ago
  83. 8323189 Fix ref leak in idle_test.test_macosx (#2163) by terryjreedy · 7 years ago
  84. b070fd2 bpo-30642: IDLE: Fix test_query refleak (#2147) by mlouielu · 7 years ago
  85. 0aa0a06 bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839) by csabella · 7 years ago
  86. eca7da0 IDLE test_help_about: edit and add test. (#1838) by terryjreedy · 7 years ago
  87. 5a346d5 bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714) by csabella · 7 years ago
  88. 054e091 bpo-30290: IDLE: Add more tests for help_about dialog (#1697) by mlouielu · 7 years ago
  89. 295304d IDLE test_textview: add comments and test, increase coverage to 100% (#1641) by terryjreedy · 7 years ago
  90. ba365da bpo-30303: IDLE: Add _utest argument to textview (#1499) by Louie Lu · 7 years ago
  91. 5908300 bpo-29995: re.escape() now escapes only special characters. (#1007) by Serhiy Storchaka · 7 years ago
  92. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  93. fdd42c4 bpo-20185: Convert list object implementation to Argument Clinic. (#542) by Serhiy Storchaka · 7 years ago
  94. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  95. 0180cf6 Issue #28572: Use system-specific values for configdialog font test by Terry Jan Reedy · 8 years ago
  96. f46b782 Issue #28572: Add 10% to coverage of IDLE's test_configdialog. by Terry Jan Reedy · 8 years ago
  97. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  98. 5f30f79 Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). by Terry Jan Reedy · 8 years ago
  99. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  100. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago