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
/
idle_test
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046)
Cheryl Sabella
2017-08-27
1
-0/+172
*
bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220)
Terry Jan Reedy
2017-08-27
1
-4/+4
*
bpo-30781: IDLE - use ttk widgets in configdialog (#2654)
Cheryl Sabella
2017-08-26
1
-30/+31
*
bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156)
Cheryl Sabella
2017-08-20
1
-28/+28
*
bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123)
Cheryl Sabella
2017-08-18
1
-1/+449
*
bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096)
Cheryl Sabella
2017-08-15
1
-28/+33
*
bpo-31002: IDLE: Add tests for configdialog keys tab (#2996)
Cheryl Sabella
2017-08-15
1
-5/+384
*
bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822)
Louie Lu
2017-08-10
1
-12/+37
*
bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016)
Terry Jan Reedy
2017-08-07
1
-38/+48
*
bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952)
csabella
2017-07-30
1
-26/+27
*
bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905)
csabella
2017-07-30
1
-28/+40
*
bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938)
Terry Jan Reedy
2017-07-29
1
-6/+10
*
bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936)
Terry Jan Reedy
2017-07-28
1
-11/+18
*
bpo-31003: IDLE - Add more tests for General tab (#2859)
Terry Jan Reedy
2017-07-27
2
-10/+188
*
bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2...
csabella
2017-07-26
1
-2/+92
*
bpo-30993: IDLE - Improve configdialog font page and tests. (#2831)
Terry Jan Reedy
2017-07-24
1
-81/+108
*
bpo-30993: IDLE - Improve configdialog font page and tests. (#2818)
Terry Jan Reedy
2017-07-23
1
-8/+12
*
bpo-30981: IDLE: Augment one configdialog font page test (#2810)
Terry Jan Reedy
2017-07-22
1
-13/+23
*
bpo-30981: temporarity skip failing IDLE test class (#2798)
Terry Jan Reedy
2017-07-21
1
-0/+2
*
bpo-30981: IDLE -- Add more configdialog font page tests. (#2794)
Terry Jan Reedy
2017-07-21
1
-18/+25
*
bpo-30968: Fix test_get_font in IDLE's test_config. (#2769)
terryjreedy
2017-07-20
1
-1/+1
*
bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754)
Louie Lu
2017-07-19
1
-5/+11
*
bpo-30917: IDLE: Add config.IdleConf unittests (#2691)
Louie Lu
2017-07-18
1
-4/+443
*
bpo-30934: Document coverage details for idlelib tests (#2711)
terryjreedy
2017-07-16
1
-0/+56
*
bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666)
Louie Lu
2017-07-14
2
-27/+105
*
bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclass...
Louie Lu
2017-07-12
1
-4/+165
*
bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667)
csabella
2017-07-11
1
-2/+5
*
bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in confi...
terryjreedy
2017-07-07
2
-32/+107
*
bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606)
terryjreedy
2017-07-07
1
-1/+1
*
bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#...
csabella
2017-06-29
3
-55/+74
*
bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306)
wohlganger
2017-06-28
1
-37/+31
*
bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428)
terryjreedy
2017-06-27
1
-4/+10
*
bpo-29910: IDLE no longer deletes a character after commenting out a region (...
Serhiy Storchaka
2017-06-27
1
-4/+4
*
bpo-24813: IDLE: Add build bitness to About Idle title (#2380)
csabella
2017-06-27
1
-2/+10
*
bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307)
csabella
2017-06-26
1
-18/+22
*
bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377)
csabella
2017-06-26
1
-8/+71
*
bpo-24813: IDLE: Add default title to help_about (#2366)
csabella
2017-06-24
1
-0/+23
*
bpo-24813: IDLE: Add icon to help_about (#2335)
csabella
2017-06-23
1
-0/+7
*
bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171)
terryjreedy
2017-06-13
1
-0/+1
*
Fix ref leak in idle_test.test_macosx (#2163)
terryjreedy
2017-06-13
1
-0/+4
*
bpo-30642: IDLE: Fix test_query refleak (#2147)
mlouielu
2017-06-13
1
-0/+1
*
bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)
csabella
2017-05-28
2
-15/+16
*
IDLE test_help_about: edit and add test. (#1838)
terryjreedy
2017-05-28
1
-47/+75
*
bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714)
csabella
2017-05-27
1
-9/+9
*
bpo-30290: IDLE: Add more tests for help_about dialog (#1697)
mlouielu
2017-05-21
1
-0/+63
*
IDLE test_textview: add comments and test, increase coverage to 100% (#1641)
terryjreedy
2017-05-18
1
-9/+24
*
bpo-30303: IDLE: Add _utest argument to textview (#1499)
Louie Lu
2017-05-17
1
-1/+41
*
bpo-29995: re.escape() now escapes only special characters. (#1007)
Serhiy Storchaka
2017-04-13
1
-2/+2
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
4
-6/+2
*
bpo-20185: Convert list object implementation to Argument Clinic. (#542)
Serhiy Storchaka
2017-03-11
1
-4/+4
[next]