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-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839)
Terry Jan Reedy
2017-09-30
6
-6/+6
*
bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser....
Cheryl Sabella
2017-09-23
6
-37/+37
*
bpo-31559: Remove test order dependence in idle_test.test_browser. (#3708)
Terry Jan Reedy
2017-09-23
1
-17/+34
*
bpo-1612262: IDLE: Class Browser shows nested functions, classes (#2573)
Cheryl Sabella
2017-09-22
3
-157/+326
*
bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639)
Serhiy Storchaka
2017-09-21
3
-0/+19
*
bpo-31500: Removed fixed size of IDLE config dialog. (#3664)
Terry Jan Reedy
2017-09-19
1
-1/+1
*
bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (#3635)
Terry Jan Reedy
2017-09-18
1
-0/+19
*
bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (#3634)
Terry Jan Reedy
2017-09-18
1
-2/+2
*
bpo-31493: Fix code context update and font update timers. (#3622)
Terry Jan Reedy
2017-09-17
1
-26/+26
*
bpo-31488: IDLE - update former extensions when options change. (#3612)
Terry Jan Reedy
2017-09-16
3
-25/+28
*
bpo-314777: IDLE - improve rstrip entry in doc (#3602)
Terry Jan Reedy
2017-09-15
1
-2/+4
*
bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590)
Terry Jan Reedy
2017-09-14
3
-45/+40
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
3
-31/+31
*
bpo-31421: Document how IDLE runs tkinter programs. (#3513)
Terry Jan Reedy
2017-09-12
1
-10/+30
*
bpo-27099: Finish updating IDLE doc and help text. (#3510)
Terry Jan Reedy
2017-09-12
1
-16/+7
*
bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (#3503)
Terry Jan Reedy
2017-09-11
1
-0/+46
*
bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501)
Terry Jan Reedy
2017-09-11
1
-11/+17
*
bpo-30781: IDLE: Fix help button on configdialog (#3238)
Cheryl Sabella
2017-09-11
1
-3/+3
*
bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)
wohlganger
2017-09-10
19
-252/+428
*
bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help...
Terry Jan Reedy
2017-08-30
1
-38/+45
*
bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046)
Cheryl Sabella
2017-08-27
2
-62/+274
*
bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220)
Terry Jan Reedy
2017-08-27
2
-7/+15
*
bpo-30781: IDLE - use ttk widgets in configdialog (#2654)
Cheryl Sabella
2017-08-26
2
-85/+85
*
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160)
Cheryl Sabella
2017-08-20
1
-657/+0
*
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156)
Cheryl Sabella
2017-08-20
2
-39/+37
*
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141)
Cheryl Sabella
2017-08-18
1
-0/+643
*
bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123)
Cheryl Sabella
2017-08-18
2
-157/+670
*
bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (#3098)
Terry Jan Reedy
2017-08-15
1
-1/+29
*
bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096)
Cheryl Sabella
2017-08-15
2
-457/+468
*
bpo-31002: IDLE: Add tests for configdialog keys tab (#2996)
Cheryl Sabella
2017-08-15
2
-188/+609
*
bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822)
Louie Lu
2017-08-10
2
-26/+59
*
bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016)
Terry Jan Reedy
2017-08-07
2
-38/+49
*
bpo-29910: IDLE - revert `break`s that disabled calltip close. (#2997)
Terry Jan Reedy
2017-08-07
1
-4/+4
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-31083: IDLE: Describe the Page classes in configdialog (#2965)
csabella
2017-08-01
1
-15/+27
*
bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952)
csabella
2017-07-30
2
-284/+267
*
bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905)
csabella
2017-07-30
2
-239/+267
*
bpo-30928: Update IDLE News.txt. (#2948)
Terry Jan Reedy
2017-07-30
1
-2/+40
*
bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938)
Terry Jan Reedy
2017-07-29
2
-35/+42
*
bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936)
Terry Jan Reedy
2017-07-28
2
-16/+23
*
bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914)
csabella
2017-07-28
1
-62/+42
*
bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908)
Terry Jan Reedy
2017-07-27
1
-768/+772
*
bpo-31003: IDLE - Add more tests for General tab (#2859)
Terry Jan Reedy
2017-07-27
3
-198/+379
*
bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2...
csabella
2017-07-26
2
-2/+147
*
bpo-30993: IDLE - Improve configdialog font page and tests. (#2831)
Terry Jan Reedy
2017-07-24
2
-197/+213
*
bpo-30993: IDLE - Improve configdialog font page and tests. (#2818)
Terry Jan Reedy
2017-07-23
2
-56/+63
*
bpo-30981: IDLE: Augment one configdialog font page test (#2810)
Terry Jan Reedy
2017-07-22
2
-14/+32
*
bpo-30981: temporarity skip failing IDLE test class (#2798)
Terry Jan Reedy
2017-07-21
2
-3/+5
*
bpo-30981: IDLE -- Add more configdialog font page tests. (#2794)
Terry Jan Reedy
2017-07-21
2
-63/+53
*
bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787)
Terry Jan Reedy
2017-07-21
1
-54/+54
[prev]
[next]