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
*
gh-84623: Remove unused imports in stdlib (#93773)
Victor Stinner
2022-06-13
2
-2/+1
*
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)
luzpaz
2022-05-30
1
-2/+2
*
bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
Serhiy Storchaka
2022-05-08
1
-1/+1
*
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
Serhiy Storchaka
2022-05-06
1
-3/+3
*
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31...
Oleg Iarygin
2022-04-19
1
-1/+3
*
bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962)
Serhiy Storchaka
2022-03-19
3
-36/+1
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Alex Waygood
2022-02-13
9
-3/+75
*
Optimize images by IMGbot (GH-21348)
Manish Kumar ⛄
2022-02-04
10
-0/+0
*
bpo-46588: fix typo in test_calltip.py (GH-31119)
Caio Agiani
2022-02-04
1
-1/+1
*
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
Terry Jan Reedy
2022-02-03
2
-1/+4
*
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
Terry Jan Reedy
2022-02-03
3
-4/+4
*
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
Nick Drozd
2022-02-03
5
-24/+9
*
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Wes
2022-02-02
3
-2/+6
*
bpo-46496: news11-10 for bpo45296 (GH-30937)
Terry Jan Reedy
2022-01-27
1
-0/+6
*
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
Terry Jan Reedy
2022-01-27
2
-11/+13
*
bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30875)
Terry Jan Reedy
2022-01-25
1
-0/+12
*
bpo-41841: update idlelib News up to 3.10.0. (GH-30868)
Terry Jan Reedy
2022-01-25
1
-1/+31
*
bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)
Terry Jan Reedy
2021-10-16
2
-3/+12
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
5
-7/+7
*
bpo-45296: Fix exit/quit message on Windows (GH-28577)
Terry Jan Reedy
2021-09-28
2
-0/+14
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
2
-2/+2
*
bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
Terry Jan Reedy
2021-09-15
1
-1/+1
*
bpo-45020: Don't test IDLE with frozen module. (GH-28344)
Terry Jan Reedy
2021-09-15
1
-2/+2
*
IDLE: adjust Python version in doc url for 3.10+ (GH-28228)
giovanniwijaya
2021-09-10
1
-5/+7
*
Update idlelib/help.html to include idle.rst spelling fix (GH-28191)
Terry Jan Reedy
2021-09-07
1
-13/+7
*
bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
Terry Jan Reedy
2021-08-31
1
-0/+9
*
bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
Serhiy Storchaka
2021-08-31
1
-1/+1
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-1/+1
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
1
-4/+9
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-3/+3
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-13
2
-2/+2
*
bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
Kaustubh J
2021-06-11
1
-0/+1
*
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
Mark Roseman
2021-06-10
2
-118/+71
*
bpo-40468: Split IDLE settings General tab (GH-26621)
Terry Jan Reedy
2021-06-09
2
-139/+180
*
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
Terry Jan Reedy
2021-06-09
2
-201/+216
*
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
Terry Jan Reedy
2021-06-08
2
-139/+188
*
Use absolute imports in IDLE tests (GH-26581)
Terry Jan Reedy
2021-06-07
1
-1/+1
*
bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-...
Tal Einat
2021-06-02
3
-43/+49
*
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...
Tal Einat
2021-05-28
1
-27/+36
*
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
Tal Einat
2021-05-27
1
-1/+7
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Tal Einat
2021-05-19
3
-73/+328
*
bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)
E-Paine
2021-05-07
3
-5/+61
*
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
Tal Einat
2021-05-03
8
-212/+336
*
bpo-43981: Fix reference leaks in test_squeezer (GH-25758)
Pablo Galindo
2021-04-30
1
-0/+1
*
bpo-43981: Fix error in idle-test leak test (GH-25739)
Terry Jan Reedy
2021-04-30
1
-3/+2
*
bpo-37892: Use space indents in IDLE Shell (GH-25678)
Terry Jan Reedy
2021-04-29
2
-3/+10
*
bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
Tal Einat
2021-04-28
13
-131/+886
*
bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...
Serhiy Storchaka
2021-04-25
3
-7/+7
*
Reformat idlelib colorizer (GH-25479)
E-Paine
2021-04-23
1
-16/+20
[next]