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-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365)
Cheryl Sabella
2018-12-30
1
-4/+4
*
bpo-35598: IDLE: Increase test coverage for config_key.py (#11360)
Cheryl Sabella
2018-12-30
1
-3/+192
*
bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330)
Cheryl Sabella
2018-12-28
2
-26/+25
*
bpo-35208: Fix IDLE Squeezer line counting (GH-10449)
Tal Einat
2018-12-24
1
-0/+23
*
bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)
Cheryl Sabella
2018-12-22
1
-0/+6
*
bpo-35202: Remove more unused imports in idlelib (GH-10573)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-11-17
4
-4/+3
*
bpo-35202: Remove unused imports in idlelib (GH-10438)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
3
-3/+0
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
2
-5/+5
*
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Tal Einat
2018-09-25
4
-6/+518
*
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...
Tal Einat
2018-08-05
3
-1/+150
*
bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)
Terry Jan Reedy
2018-06-27
1
-0/+1
*
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
Tal Einat
2018-06-24
1
-0/+4
*
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
Terry Jan Reedy
2018-06-23
1
-10/+0
*
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)
Terry Jan Reedy
2018-06-22
1
-9/+20
*
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
Terry Jan Reedy
2018-06-21
1
-1/+1
*
bpo-33906: Rename idlelib.windows as window (#7833)
Terry Jan Reedy
2018-06-21
2
-9/+9
*
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
Terry Jan Reedy
2018-06-20
2
-26/+38
*
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-20
1
-2/+2
*
bpo-33907: Rename an IDLE module and classes. (GH-7810)
Terry Jan Reedy
2018-06-20
1
-2/+2
*
bpo-33907: Rename an IDLE module and class. (GH-7807)
Terry Jan Reedy
2018-06-20
2
-14/+14
*
bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)
Terry Jan Reedy
2018-06-19
16
-63/+284
*
bpo-33855: More edits and new minimal tests for IDLE (GH-7761)
Terry Jan Reedy
2018-06-18
18
-310/+444
*
bpo-33855: Minimally test all IDLE modules. (GH-7689)
Terry Jan Reedy
2018-06-15
21
-84/+366
*
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...
Cheryl Sabella
2018-06-08
1
-0/+34
*
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
[prev]
[next]