summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.1rc1v3.9.1rc1Łukasz Langa2020-11-248-14/+0
* bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)Miss Islington (bot)2020-11-221-0/+1
* bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)Miss Islington (bot)2020-11-201-0/+1
* bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)Miss Skeleton (bot)2020-11-021-0/+3
* bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)Miss Skeleton (bot)2020-10-251-0/+3
* bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)Miss Skeleton (bot)2020-10-211-0/+2
* bpo-41775: Make 'IDLE Shell' the shell title (GH-22399)Miss Islington (bot)2020-09-241-0/+1
* bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)Miss Islington (bot)2020-09-221-0/+1
* bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)Miss Islington (bot)2020-09-221-0/+2
* Python 3.9.0rc1v3.9.0rc1Łukasz Langa2020-08-112-4/+0
* bpo-41468: Improve and test IDLE run error exit (GH-21798)Miss Islington (bot)2020-08-091-0/+1
* bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...Miss Islington (bot)2020-07-251-0/+3
* Python 3.9.0b5v3.9.0b5Łukasz Langa2020-07-202-4/+0
* bpo-41300: IDLE - save files with non-ascii chars (GH-21512)Miss Islington (bot)2020-07-161-0/+2
* bpo-37765: Add keywords to IDLE tab completions (GH-15138)Miss Islington (bot)2020-07-091-0/+2
* Python 3.9.0b4v3.9.0b4Łukasz Langa2020-07-022-3/+0
* bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)Miss Islington (bot)2020-06-301-0/+2
* bpo-41144: Fix IDLE open module error (GH-21182)Miss Islington (bot)2020-06-281-0/+1
* Python 3.9.0b2v3.9.0b2Łukasz Langa2020-06-082-3/+0
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Miss Islington (bot)2020-05-291-0/+2
* bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)Miss Islington (bot)2020-05-241-0/+1
* Python 3.9.0a6v3.9.0a6Łukasz Langa2020-04-272-4/+0
* bpo-38439: Add 256px IDLE icon (GH-17473)Miro Hrončok2020-04-221-0/+2
* bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)Tal Einat2020-04-041-0/+2
* Python 3.9.0a5v3.9.0a5Łukasz Langa2020-03-234-7/+0
* bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)Terry Jan Reedy2020-03-091-0/+2
* bpo-39885: IDLE context menu clears selection (#18859)Terry Jan Reedy2020-03-081-0/+2
* bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)Terry Jan Reedy2020-03-081-0/+2
* bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)Terry Jan Reedy2020-02-281-0/+1
* Python 3.9.0a4v3.9.0a4Łukasz Langa2020-02-255-6/+0
* bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)Cheryl Sabella2020-02-181-0/+1
* bpo-39600, IDLE: Remove duplicated font names (GH-18430)Victor Stinner2020-02-101-0/+1
* bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)Zackery Spytz2020-01-311-0/+2
* bpo-30780: Add IDLE configdialog tests (#3592)Cheryl Sabella2020-01-271-0/+1
* Merge tag 'v3.9.0a3'Łukasz Langa2020-01-253-5/+0
|\
| * Python 3.9.0a3v3.9.0a3Łukasz Langa2020-01-243-5/+0
* | bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)Cheryl Sabella2020-01-251-0/+1
|/
* bpo-39050: The Help button in IDLE's config menu works again (GH-17611)Zackery Spytz2020-01-231-0/+1
* bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)Cheryl Sabella2020-01-211-0/+2
* bpo-34118: memoryview, range, and tuple are classes (GH-17761)Terry Jan Reedy2019-12-301-0/+2
* Python 3.9.0a2v3.9.0a2Łukasz Langa2019-12-184-8/+0
* bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)JohnnyNajera2019-12-101-0/+2
* bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)JohnnyNajera2019-12-091-0/+1
* bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)Terry Jan Reedy2019-11-241-0/+2
* bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)Terry Jan Reedy2019-11-201-0/+3
* Python 3.9.0a1v3.9.0a1Łukasz Langa2019-11-1930-66/+0
* bpo-4630: Add cursor no-blink option for IDLE (GH-16960)Zackery Spytz2019-11-131-0/+3
* bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)Zackery Spytz2019-11-121-0/+2
* bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939)Terry Jan Reedy2019-10-271-0/+1
* bpo-36698: IDLE no longer fails when write non-encodable characters to stderr...Serhiy Storchaka2019-10-081-0/+3