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-5680: IDLE: Customize running a module (GH-13763)
Miss Islington (bot)
2019-06-18
2
-27/+87
*
bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
Miss Islington (bot)
2019-06-16
1
-2/+2
*
IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)
Miss Islington (bot)
2019-06-07
1
-2/+2
*
bpo-37177: make IDLE's search dialogs transient (GH-13869)
Miss Islington (bot)
2019-06-07
1
-5/+6
*
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
Miss Islington (bot)
2019-06-05
1
-57/+63
*
IDLE: Fix typos in docs and comments (GH-13749)
Miss Islington (bot)
2019-06-03
3
-3/+3
*
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
Miss Islington (bot)
2019-06-02
3
-5/+5
*
bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011)
Miss Islington (bot)
2019-06-01
1
-14/+14
*
IDLE - Capitalize search dialogs' 'Close' button label. (GH-13691)
Miss Islington (bot)
2019-05-31
1
-1/+2
*
[3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)
penguindustin
2019-05-06
1
-1/+1
*
bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209)
Miss Islington (bot)
2019-03-24
1
-21/+119
*
bpo-36405: IDLE - Restore __main__ and add tests (GH-12518)
Miss Islington (bot)
2019-03-24
1
-3/+8
*
bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)
Miss Islington (bot)
2019-03-23
1
-11/+81
*
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)
Miss Islington (bot)
2019-03-22
2
-29/+20
*
bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) (GH-12075)
Miss Islington (bot)
2019-02-27
1
-10/+42
*
bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472)
Miss Islington (bot)
2019-02-19
1
-10/+348
*
bpo-35683: Improve Azure Pipelines steps (GH-11493)
Steve Dower
2019-01-22
1
-0/+2
*
bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585)
Miss Islington (bot)
2019-01-18
1
-7/+3
*
bpo-35730: Disable IDLE test_reload assertion. (GH-11543)
Miss Islington (bot)
2019-01-13
1
-1/+3
*
bpo-35196: Optimize Squeezer's write() interception (GH-10454)
Miss Islington (bot)
2019-01-13
1
-177/+134
*
bpo-35641: IDLE - format calltip properly when no docstring (GH-11415)
Miss Islington (bot)
2019-01-03
1
-0/+29
*
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
Miss Islington (bot)
2019-01-03
1
-3/+5
*
bpo-35598: IDLE - Globalize some config_key objects (GH-11392)
Miss Islington (bot)
2018-12-31
1
-19/+22
*
bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365)
Miss Islington (bot)
2018-12-30
1
-4/+4
*
bpo-35598: IDLE: Increase test coverage for config_key.py (GH-11360)
Miss Islington (bot)
2018-12-30
1
-3/+192
*
bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330)
Miss Islington (bot)
2018-12-28
2
-26/+25
*
bpo-35208: Fix IDLE Squeezer line counting (GH-10449)
Miss Islington (bot)
2018-12-24
1
-0/+23
*
bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)
Miss Islington (bot)
2018-12-22
1
-0/+6
*
bpo-35202: Remove more unused imports in idlelib (GH-10573)
Miss Islington (bot)
2018-11-17
4
-4/+3
*
bpo-35202: Remove unused imports in idlelib (GH-10438)
Miss Islington (bot)
2018-11-10
3
-3/+0
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Miss Islington (bot)
2018-11-05
2
-5/+5
*
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Miss Islington (bot)
2018-09-25
4
-6/+518
*
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...
Miss Islington (bot)
2018-08-05
3
-1/+150
*
bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)
Miss Islington (bot)
2018-06-27
1
-0/+1
*
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
Miss Islington (bot)
2018-06-24
1
-0/+4
*
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
Miss Islington (bot)
2018-06-23
1
-10/+0
*
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)
Miss Islington (bot)
2018-06-22
1
-9/+20
*
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
Miss Islington (bot)
2018-06-21
1
-1/+1
*
bpo-33906: Rename idlelib.windows as window (GH-7833)
Miss Islington (bot)
2018-06-21
2
-9/+9
*
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
Miss Islington (bot)
2018-06-20
2
-26/+38
*
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
Miss Islington (bot)
2018-06-20
1
-2/+2
*
bpo-33907: Rename an IDLE module and classes. (GH-7810)
Miss Islington (bot)
2018-06-20
1
-2/+2
*
bpo-33907: Rename an IDLE module and class. (GH-7807)
Miss Islington (bot)
2018-06-20
2
-14/+14
*
bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)
Miss Islington (bot)
2018-06-20
16
-63/+284
*
bpo-33855: More edits and new minimal tests for IDLE (GH-7761)
Miss Islington (bot)
2018-06-18
18
-310/+444
*
bpo-33855: Minimally test all IDLE modules. (GH-7689)
Miss Islington (bot)
2018-06-15
21
-84/+366
*
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...
Miss Islington (bot)
2018-06-08
1
-0/+34
*
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
Miss Islington (bot)
2018-06-04
1
-31/+31
*
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
Miss Islington (bot)
2018-06-02
1
-8/+30
*
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
Miss Islington (bot)
2018-06-01
2
-14/+17
[next]