summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-39050: The Help button in IDLE's config menu works again (GH-17611)Miss Islington (bot)2020-01-231-0/+1
* bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)Miss Islington (bot)2020-01-211-0/+2
* bpo-34118: memoryview, range, and tuple are classes (GH-17761)Miss Islington (bot)2019-12-301-0/+2
* Python 3.8.1v3.8.1Łukasz Langa2019-12-182-3/+0
* Merge tag 'v3.8.1rc1' into 3.8Łukasz Langa2019-12-105-11/+0
|\
| * Python 3.8.1rc1v3.8.1rc1Łukasz Langa2019-12-095-11/+0
* | bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)Miss Islington (bot)2019-12-101-0/+2
* | bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)Miss Islington (bot)2019-12-091-0/+1
|/
* [3.8] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)Terry Jan Reedy2019-11-271-0/+2
* bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)Miss Islington (bot)2019-11-201-0/+3
* bpo-4630: Add cursor no-blink option for IDLE (GH-16960)Miss Islington (bot)2019-11-131-0/+3
* bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)Miss Islington (bot)2019-11-121-0/+2
* bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939)Miss Skeleton (bot)2019-10-271-0/+1
* v3.8.0v3.8.0Łukasz Langa2019-10-141-3/+0
* bpo-36698: IDLE no longer fails when write non-encodable characters to stderr...Miss Islington (bot)2019-10-081-0/+3
* v3.8.0rc1v3.8.0rc1Łukasz Langa2019-10-016-15/+0
* bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)Miss Islington (bot)2019-09-171-0/+3
* bpo-38183: Test_idle ignores user config directory GH-16198)Miss Islington (bot)2019-09-171-0/+3
* bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)Miss Islington (bot)2019-09-101-0/+2
* bpo-38041: Refine IDLE Shell restart lines. (GH-15709)Miss Islington (bot)2019-09-061-0/+3
* bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368)Miss Islington (bot)2019-09-051-0/+2
* bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)Miss Islington (bot)2019-09-031-0/+2
* Python 3.8.0b4v3.8.0b4Łukasz Langa2019-08-295-7/+0
* bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)Miss Islington (bot)2019-08-261-0/+2
* bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)Miss Islington (bot)2019-08-251-0/+1
* Fix typo and rearrange words in IDLE news item (GH-15471)Miss Islington (bot)2019-08-241-1/+1
* bpo-37849: IDLE: fix completion window positioning above line (GH-15267)Miss Islington (bot)2019-08-141-0/+2
* bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121)Miss Islington (bot)2019-08-051-0/+1
* bpo-37748: Re-order the Run menu. (GH-15115)Miss Islington (bot)2019-08-041-0/+1
* Python 3.8.0b3v3.8.0b3Łukasz Langa2019-07-299-21/+0
* bpo-37692: Improve highlight config sample (GH-14983)Miss Islington (bot)2019-07-281-0/+2
* bpo-37628: Fix IDLE config sample sizes (GH-14958)Miss Islington (bot)2019-07-271-0/+1
* bpo-17535: IDLE editor line numbers (GH-14030)Miss Islington (bot)2019-07-231-0/+4
* bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870)Miss Islington (bot)2019-07-211-0/+3
* bpo-33610: IDLE's code-context always shows current context immediately (GH-1...Miss Islington (bot)2019-07-181-0/+1
* bpo-36390: Gather IDLE Format menu functions into format.py (GH-14827) (GH-14...Miss Islington (bot)2019-07-181-2/+2
* bpo-36390: IDLE: Combine region formatting methods. (GH-12481) (GH-14811)Miss Islington (bot)2019-07-171-0/+2
* bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)Miss Islington (bot)2019-07-171-0/+3
* bpo-27452: IDLE: Cleanup config.py code (GH-14577) (GH-14802)Miss Islington (bot)2019-07-161-0/+1
* bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)Miss Islington (bot)2019-07-061-0/+4
* Python 3.8.0b2v3.8.0b2Łukasz Langa2019-07-046-14/+0
* bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209)Miss Islington (bot)2019-06-181-0/+1
* bpo-5680: IDLE: Customize running a module (GH-13763)Miss Islington (bot)2019-06-181-0/+3
* bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)Miss Islington (bot)2019-06-171-0/+2
* bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14...Miss Islington (bot)2019-06-171-0/+4
* bpo-37177: make IDLE's search dialogs transient (GH-13869)Miss Islington (bot)2019-06-071-0/+2
* bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)Miss Islington (bot)2019-06-051-0/+2
* Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-045-8/+0
* bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)Cheryl Sabella2019-06-021-0/+2
* bpo-32411: IDLE: Remove line number sort in browser.py (#5011)Cheryl Sabella2019-06-011-0/+2