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-97928: Partially restore the behavior of tkinter.Text.count() by default (...
Serhiy Storchaka
2024-02-11
1
-1/+1
*
gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103...
Christopher Chavez
2024-02-02
3
-14/+23
*
gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227)
Terry Jan Reedy
2024-01-18
7
-42/+44
*
gh-72284: Revise lists in IDLE doc (#114174)
Terry Jan Reedy
2024-01-17
2
-38/+31
*
gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (#114168)
Terry Jan Reedy
2024-01-17
1
-1/+1
*
Fix 'expresion' typo in IDLE doc (#114130)
Terry Jan Reedy
2024-01-16
1
-48/+71
*
gh-113903: Fix an IDLE configdialog test (#113973)
Terry Jan Reedy
2024-01-12
2
-16/+15
*
gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (#113...
Ronald Oussoren
2024-01-06
4
-20/+25
*
gh-57795: Add news to idlelib/News3.txt (#113522)
Terry Jan Reedy
2023-12-27
1
-0/+4
*
gh-57795: IDLE: Enter the selected text when opening the "Replace" dialog (GH...
Zackery Spytz
2023-12-27
1
-16/+7
*
gh-81682: Fix test failures when CPython is built without docstrings (GH-113410)
Serhiy Storchaka
2023-12-23
1
-0/+6
*
gh-113269: IDLE - Fix test_editor hang (macOS) (#113271)
Terry Jan Reedy
2023-12-19
2
-1/+3
*
IDLE: Add util and stub example comments (#113222)
Terry Jan Reedy
2023-12-17
2
-3/+5
*
gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (#112988)
Terry Jan Reedy
2023-12-12
3
-5/+17
*
GH-83162: Rename re.error for better clarity. (#101677)
achhina
2023-12-11
2
-2/+2
*
gh-112898: warn about unsaved files when quitting IDLE on macOS (#112939)
Ronald Oussoren
2023-12-11
1
-1/+1
*
IDLE: Tweak iomenu.IOBinding.maybesave (#112914)
Terry Jan Reedy
2023-12-10
1
-10/+11
*
gh-66819: More IDLE htest updates(4) (#112686)
Terry Jan Reedy
2023-12-04
25
-34/+62
*
gh-66819: More IDLE htest updates(3) (#112683)
Terry Jan Reedy
2023-12-04
6
-26/+27
*
gh-66819: More IDLE htest updates(2) (#112642)
Terry Jan Reedy
2023-12-03
9
-69/+70
*
gh-66819: More IDLE htest updates (#112574)
Terry Jan Reedy
2023-12-01
1
-55/+52
*
IDLE: fix config_key htest (#112545)
Terry Jan Reedy
2023-11-30
2
-2/+2
*
IDLE: Fix test_debugger bug and buildbot failures (#112258)
Terry Jan Reedy
2023-11-19
1
-5/+7
*
gh-79871: IDLE - Fix and test debugger module (#11451)
Anthony Shaw
2023-11-19
4
-77/+396
*
gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879)
Nikita Sobolev
2023-11-09
1
-4/+4
*
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
Serhiy Storchaka
2023-10-24
1
-4/+3
*
gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053)
Terry Jan Reedy
2023-10-19
2
-24/+22
*
gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)
Terry Jan Reedy
2023-10-18
8
-26/+28
*
IDLE: Condense run.main threading.Thread start. (#106125)
Terry Jan Reedy
2023-06-27
1
-5/+6
*
gh-102832: IDLE - update stackviewer open (#105528)
Terry Jan Reedy
2023-06-08
1
-2/+2
*
gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackviewer (#10...
Irit Katriel
2023-06-08
4
-52/+22
*
gh-104972: Ensure that line attributes in tokens in the tokenize module are c...
Pablo Galindo Salgado
2023-05-26
1
-2/+2
*
gh-104825: Remove implicit newline in the line attribute in tokens emitted in...
Pablo Galindo Salgado
2023-05-24
1
-2/+2
*
gh-104719: IDLE - test existence of all tokenize references. (#104767)
Terry Jan Reedy
2023-05-24
4
-12/+52
*
gh-104719: IDLE - delete useless monkeypatch of tokenize (#104726)
Terry Jan Reedy
2023-05-21
1
-12/+6
*
gh-104499: Fix typo. (#104598)
Terry Jan Reedy
2023-05-18
1
-1/+1
*
gh-104499: IDLE - fix completions for tk aqua 8.7 (#104591)
Terry Jan Reedy
2023-05-18
2
-7/+5
*
gh-104496: IDLE - fix About for mixed tcl/tk versions (#104585)
Terry Jan Reedy
2023-05-17
3
-23/+21
*
GH-71383: IDLE - Document testing subsets of modules (#104463)
Terry Jan Reedy
2023-05-14
2
-15/+28
*
gh-75710: IDLE - add docstrings and comments to editor module (#104446)
Terry Jan Reedy
2023-05-13
1
-25/+102
*
gh-99836: IDLE - update news.txt for 3.12 (#104444)
Terry Jan Reedy
2023-05-13
1
-2/+13
*
gh-88496: IDLE - fix another test on macOS (#104075)
Terry Jan Reedy
2023-05-02
1
-2/+3
*
gh-88496: Fix IDLE test hang on macOS (#104025)
Terry Jan Reedy
2023-05-01
2
-2/+2
*
Change 'dependant' to 'dependent' (#103745)
Christopher Chavez
2023-04-24
1
-2/+2
*
gh-103668: Run pyugrade on idlelib (#103671)
Nikita Sobolev
2023-04-23
17
-50/+50
*
gh-102778: IDLE - make sys.last_exc available in Shell after traceback (#103314)
Irit Katriel
2023-04-19
1
-0/+1
*
gh-102778: revert changes to idlelib (#102825)
Irit Katriel
2023-03-19
4
-24/+9
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
4
-9/+24
*
IDLE: Simplify DynOptionsMenu __init__code (#101371)
JosephSBoyle
2023-02-28
1
-14/+11
*
IDLE - fix module browser test (#100647)
Terry Jan Reedy
2023-01-01
1
-2/+1
[next]