summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.9v3.8.9Łukasz Langa2021-04-022-5/+0
* bpo-42225: IDLE - document two unix-related problems. (GH-25078)Miss Islington (bot)2021-03-311-0/+2
* bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632)Miss Islington (bot)2021-02-241-0/+3
* Python 3.8.8rc1v3.8.8rc1Łukasz Langa2021-02-165-10/+0
* bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)Miss Islington (bot)2021-01-291-0/+1
* bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366)Miss Islington (bot)2021-01-291-0/+2
* bpo-43008: Make IDLE respect sys.excepthook (GH-24302)Miss Islington (bot)2021-01-271-0/+1
* bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)Miss Islington (bot)2021-01-101-0/+1
* [3.8] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)Terry Jan Reedy2021-01-051-0/+2
* bpo-42508: Keep IDLE running on macOS (GH-23577) (#23670)Miss Islington (bot)2021-01-051-0/+3
* Python 3.8.7rc1v3.8.7rc1Łukasz Langa2020-12-076-11/+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-201-0/+2
* bpo-41775: Make 'IDLE Shell' the shell title (GH-22399)Miss Islington (bot)2020-09-241-0/+1
* Python 3.8.6v3.8.6Łukasz Langa2020-09-232-3/+0
* 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.8.6rc1v3.8.6rc1Łukasz Langa2020-09-072-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.8.5v3.8.5Łukasz Langa2020-07-201-2/+0
* [3.8] bpo-41300: IDLE - save files with non-ascii chars (GH-21512)Miss Islington (bot)2020-07-161-0/+2
* Python 3.8.4v3.8.4Łukasz Langa2020-07-132-4/+0
* bpo-37765: Add keywords to IDLE tab completions (GH-15138)Miss Islington (bot)2020-07-091-0/+2
* Merge tag 'v3.8.4rc1' into 3.8Łukasz Langa2020-06-303-4/+0
|\
| * Python 3.8.4rc1v3.8.4rc1Łukasz Langa2020-06-293-4/+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
* 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.8.3rc1v3.8.3rc1Łukasz Langa2020-04-296-11/+0
* bpo-38439: Add 256px IDLE icon (GH-17473)Miss Islington (bot)2020-04-221-0/+2
* bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)Miss Islington (bot)2020-04-041-0/+2
* bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)Miss Islington (bot)2020-03-091-0/+2
* bpo-39885: IDLE context menu clears selection (GH-18859)Miss Islington (bot)2020-03-081-0/+2
* bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)Miss Islington (bot)2020-03-081-0/+2
* bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)Miss Islington (bot)2020-02-281-0/+1
* Python 3.8.2v3.8.2Łukasz Langa2020-02-241-1/+0
* Merge tag 'v3.8.2rc2' into 3.8Łukasz Langa2020-02-181-1/+0
|\
| * Python 3.8.2rc2v3.8.2rc2Łukasz Langa2020-02-171-1/+0
* | bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)Miss Islington (bot)2020-02-181-0/+1
|/
* Merge tag 'v3.8.2rc1' into 3.8Łukasz Langa2020-02-116-9/+0
|\
| * Python 3.8.2rc1v3.8.2rc1Łukasz Langa2020-02-106-9/+0
* | bpo-39600, IDLE: Remove duplicated font names (GH-18430)Miss Islington (bot)2020-02-101-0/+1
|/
* bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150)Miss Islington (bot)2020-01-311-0/+2
* bpo-30780: Add IDLE configdialog tests (GH-3592)Miss Islington (bot)2020-01-271-0/+1
* bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)Miss Islington (bot)2020-01-251-0/+1