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-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
Cheryl Sabella
2018-06-04
1
-31/+31
*
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
Cheryl Sabella
2018-06-02
1
-8/+30
*
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
Cheryl Sabella
2018-06-01
2
-14/+17
*
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
Cheryl Sabella
2018-05-24
1
-19/+20
*
bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638)
Cheryl Sabella
2018-05-19
1
-0/+347
*
Fix duplicating words words. (GH-6296)
Serhiy Storchaka
2018-03-28
2
-2/+2
*
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
Cheryl Sabella
2018-02-28
1
-42/+14
*
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
Cheryl Sabella
2018-02-24
1
-35/+35
*
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
Terry Jan Reedy
2018-02-22
1
-30/+4
*
bpo-32874: IDLE: add tests for pyparse (GH-5755)
Cheryl Sabella
2018-02-22
1
-0/+523
*
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
Terry Jan Reedy
2018-02-12
1
-3/+4
*
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...
Terry Jan Reedy
2018-02-12
1
-25/+27
*
Fix idlelib comment typos reported by Mike on pull request 4803. (#4807)
Terry Jan Reedy
2017-12-12
2
-2/+2
*
bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)
Cheryl Sabella
2017-11-23
2
-16/+77
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-2/+2
*
bpo-31860: Make the font sample in the IDLE font configuration dialog editabl...
Serhiy Storchaka
2017-10-28
1
-3/+3
*
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter
2017-10-17
1
-0/+35
*
bpo-25588: Document autotest in idle_test/README.txt. (#4000)
Terry Jan Reedy
2017-10-15
1
-1/+10
*
bpo-30397: Add re.Pattern and re.Match. (#1646)
Serhiy Storchaka
2017-10-04
1
-1/+1
*
bpo-31460: Simplify the API of IDLE's Module Browser. (#3842)
Terry Jan Reedy
2017-09-30
1
-10/+4
*
bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser....
Cheryl Sabella
2017-09-23
2
-22/+22
*
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
1
-0/+242
*
bpo-31488: IDLE - update former extensions when options change. (#3612)
Terry Jan Reedy
2017-09-16
1
-1/+1
*
bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590)
Terry Jan Reedy
2017-09-14
2
-44/+39
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
1
-1/+1
*
bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501)
Terry Jan Reedy
2017-09-11
1
-11/+17
*
bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)
wohlganger
2017-09-10
2
-52/+58
*
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
[next]