- 113d735 bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209) by Louie Lu · 6 years ago
- 0fe4513 bpo-36405: IDLE - Restore __main__ and add tests (#12518) by Terry Jan Reedy · 6 years ago
- d60f658 bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203) by Cheryl Sabella · 6 years ago
- c141957 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) by Terry Jan Reedy · 6 years ago
- ed1deb0 bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) by Cheryl Sabella · 6 years ago
- ee0f927 bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472) by Cheryl Sabella · 6 years ago
- 28f6cb3 bpo-35683: Improve Azure Pipelines steps (GH-11493) by Steve Dower · 6 years ago
- e55cf02 bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585) by Tal Einat · 6 years ago
- 5bb146a bpo-35730: Disable IDLE test_reload assertion. (GH-11543) by Terry Jan Reedy · 6 years ago
- 39a33e9 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Tal Einat · 6 years ago
- ab54b9a bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Emmanuel Arias · 6 years ago
- aff0ada bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) by Terry Jan Reedy · 6 years ago
- b4ea8bb bpo-35598: IDLE - Globalize some config_key objects (GH-11392) by Cheryl Sabella · 6 years ago
- 4bd79c3 bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365) by Cheryl Sabella · 6 years ago
- b0a6196 bpo-35598: IDLE: Increase test coverage for config_key.py (#11360) by Cheryl Sabella · 6 years ago
- 55698cc bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) by Cheryl Sabella · 6 years ago
- 44a79cc bpo-35208: Fix IDLE Squeezer line counting (GH-10449) by Tal Einat · 6 years ago
- c1b4b0f bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214) by Cheryl Sabella · 6 years ago
- 5a087d5 bpo-35202: Remove more unused imports in idlelib (GH-10573) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
- 43a74ab bpo-35202: Remove unused imports in idlelib (GH-10438) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
- 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
- 604e7b9 bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Tal Einat · 6 years ago
- 87e59ac bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Tal Einat · 6 years ago
- 3c8043d bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) by Terry Jan Reedy · 6 years ago
- 2af9f5d bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892) by Tal Einat · 6 years ago
- 5ae70f6 bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881) by Terry Jan Reedy · 6 years ago
- bcd3a1a bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852) by Terry Jan Reedy · 6 years ago
- 33c7420 bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836) by Terry Jan Reedy · 6 years ago
- a361e89 bpo-33906: Rename idlelib.windows as window (#7833) by Terry Jan Reedy · 6 years ago
- 87a9273 bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830) by Terry Jan Reedy · 6 years ago
- 9bb9223 bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
- 9af1836 bpo-33907: Rename an IDLE module and classes. (GH-7810) by Terry Jan Reedy · 6 years ago
- 06e2029 bpo-33907: Rename an IDLE module and class. (GH-7807) by Terry Jan Reedy · 6 years ago
- 4d92158 bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) by Terry Jan Reedy · 6 years ago
- ea3dc80 bpo-33855: More edits and new minimal tests for IDLE (GH-7761) by Terry Jan Reedy · 6 years ago
- ee5ef30 bpo-33855: Minimally test all IDLE modules. (GH-7689) by Terry Jan Reedy · 6 years ago
- 041272b bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) by Cheryl Sabella · 6 years ago
- b609e68 bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) by Cheryl Sabella · 6 years ago
- de65162 bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) by Cheryl Sabella · 6 years ago
- 29996a1 bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) by Cheryl Sabella · 6 years ago
- 8506016 bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Cheryl Sabella · 6 years ago
- 654038d bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Cheryl Sabella · 6 years ago
- bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 7 years ago
- f0daa88 bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) by Cheryl Sabella · 7 years ago
- c29c03a bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Cheryl Sabella · 7 years ago
- 451d1ed bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Terry Jan Reedy · 7 years ago
- c84cf6c bpo-32874: IDLE: add tests for pyparse (GH-5755) by Cheryl Sabella · 7 years ago
- 688722c bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Terry Jan Reedy · 7 years ago
- f34e03e bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Terry Jan Reedy · 7 years ago
- e570211 Fix idlelib comment typos reported by Mike on pull request 4803. (#4807) by Terry Jan Reedy · 7 years ago
- 20d48a4 bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) by Cheryl Sabella · 7 years ago
- a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
- ed6554c bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (#4106) by Serhiy Storchaka · 7 years ago
- de86073 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) by Zane Bitter · 7 years ago
- 620f70e bpo-25588: Document autotest in idle_test/README.txt. (#4000) by Terry Jan Reedy · 7 years ago
- 0b5e61d bpo-30397: Add re.Pattern and re.Match. (#1646) by Serhiy Storchaka · 7 years ago
- d6bb65f bpo-31460: Simplify the API of IDLE's Module Browser. (#3842) by Terry Jan Reedy · 7 years ago
- cd99e79 bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704) by Cheryl Sabella · 7 years ago
- 99167f8 bpo-31559: Remove test order dependence in idle_test.test_browser. (#3708) by Terry Jan Reedy · 7 years ago
- 058de11 bpo-1612262: IDLE: Class Browser shows nested functions, classes (#2573) by Cheryl Sabella · 7 years ago
- 5777ecc bpo-31488: IDLE - update former extensions when options change. (#3612) by Terry Jan Reedy · 7 years ago
- d384a81 bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590) by Terry Jan Reedy · 7 years ago
- 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
- 667522e bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501) by Terry Jan Reedy · 7 years ago
- 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 7 years ago
- 998f496 bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046) by Cheryl Sabella · 7 years ago
- 3457f42 bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220) by Terry Jan Reedy · 7 years ago
- 7028e59 bpo-30781: IDLE - use ttk widgets in configdialog (#2654) by Cheryl Sabella · 7 years ago
- 8f7a798 bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156) by Cheryl Sabella · 7 years ago
- 82aff62 bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123) by Cheryl Sabella · 7 years ago
- e36d9f5 bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096) by Cheryl Sabella · 7 years ago
- 2f89646 bpo-31002: IDLE: Add tests for configdialog keys tab (#2996) by Cheryl Sabella · 7 years ago
- 3b0f620 bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) by Louie Lu · 7 years ago
- 733d0f6 bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) by Terry Jan Reedy · 7 years ago
- e8eb17b bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952) by csabella · 7 years ago
- 9397e2a bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905) by csabella · 7 years ago
- b331f80 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938) by Terry Jan Reedy · 7 years ago
- 5d0f30a bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936) by Terry Jan Reedy · 7 years ago
- 2bc8f0e bpo-31003: IDLE - Add more tests for General tab (#2859) by Terry Jan Reedy · 7 years ago
- 45bf723 bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872) by csabella · 7 years ago
- 77e97ca bpo-30993: IDLE - Improve configdialog font page and tests. (#2831) by Terry Jan Reedy · 7 years ago
- 07ba305 bpo-30993: IDLE - Improve configdialog font page and tests. (#2818) by Terry Jan Reedy · 7 years ago
- 616ecf1 bpo-30981: IDLE: Augment one configdialog font page test (#2810) by Terry Jan Reedy · 7 years ago
- 7c5798e bpo-30981: temporarity skip failing IDLE test class (#2798) by Terry Jan Reedy · 7 years ago
- d0969d6 bpo-30981: IDLE -- Add more configdialog font page tests. (#2794) by Terry Jan Reedy · 7 years ago
- 9f9192a bpo-30968: Fix test_get_font in IDLE's test_config. (#2769) by terryjreedy · 7 years ago
- ed014f7 bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754) by Louie Lu · 7 years ago
- f776eb0 bpo-30917: IDLE: Add config.IdleConf unittests (#2691) by Louie Lu · 7 years ago
- 95bebb7 bpo-30934: Document coverage details for idlelib tests (#2711) by terryjreedy · 7 years ago
- 9b622fb bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666) by Louie Lu · 7 years ago
- 50c9435 bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (#2662) by Louie Lu · 7 years ago
- 6d13b22 bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667) by csabella · 7 years ago
- 349abd9 bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test. (#2612) by terryjreedy · 7 years ago
- 25a4206 bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606) by terryjreedy · 7 years ago
- 42bc8be bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#2283) by csabella · 7 years ago
- fae2c35 bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306) by wohlganger · 7 years ago
- 44913e5 bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428) by terryjreedy · 7 years ago
- 213ce12 bpo-29910: IDLE no longer deletes a character after commenting out a region (#825) by Serhiy Storchaka · 7 years ago
- 9a02ae3 bpo-24813: IDLE: Add build bitness to About Idle title (#2380) by csabella · 7 years ago
- bac7d33 bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307) by csabella · 7 years ago