Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2528a6c3d0660c03ae43d796628462ccf8e58190
/
Lib
/
idlelib
/
NEWS.txt
d0d9fa8
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
by Cheryl Sabella
· 6 years ago
f9e07e1
bpo-32989: IDLE - remove unneeded parameter (GH-18138)
by Terry Jan Reedy
· 6 years ago
2e43b64
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
by Zackery Spytz
· 6 years ago
ec64640
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
by Cheryl Sabella
· 6 years ago
6c7bb38
bpo-39136: Fixed typos (GH-17720)
by Gurupad Hegde
· 6 years ago
bbc4162
bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
by JohnnyNajera
· 6 years ago
232689b
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
by JohnnyNajera
· 6 years ago
6bf644e
bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
by Terry Jan Reedy
· 6 years ago
b846247
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)
by Terry Jan Reedy
· 6 years ago
9c28449
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
by Zackery Spytz
· 6 years ago
c8b53dc
bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)
by Zackery Spytz
· 6 years ago
a8fb932
bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947)
by Terry Jan Reedy
· 6 years ago
e31a79a
bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943)
by Terry Jan Reedy
· 6 years ago
dfd34a9
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)
by Terry Jan Reedy
· 6 years ago
c59295a
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)
by Terry Jan Reedy
· 6 years ago
38da805
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
by Terry Jan Reedy
· 6 years ago
2cd9025
bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)
by GeeTransit
· 6 years ago
132acab
bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)
by Tal Einat
· 6 years ago
1039f39
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
by Terry Jan Reedy
· 6 years ago
71662dc
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
by Tal Einat
· 6 years ago
1407029
bpo-37748: Re-order the Run menu. (GH-15115)
by Terry Jan Reedy
· 6 years ago
fff5cb2
bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)
by Terry Jan Reedy
· 6 years ago
0acb646
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
by Terry Jan Reedy
· 6 years ago
f35c51d
bpo-34162: Update idlelib/news.txt. (#15011)
by Terry Jan Reedy
· 6 years ago
fcf1d00
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
by Tal Einat
· 6 years ago
54cf2e0
bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)
by Terry Jan Reedy
· 6 years ago
8fac122
bpo-37321: Edit IDLE subprocess connection error messages. (#14170)
by Terry Jan Reedy
· 6 years ago
5bff3c8
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)
by Tal Einat
· 6 years ago
6bdc4de
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
by Cheryl Sabella
· 6 years ago
1a4d9ff
bpo-32411: IDLE: Remove line number sort in browser.py (#5011)
by Cheryl Sabella
· 6 years ago
81bb97d
bpo-37038: Make idlelib.run runnable; add test clause (GH-13560)
by Terry Jan Reedy
· 6 years ago
6d965b3
bpo-36958: In IDLE, print exit message (GH-13435)
by Terry Jan Reedy
· 6 years ago
6a258c8
bpo-36429: Fix starting IDLE with pyshell (#12548)
by Terry Jan Reedy
· 6 years ago
0fe4513
bpo-36405: IDLE - Restore __main__ and add tests (#12518)
by Terry Jan Reedy
· 6 years ago
2b75155
bpo-36405: Use dict unpacking in idlelib (#12507)
by Terry Jan Reedy
· 6 years ago
c141957
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)
by Terry Jan Reedy
· 6 years ago
491ef53
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262)
by Terry Jan Reedy
· 6 years ago
8a1bab9
bpo-34162: Add entries for idlelib/NEWS.txt (#12232)
by Terry Jan Reedy
· 6 years ago
d610116
bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)
by Terry Jan Reedy
· 6 years ago
ee0f927
bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472)
by Cheryl Sabella
· 6 years ago
8a03ff2
bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)
by Terry Jan Reedy
· 7 years ago
39ed289
bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614)
by Terry Jan Reedy
· 7 years ago
a902239
bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602)
by Terry Jan Reedy
· 7 years ago
56c1605
bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597)
by Terry Jan Reedy
· 7 years ago
39a33e9
bpo-35196: Optimize Squeezer's write() interception (GH-10454)
by Tal Einat
· 7 years ago
44a79cc
bpo-35208: Fix IDLE Squeezer line counting (GH-10449)
by Tal Einat
· 7 years ago
8874f51
bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282)
by Cheryl Sabella
· 7 years ago
c1b4b0f
bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)
by Cheryl Sabella
· 7 years ago
87ec110
bpo-34162: Update idlelib/NEWS.txt to 2018-12-20. (#11255)
by Terry Jan Reedy
· 7 years ago
9ebe879
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464)
by Tal Einat
· 7 years ago
6ea9d54
bpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964)
by Terry Jan Reedy
· 7 years ago
683281f
bpo-34906: Doc: Fix typos (2) (GH-9735)
by Stéphane Wirtel
· 7 years ago
22ef31d
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
by Terry Jan Reedy
· 7 years ago
16fba62
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
by Terry Jan Reedy
· 7 years ago
5a60667
bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549)
by Terry Jan Reedy
· 7 years ago
2c5c0a3
bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345)
by Terry Jan Reedy
· 7 years ago
4b704f2
bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646)
by Terry Jan Reedy
· 7 years ago
800415e
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
by Terry Jan Reedy
· 7 years ago
b1f6902
Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)
by Terry Jan Reedy
· 7 years ago
8506016
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
by Cheryl Sabella
· 7 years ago
6b0d09b
bpo-30928: Update idlelib/NEWS.txt. (#6995)
by Terry Jan Reedy
· 7 years ago
038b21f
bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (#6873)
by Terry Jan Reedy
· 7 years ago
61f82e0
Spelling fixes to docs, docstrings, and comments (GH-6374)
by Ville Skyttä
· 7 years ago
0954c9e
bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
by Terry Jan Reedy
· 7 years ago
05e8067
Add entry for uniform lower context; add 'since' to be explicit. (GH-5539)
by Terry Jan Reedy
· 8 years ago
f658641
Removed doubled 'bpo-'. (#4777)
by Terry Jan Reedy
· 8 years ago
2c0c68d
bpo-30928: update idlelib/NEWS.txt. (#4706)
by Terry Jan Reedy
· 8 years ago
21255fc
bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (#4701)
by Terry Jan Reedy
· 8 years ago
a5293b4
Fix miscellaneous typos (#4275)
by luzpaz
· 8 years ago
27288de
bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (#4025)
by Terry Jan Reedy
· 8 years ago
55679e0
bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (#3635)
by Terry Jan Reedy
· 8 years ago
8239fd7
bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (#3503)
by Terry Jan Reedy
· 8 years ago
7f06684
bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (#3098)
by Terry Jan Reedy
· 8 years ago
c3aa47f
bpo-30928: Update IDLE News.txt. (#2948)
by Terry Jan Reedy
· 8 years ago
0d0a32f
Update idlelib/NEWS.txt. (#2703)
by terryjreedy
· 8 years ago
1ccbad9
Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (#2595)
by terryjreedy
· 8 years ago
faa63d1
Add IDLE items to NEWS and idlelib/NEWS.txt (#2239)
by terryjreedy
· 8 years ago
503bc63
Update idlelib NEWS for 3.7 (#2089)
by terryjreedy
· 8 years ago
c6b5f08
Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.
by Terry Jan Reedy
· 9 years ago
55f3ae6
Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.
by Terry Jan Reedy
· 9 years ago
6c58c34
IDLE NEWS item and ack.
by Terry Jan Reedy
· 9 years ago
3dad1a5
Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
by Terry Jan Reedy
· 9 years ago
7036019
IDLE newx items. merge from 3.5
by Terry Jan Reedy
· 9 years ago
d92cecb
IDLE newx items.
by Terry Jan Reedy
· 9 years ago
49dcf9d
Fix typo in IDLE News.
by Terry Jan Reedy
· 9 years ago
9f95770
Fix typo in IDLE News.
by Terry Jan Reedy
· 9 years ago
97c463d
Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.
by Terry Jan Reedy
· 9 years ago
d3fb557
Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.
by Terry Jan Reedy
· 9 years ago
702f4f5
Issue #23804: Merge spelling and NEWS fixes from 3.5
by Martin Panter
· 9 years ago
204bf0b
English spelling and grammar fixes
by Martin Panter
· 9 years ago
4bf9c51
IDLE NEWS items.
by Terry Jan Reedy
· 9 years ago
754a5c1
Merge Update NEWS and idlelib NEWS.text.
by Terry Jan Reedy
· 9 years ago
1e957d1
Update NEWS and idlelib NEWS.text.
by Terry Jan Reedy
· 9 years ago
b8a79ae
Issue #27365: Merge minimal part.
by Terry Jan Reedy
· 9 years ago
6ff7a14
Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.
by Terry Jan Reedy
· 9 years ago
b1c9b64
IDLE NEWS entries
by Terry Jan Reedy
· 9 years ago
661c032
Merge Issue #5124: NEWS entries.
by Terry Jan Reedy
· 9 years ago
8ace13b
Issue #5124: NEWS entries.
by Terry Jan Reedy
· 9 years ago
ea938ba
Items for NEWS and idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
8bff8f6
Items for NEWS and idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
Next »