summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Fix idlelib typos (#125484)Terry Jan Reedy2024-10-142-15/+18
* gh-122392: IDLE - Fix overlapping lines in browsers (#122392) (#124975)Zhikang Yan2024-10-071-4/+10
* gh-112938: IDLE - Fix uninteruptable hang when Shell gets rapid continuous ou...Terry Jan Reedy2024-09-222-1/+6
* Fix typos in warnings, docstrings, comments and text files (#123597)abstractee2024-09-034-4/+4
* Further revise idlelib/Icons/README.text (#123364)Terry Jan Reedy2024-08-261-10/+25
* Rewrite idlelib/Icons/README.txt (#123329)Terry Jan Reedy2024-08-261-8/+31
* gh-121804: Always show error location for SyntaxError's in new repl (#121886)Sergey B Kirpichev2024-08-191-1/+1
* gh-120104: IDLE: Fix padding in config and search dialogs (#120107)Serhiy Storchaka2024-08-062-2/+2
* gh-120083: Add IDLE Hovertip foreground color needed for recent macOS (#120605)John Riggles2024-08-022-2/+10
* Fixes typo in idlelib/idle_test/example_stub.pyi (#122520)Jonathon Vandezande2024-08-021-1/+1
* GH-122482: Make About IDLE direct discussion to DPO (#122483)Terry Jan Reedy2024-07-302-7/+11
* gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (#121876)Terry Jan Reedy2024-07-172-0/+6
* gh-121008: Fix idlelib.run tests (#121046)Victor Stinner2024-06-261-6/+13
* gh-120417: Remove unused imports in the stdlib (#120420)Victor Stinner2024-06-121-1/+1
* Fix typos in documentation (#120338)Xie Yanbo2024-06-123-5/+5
* gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows b...Wulian2332024-05-213-9/+19
* IDLE: fix url in config.py comment (#119198)Terry Jan Reedy2024-05-201-1/+1
* gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)Serhiy Storchaka2024-05-071-0/+1
* gh-78955: Use user-selected color theme for Help => IDLE Doc (#9502)Terry Jan Reedy2024-05-062-2/+7
* gh-112730: Make the test suite resilient to color-activation environment vari...Pablo Galindo Salgado2024-04-241-0/+3
* gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)Ronald Oussoren2024-02-231-1/+10
* gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...Serhiy Storchaka2024-02-111-1/+1
* gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103...Christopher Chavez2024-02-023-14/+23
* gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227)Terry Jan Reedy2024-01-187-42/+44
* gh-72284: Revise lists in IDLE doc (#114174)Terry Jan Reedy2024-01-172-38/+31
* gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (#114168)Terry Jan Reedy2024-01-171-1/+1
* Fix 'expresion' typo in IDLE doc (#114130)Terry Jan Reedy2024-01-161-48/+71
* gh-113903: Fix an IDLE configdialog test (#113973)Terry Jan Reedy2024-01-122-16/+15
* gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (#113...Ronald Oussoren2024-01-064-20/+25
* gh-57795: Add news to idlelib/News3.txt (#113522)Terry Jan Reedy2023-12-271-0/+4
* gh-57795: IDLE: Enter the selected text when opening the "Replace" dialog (GH...Zackery Spytz2023-12-271-16/+7
* gh-81682: Fix test failures when CPython is built without docstrings (GH-113410)Serhiy Storchaka2023-12-231-0/+6
* gh-113269: IDLE - Fix test_editor hang (macOS) (#113271)Terry Jan Reedy2023-12-192-1/+3
* IDLE: Add util and stub example comments (#113222)Terry Jan Reedy2023-12-172-3/+5
* gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (#112988)Terry Jan Reedy2023-12-123-5/+17
* GH-83162: Rename re.error for better clarity. (#101677)achhina2023-12-112-2/+2
* gh-112898: warn about unsaved files when quitting IDLE on macOS (#112939)Ronald Oussoren2023-12-111-1/+1
* IDLE: Tweak iomenu.IOBinding.maybesave (#112914)Terry Jan Reedy2023-12-101-10/+11
* gh-66819: More IDLE htest updates(4) (#112686)Terry Jan Reedy2023-12-0425-34/+62
* gh-66819: More IDLE htest updates(3) (#112683)Terry Jan Reedy2023-12-046-26/+27
* gh-66819: More IDLE htest updates(2) (#112642)Terry Jan Reedy2023-12-039-69/+70
* gh-66819: More IDLE htest updates (#112574)Terry Jan Reedy2023-12-011-55/+52
* IDLE: fix config_key htest (#112545)Terry Jan Reedy2023-11-302-2/+2
* IDLE: Fix test_debugger bug and buildbot failures (#112258)Terry Jan Reedy2023-11-191-5/+7
* gh-79871: IDLE - Fix and test debugger module (#11451)Anthony Shaw2023-11-194-77/+396
* gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879)Nikita Sobolev2023-11-091-4/+4
* gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)Serhiy Storchaka2023-10-241-4/+3
* gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053)Terry Jan Reedy2023-10-192-24/+22
* gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)Terry Jan Reedy2023-10-188-26/+28
* IDLE: Condense run.main threading.Thread start. (#106125)Terry Jan Reedy2023-06-271-5/+6