- 57e5113 bpo-42508: Keep IDLE running on macOS (GH-23577) by Terry Jan Reedy · 4 years ago
- 453bc1d bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Serhiy Storchaka · 4 years ago
- 7ddbaa7 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Terry Jan Reedy · 4 years ago
- 114ee5d Python 3.10.0a2 by Pablo Galindo · 4 years ago
- da7bb7b bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Tal Einat · 4 years ago
- 5df6c99 bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Mark Roseman · 4 years ago
- faddc74 bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648) by Miro Hrončok · 4 years, 1 month ago
- 8e9afaf Python 3.10.0a1 by Pablo Galindo · 4 years, 1 month ago
- 05cc881 bpo-41775: Make 'IDLE Shell' the shell title (#22399) by Terry Jan Reedy · 4 years, 1 month ago
- 947adca bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Terry Jan Reedy · 4 years, 2 months ago
- 40a0625 bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) by Terry Jan Reedy · 4 years, 2 months ago
- f2e161c bpo-41468: Improve and test IDLE run error exit (GH-21798) by Terry Jan Reedy · 4 years, 3 months ago
- 0dd463c bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597) by Serhiy Storchaka · 4 years, 4 months ago
- 38d3864 bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Terry Jan Reedy · 4 years, 4 months ago
- bce2eb4 bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Terry Jan Reedy · 4 years, 4 months ago
- 2515a28 bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Serhiy Storchaka · 4 years, 4 months ago
- 8ab77c6 bpo-41144: Fix IDLE open module error (#21182) by E-Paine · 4 years, 4 months ago
- 97e4e0f bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Terry Jan Reedy · 4 years, 5 months ago
- 905b3cd bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Florian Dahlitz · 4 years, 6 months ago
- bc1c8af Python 3.9.0a6 by Łukasz Langa · 4 years, 6 months ago
- 3a69f3c bpo-38439: Add 256px IDLE icon (GH-17473) by Miro Hrončok · 4 years, 7 months ago
- 52013e5 bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Tal Einat · 4 years, 7 months ago
- dcd4c4f Python 3.9.0a5 by Łukasz Langa · 4 years, 8 months ago
- 363fab8 bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by Terry Jan Reedy · 4 years, 8 months ago
- 4ca060d bpo-39885: IDLE context menu clears selection (#18859) by Terry Jan Reedy · 4 years, 8 months ago
- 2522db1 bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Terry Jan Reedy · 4 years, 8 months ago
- c705fd1 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Terry Jan Reedy · 4 years, 8 months ago
- 6e02691 Python 3.9.0a4 by Łukasz Langa · 4 years, 9 months ago
- ffda25f bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) by Cheryl Sabella · 4 years, 9 months ago
- ed335cf bpo-39600, IDLE: Remove duplicated font names (GH-18430) by Victor Stinner · 4 years, 9 months ago
- bfdeaa3 bpo-38792: Remove IDLE shell calltip before new prompt. (#17150) by Zackery Spytz · 4 years, 9 months ago
- dd023ad bpo-30780: Add IDLE configdialog tests (#3592) by Cheryl Sabella · 4 years, 9 months ago
- b07ead3 Merge tag 'v3.9.0a3' by Łukasz Langa · 4 years, 10 months ago
- d0d9fa8 bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Cheryl Sabella · 4 years, 10 months ago
- c33378d Python 3.9.0a3 by Łukasz Langa · 4 years, 10 months ago
- 2e43b64 bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Zackery Spytz · 4 years, 10 months ago
- ec64640 bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Cheryl Sabella · 4 years, 10 months ago
- ee9ff05 bpo-34118: memoryview, range, and tuple are classes (GH-17761) by Terry Jan Reedy · 4 years, 10 months ago
- 6202d85 Python 3.9.0a2 by Łukasz Langa · 4 years, 11 months ago
- bbc4162 bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by JohnnyNajera · 5 years ago
- 232689b bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by JohnnyNajera · 5 years ago
- 6bf644e bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) by Terry Jan Reedy · 5 years ago
- b846247 bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Terry Jan Reedy · 5 years ago
- fd75708 Python 3.9.0a1 by Łukasz Langa · 5 years ago
- 9c28449 bpo-4630: Add cursor no-blink option for IDLE (GH-16960) by Zackery Spytz · 5 years ago
- c8b53dc bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) by Zackery Spytz · 5 years ago
- e3f90b2 bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Terry Jan Reedy · 5 years ago
- b690a27 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Serhiy Storchaka · 5 years ago
- dfd34a9 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Terry Jan Reedy · 5 years ago
- 0048afc bpo-38183: Test_idle ignores user config directory GH-16198) by Terry Jan Reedy · 5 years ago
- c59295a bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Terry Jan Reedy · 5 years ago
- 38da805 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Terry Jan Reedy · 5 years ago
- 2cd9025 bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368) by GeeTransit · 5 years ago
- 132acab bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Tal Einat · 5 years ago
- 1039f39 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Terry Jan Reedy · 5 years ago
- d4b4c00 bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) by Tal Einat · 5 years ago
- 0dfc025 Fix typo and rearrange words in IDLE news item (GH-15471) by Terry Jan Reedy · 5 years ago
- fa7a6f5 Revert "(TH-15402)" (#15468) by Terry Jan Reedy · 5 years ago
- a50f0a4 (TH-15402) by GeeTransit · 5 years ago
- 71662dc bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Tal Einat · 5 years ago
- 1213123 bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121) by Terry Jan Reedy · 5 years ago
- 1407029 bpo-37748: Re-order the Run menu. (GH-15115) by Terry Jan Reedy · 5 years ago
- c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 5 years ago
- b222955 bpo-37692: Improve highlight config sample (#14983) by Terry Jan Reedy · 5 years ago
- 3221a63 bpo-37628: Fix IDLE config sample sizes (#14958) by Tal Einat · 5 years ago
- 7123ea0 bpo-17535: IDLE editor line numbers (GH-14030) by Tal Einat · 5 years ago
- 35b87e6 bpo-37627: Initialize IDLE Custom Run dialog with previous entries (#14870) by Ngalim Siregar · 5 years ago
- e0a1f8f bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) by Tal Einat · 5 years ago
- 1b38922 bpo-36390: Gather IDLE Format menu functions into format.py (#14827) by Terry Jan Reedy · 5 years ago
- 82494aa bpo-36390: IDLE: Combine region formatting methods. (GH-12481) by Cheryl Sabella · 5 years ago
- 7036e1d bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675) by Tal Einat · 5 years ago
- f8d4cc7 bpo-27452: IDLE: Cleanup config.py code (GH-14577) by Cheryl Sabella · 5 years ago
- fcf1d00 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Tal Einat · 5 years ago
- 54cf2e0 bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209) by Terry Jan Reedy · 5 years ago
- 201bc2d bpo-5680: IDLE: Customize running a module (GH-13763) by Cheryl Sabella · 5 years ago
- 8fac122 bpo-37321: Edit IDLE subprocess connection error messages. (#14170) by Terry Jan Reedy · 5 years ago
- 5bff3c8 bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) by Tal Einat · 5 years ago
- 554450f bpo-37177: make IDLE's search dialogs transient (GH-13869) by Tal Einat · 5 years ago
- 949fe97 bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) by Terry Jan Reedy · 5 years ago
- 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 5 years ago
- 6bdc4de bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307) by Cheryl Sabella · 5 years ago
- 1a4d9ff bpo-32411: IDLE: Remove line number sort in browser.py (#5011) by Cheryl Sabella · 5 years ago
- 81bb97d bpo-37038: Make idlelib.run runnable; add test clause (GH-13560) by Terry Jan Reedy · 5 years ago
- 6d965b3 bpo-36958: In IDLE, print exit message (GH-13435) by Terry Jan Reedy · 5 years ago
- 85c69d5 Fix typo in NEWS item about IDLE (os.flush() should be os.fsync()) (#13284) by Guido van Rossum · 5 years ago
- 4f098b3 bpo-36807: When saving a file in IDLE, call flush and fsync (#13102) by Guido van Rossum · 5 years ago
- c1004b8 Python 3.8.0a4 by Łukasz Langa · 6 years ago
- 6a258c8 bpo-36429: Fix starting IDLE with pyshell (#12548) by Terry Jan Reedy · 6 years ago
- 9a44885 v3.8.0a3 by Łukasz Langa · 6 years ago
- 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
- 2b75155 bpo-36405: Use dict unpacking in idlelib (#12507) by Terry Jan Reedy · 6 years ago
- c141957 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) by Terry Jan Reedy · 6 years ago
- 0bb5e75 bpo-23216: IDLE: Add docstrings to search modules (GH-12141) by Cheryl Sabella · 6 years ago
- 491ef53 bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262) by Terry Jan Reedy · 6 years ago
- 7eebbbd bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031) by Ned Deily · 6 years ago
- b9f0354 bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109) by Cheryl Sabella · 6 years ago
- ed1deb0 bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) by Cheryl Sabella · 6 years ago
- 23f4589 v3.8.0a2 by Łukasz Langa · 6 years ago