summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* bpo-42225: IDLE - document two unix-related problems. (GH-25078)Miss Islington (bot)2021-03-311-7/+20
* [3.9] bpo-41841: revise header (GH-24634)Terry Jan Reedy2021-02-241-8/+3
* bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)Miss Islington (bot)2021-02-242-1/+13
* bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)Miss Islington (bot)2021-02-211-22/+22
* bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)Miss Islington (bot)2021-01-291-1/+1
* bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)Miss Islington (bot)2021-01-285-5/+35
* bpo-43008: Make IDLE respect sys.excepthook (GH-24302)Miss Islington (bot)2021-01-273-12/+61
* [3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 (#GH-4343)Terry Jan Reedy2021-01-261-2/+7
* bpo-43013: Fix old tkinter module names in idlelib (GH-24326)Miss Islington (bot)2021-01-2513-67/+66
* bpo-43013: Update idlelib code to 3.x (GH-24315)Miss Islington (bot)2021-01-2410-47/+49
* bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)Miss Islington (bot)2021-01-103-3/+19
* [3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)Terry Jan Reedy2021-01-055-31/+225
* [3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (...Serhiy Storchaka2020-12-191-1/+3
* bpo-33610: Edit idlelib.codecontext (GH-23773) (GH-23775)Miss Islington (bot)2020-12-151-5/+8
* bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669)Miss Islington (bot)2020-12-072-19/+11
* bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-235...Miss Islington (bot)2020-11-301-1/+1
* bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)Miss Islington (bot)2020-11-223-9/+10
* bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)Miss Islington (bot)2020-11-203-6/+12
* bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)Miss Skeleton (bot)2020-11-023-7/+141
* bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)Miss Skeleton (bot)2020-10-253-14/+22
* bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)Miss Skeleton (bot)2020-10-251-5/+7
* bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)Miss Skeleton (bot)2020-10-241-2/+1
* bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22899)Miss Skeleton (bot)2020-10-222-5/+9
* bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)Miss Skeleton (bot)2020-10-212-0/+4
* Update idlelib/help.html to current Sphinx output (GH-22833)Miss Skeleton (bot)2020-10-211-33/+37
* bpo-41775: Make 'IDLE Shell' the shell title (GH-22399)Miss Islington (bot)2020-09-242-1/+3
* [3.9] bpo-41841: Prepare IDLE News for 3.9 (GH-22380)Terry Jan Reedy2020-09-231-2/+7
* bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)Miss Islington (bot)2020-09-222-20/+25
* bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)Miss Islington (bot)2020-09-223-9/+6
* Update idlelib/help.html to current IDLE doc (GH-22181)Miss Islington (bot)2020-09-091-4/+4
* bpo-41514: Fix buggy IDLE test (GH-21808)Miss Islington (bot)2020-08-101-5/+5
* bpo-41468: Improve and test IDLE run error exit (GH-21798)Miss Islington (bot)2020-08-093-10/+48
* Improve renamed test_run.RecursionLimitTest (GH-21794)Miss Islington (bot)2020-08-091-3/+5
* bpo-37309: NEWS for GH-41373 (GH-21612)Miss Islington (bot)2020-07-261-0/+4
* bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...Miss Islington (bot)2020-07-251-0/+11
* bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)Miss Islington (bot)2020-07-231-2/+2
* bpo-41300: IDLE - save files with non-ascii chars (GH-21512)Miss Islington (bot)2020-07-162-0/+4
* bpo-37765: Add keywords to IDLE tab completions (GH-15138)Miss Islington (bot)2020-07-094-41/+60
* [3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-...Serhiy Storchaka2020-07-021-1/+1
* bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215)Miss Islington (bot)2020-07-011-152/+41
* bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)Miss Islington (bot)2020-06-304-52/+8
* bpo-41144: Fix IDLE open module error (GH-21182)Miss Islington (bot)2020-06-283-7/+19
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Miss Islington (bot)2020-05-293-16/+50
* bpo-37309: Update IDLE NEWS.txt (GH-20356)Miss Islington (bot)2020-05-241-0/+1
* bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)Miss Islington (bot)2020-05-242-1/+3
* bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093)Victor Stinner2020-05-141-1/+1
* bpo-40443: Remove unused imports in idlelib (GH-19801)Victor Stinner2020-04-306-6/+3
* bpo-38439: Add 256px IDLE icon (GH-17473)Miro HronĨok2020-04-224-2/+16
* bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)Tal Einat2020-04-043-15/+30
* bpo-38002: Use False/True for IDLE pyshell bools (GH-19203)Terry Jan Reedy2020-03-281-13/+12