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
*
[2.7] Fix 2.7 test -R test_IDLE failure on Windows (GH-13958)
Terry Jan Reedy
2019-06-16
1
-2/+2
*
[2.7] bpo-37177: make IDLE's search dialogs transient (GH-13869)
Tal Einat
2019-06-07
2
-5/+8
*
[2.7] Update idlelib NEWS.txt for 2.7 (GH-13436)
Terry Jan Reedy
2019-05-20
1
-1/+9
*
[2.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102) ...
Terry Jan Reedy
2019-05-13
1
-0/+2
*
[2.7] IDLE: Fix typo in keybindingDialog.py (GH-2322) (GH-12231)
Terry Jan Reedy
2019-03-08
1
-1/+1
*
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original ...
Ned Deily
2019-03-01
1
-1/+1
*
[2.7] bpo-35133: Fix mistakes when concatenate string literals on different l...
Serhiy Storchaka
2018-11-05
3
-6/+6
*
bpo-31500: Default fonts now are scaled on HiDPI displays. (#10015)
Terry Jan Reedy
2018-10-20
1
-0/+2
*
[2.7] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (GH-6...
Cheryl Sabella
2018-10-20
3
-0/+18
*
[2.7] bpo-34162: Update 2.7 idlelib/NEWS.txt to 2018-9-24 (GH-9550)
Terry Jan Reedy
2018-09-24
1
-2/+15
*
[2.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) (GH-8644)
Terry Jan Reedy
2018-08-03
1
-0/+1
*
[2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
Tal Einat
2018-08-02
7
-1/+16
*
[2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758)
Terry Jan Reedy
2018-06-16
1
-1/+1
*
[2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)
Zachary Ware
2017-06-11
1
-4/+4
*
ring in 2017 for Python
Benjamin Peterson
2017-01-02
1
-1/+1
*
Issue #28998: More APIs now support longs as well as ints.
Serhiy Storchaka
2016-12-27
1
-2/+2
*
Issue #27854: Include idlelib/help.html in 2.7 Windows installer.
Terry Jan Reedy
2016-11-11
1
-0/+6
*
Issue #25507: Add back import needed for 2.x encoding warning box.
Terry Jan Reedy
2016-11-10
1
-0/+2
*
Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.
Terry Jan Reedy
2016-09-30
1
-6/+8
*
IDLE NEWS item and ack.
Terry Jan Reedy
2016-09-29
1
-0/+3
*
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Terry Jan Reedy
2016-09-12
3
-6/+11
*
IDLE newx items.
Terry Jan Reedy
2016-09-10
1
-0/+9
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
*
Issue #27922: IDLE test_idlehistory no longer flash tk widgets.
Terry Jan Reedy
2016-09-04
1
-0/+1
*
Issue #27922: IDLE tests no longer flash tk widgets.
Terry Jan Reedy
2016-09-01
5
-5/+13
*
Issue #17642: add larger font sizes for classroom projection.
Terry Jan Reedy
2016-08-31
1
-1/+2
*
Backport spelling fix.
Terry Jan Reedy
2016-08-30
1
-14/+17
*
Add version to title of IDLE help window.
Terry Jan Reedy
2016-08-26
1
-1/+2
*
Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.
Terry Jan Reedy
2016-08-25
2
-22/+22
*
Fix typo in IDLE News.
Terry Jan Reedy
2016-08-21
1
-1/+1
*
Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.
Terry Jan Reedy
2016-08-21
1
-0/+6
*
Issue #27714: Remove unneeded non-idempotent call that fails on retest.
Terry Jan Reedy
2016-08-21
1
-2/+0
*
Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks
Terry Jan Reedy
2016-08-10
1
-13/+11
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
2
-2/+2
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Martin Panter
2016-07-28
2
-2/+2
*
English spelling and grammar fixes
Martin Panter
2016-07-11
1
-1/+1
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
2
-2/+2
*
Issue #27452: add line counter and crc to IDLE configHandler test dump.
Terry Jan Reedy
2016-07-06
1
-10/+21
*
Update NEWS and idlelib NEWS.text.
Terry Jan Reedy
2016-06-26
1
-1/+12
*
Issue #27365: Add blank lines. to 2.7 test_editmenu
Terry Jan Reedy
2016-06-23
1
-0/+2
*
merge 2.7.12 release branch
Benjamin Peterson
2016-06-22
3
-1/+59
|
\
|
*
fix idle about dialog #27365
Benjamin Peterson
2016-06-22
3
-1/+59
*
|
Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
Terry Jan Reedy
2016-06-14
1
-2/+6
|
/
*
Issue #5124: For 2.7, move requires('gui') from module level to setUpClass.
Terry Jan Reedy
2016-06-11
1
-1/+1
*
Issue #5124: NEWS entries.
Terry Jan Reedy
2016-06-11
1
-0/+4
*
Issue #5124: Paste with selection should always replace.
Terry Jan Reedy
2016-06-11
2
-1/+112
*
Items for NEWS and idlelib/NEWS.txt.
Terry Jan Reedy
2016-06-07
1
-0/+3
*
Issue #24759: Add 'private' notice for idlelib.idle_test.
Terry Jan Reedy
2016-06-04
1
-0/+6
*
IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.
Terry Jan Reedy
2016-06-04
1
-13/+13
*
Issue 20567: Revise idle_test/README.txt and some tests to match new advice.
Terry Jan Reedy
2016-06-03
7
-26/+27
[next]