index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Miss Islington (bot)
2022-02-13
9
-3/+75
*
Optimize images by IMGbot (GH-21348)
Miss Islington (bot)
2022-02-04
10
-0/+0
*
bpo-46588: fix typo in test_calltip.py (GH-31119)
Miss Islington (bot)
2022-02-04
1
-1/+1
*
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
Miss Islington (bot)
2022-02-03
2
-1/+4
*
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
Miss Islington (bot)
2022-02-03
3
-4/+4
*
[3.9] bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
Terry Jan Reedy
2022-02-03
3
-16/+7
*
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Miss Islington (bot)
2022-02-02
3
-2/+6
*
bpo-46496: news39 for bpo45296 (#30949)
Terry Jan Reedy
2022-01-27
1
-0/+6
*
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
Miss Islington (bot)
2022-01-27
2
-11/+13
*
[3.9] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30877)
Terry Jan Reedy
2022-01-25
1
-3/+7
*
bpo-41841: update idlelib News up to 3.10.0 (GH-30871)
Terry Jan Reedy
2022-01-25
1
-3/+26
*
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Christian Clauss
2021-10-07
5
-7/+7
*
bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28601)
Miss Islington (bot)
2021-09-28
2
-0/+14
*
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Łukasz Langa
2021-09-22
2
-2/+2
*
bpo-45020: Don't test IDLE with frozen module. (GH-28344)
Miss Islington (bot)
2021-09-15
1
-2/+2
*
IDLE: adjust Python version in doc url for 3.10+ (GH-28228) (GH-28282)
Miss Islington (bot)
2021-09-10
1
-5/+7
*
[3.8] Update idlelib/help.html to include idle.rst spelling fix (GH-28191) (G...
Miss Islington (bot)
2021-09-07
1
-13/+7
*
bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
Miss Islington (bot)
2021-08-31
1
-0/+9
*
bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
Miss Islington (bot)
2021-08-31
1
-1/+1
*
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
Łukasz Langa
2021-07-30
1
-1/+1
*
bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
Miss Islington (bot)
2021-06-11
1
-0/+1
*
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
Miss Islington (bot)
2021-06-10
2
-118/+71
*
bpo-40468: Split IDLE settings General tab (GH-26621)
Miss Islington (bot)
2021-06-09
2
-139/+180
*
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
Miss Islington (bot)
2021-06-09
2
-201/+216
*
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
Miss Islington (bot)
2021-06-08
2
-139/+188
*
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...
Miss Islington (bot)
2021-05-28
1
-27/+36
*
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
Miss Islington (bot)
2021-05-27
1
-1/+7
*
[3.9] backport non-content changes to IDLE's help.html (GH-26239)
Tal Einat
2021-05-19
1
-8/+14
*
[3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialog...
Serhiy Storchaka
2021-04-25
3
-7/+7
*
Reformat idlelib colorizer (GH-25479)
Miss Islington (bot)
2021-04-23
1
-16/+20
*
bpo-42225: IDLE - document two unix-related problems. (GH-25078)
Miss Islington (bot)
2021-03-31
1
-7/+20
*
[3.9] bpo-41841: revise header (GH-24634)
Terry Jan Reedy
2021-02-24
1
-8/+3
*
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
Miss Islington (bot)
2021-02-24
2
-1/+13
*
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
Miss Islington (bot)
2021-02-21
1
-22/+22
*
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)
Miss Islington (bot)
2021-01-29
1
-1/+1
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Miss Islington (bot)
2021-01-28
5
-5/+35
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Miss Islington (bot)
2021-01-27
3
-12/+61
*
[3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 (#GH-4343)
Terry Jan Reedy
2021-01-26
1
-2/+7
*
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
Miss Islington (bot)
2021-01-25
13
-67/+66
*
bpo-43013: Update idlelib code to 3.x (GH-24315)
Miss Islington (bot)
2021-01-24
10
-47/+49
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Miss Islington (bot)
2021-01-10
3
-3/+19
*
[3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Terry Jan Reedy
2021-01-05
5
-31/+225
*
[3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (...
Serhiy Storchaka
2020-12-19
1
-1/+3
*
bpo-33610: Edit idlelib.codecontext (GH-23773) (GH-23775)
Miss Islington (bot)
2020-12-15
1
-5/+8
*
bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669)
Miss Islington (bot)
2020-12-07
2
-19/+11
*
bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-235...
Miss Islington (bot)
2020-11-30
1
-1/+1
*
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
Miss Islington (bot)
2020-11-22
3
-9/+10
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Miss Islington (bot)
2020-11-20
3
-6/+12
*
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
Miss Skeleton (bot)
2020-11-02
3
-7/+141
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Miss Skeleton (bot)
2020-10-25
3
-14/+22
[next]