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-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646)
Miss Islington (bot)
2018-06-11
1
-4/+5
*
bpo-33656: Add enum name for argument of Windows call. (GH-7642)
Miss Islington (bot)
2018-06-11
1
-1/+4
*
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
Miss Islington (bot)
2018-06-11
3
-3/+20
*
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
Miss Islington (bot)
2018-06-10
1
-202/+206
*
Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)
Miss Islington (bot)
2018-06-08
1
-0/+27
*
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...
Miss Islington (bot)
2018-06-08
2
-0/+49
*
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
Miss Islington (bot)
2018-06-04
2
-52/+56
*
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
Miss Islington (bot)
2018-06-04
1
-2/+27
*
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
Miss Islington (bot)
2018-06-02
5
-35/+67
*
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
Miss Islington (bot)
2018-06-02
5
-29/+31
*
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
Miss Islington (bot)
2018-05-24
3
-59/+60
*
[3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (GH-6997)
Terry Jan Reedy
2018-05-20
1
-0/+5
*
bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638)
Miss Islington (bot)
2018-05-19
2
-13/+397
*
bpo-33564: Add async to IDLE's code context block openers. (GH-6960)
Miss Islington (bot)
2018-05-18
1
-1/+1
*
bpo-30928: update idlelib/NEWS.txt for 3.6. (#6888)
Terry Jan Reedy
2018-05-16
1
-2/+10
*
bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (GH-6873)
Miss Islington (bot)
2018-05-16
1
-0/+21
*
[3.6] bpo-29706: IDLE now colors async and await as keywords in 3.6. (#6879)
Terry Jan Reedy
2018-05-16
1
-1/+1
*
bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846)
Miss Islington (bot)
2018-05-15
1
-3/+2
*
bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-...
Miss Islington (bot)
2018-04-30
1
-4/+4
*
[3.6] Spelling fixes to docs, docstrings, and comments (GH-6374) (#6558)
Terry Jan Reedy
2018-04-21
1
-1/+1
*
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
Miss Islington (bot)
2018-04-02
1
-3/+6
*
bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344)
Miss Islington (bot)
2018-04-02
1
-4/+7
*
[3.6] Fix duplicating words words. (GH-6296) (GH-6298)
Terry Jan Reedy
2018-03-28
2
-2/+2
*
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
Miss Islington (bot)
2018-03-05
1
-0/+3
*
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
Miss Islington (bot)
2018-02-28
2
-89/+31
*
bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
Miss Islington (bot)
2018-02-28
1
-0/+16
*
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
Miss Islington (bot)
2018-02-24
4
-102/+102
*
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
Miss Islington (bot)
2018-02-22
2
-50/+7
*
bpo-32874: IDLE: add tests for pyparse (GH-5755)
Miss Islington (bot)
2018-02-22
2
-66/+618
*
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
Miss Islington (bot)
2018-02-12
2
-4/+5
*
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...
Miss Islington (bot)
2018-02-12
1
-25/+27
*
bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)
Terry Jan Reedy
2018-02-05
1
-3/+6
*
bpo-32765: Update configdialog General tab create page docstring (GH-5529) (G...
Miss Islington (bot)
2018-02-05
1
-0/+16
*
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
Terry Jan Reedy
2018-02-04
1
-2/+2
*
[3.6] bpo-30928: prepare idlelib/NEWS.txt for 3.6.5 entries. (#5508)
Terry Jan Reedy
2018-02-03
1
-3/+13
*
Fix idlelib comment typos reported by Mike on pull request 4803. (GH-4807) (#...
Miss Islington (bot)
2017-12-12
3
-3/+3
*
Removed doubled 'bpo-'. (GH-4777) (#4780)
Miss Islington (bot)
2017-12-10
1
-1/+1
*
bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)
Miss Islington (bot)
2017-12-05
1
-0/+7
*
bpo-32207: Improve tk event exception tracebacks in IDLE. (GH-4703) (#4705)
Miss Islington (bot)
2017-12-04
1
-5/+9
*
bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (GH-4701) (#4702)
Miss Islington (bot)
2017-12-04
1
-0/+16
*
bpo-32164: Delete unused file idlelib/tabbedpages.py (GH-4628) (#4631)
Miss Islington (bot)
2017-11-29
1
-498/+0
*
bpo-30781: Remove unused imports in idlelib.configdialog. (GH-4627) (#4630)
Miss Islington (bot)
2017-11-29
1
-4/+3
*
bpo-32100: Delete unneeded import in idlelib.pathbrowser. (GH-4626) (#4629)
Miss Islington (bot)
2017-11-29
1
-1/+0
*
[3.6] bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (GH-4484) (#4512)
Terry Jan Reedy
2017-11-23
5
-27/+88
*
[3.6] Fix miscellaneous typos in idlelib (GH-4275) (#4291)
Terry Jan Reedy
2017-11-06
4
-5/+5
*
IDLE -- Restrict shell prompt manipulaton to the shell. (GH-4143) (#4155)
Miss Islington (bot)
2017-10-28
2
-24/+15
*
bpo-31860: Make the font sample in the IDLE font configuration dialog editabl...
Miss Islington (bot)
2017-10-28
2
-34/+43
*
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (GH-4025) (#4028)
Miss Islington (bot)
2017-10-17
1
-0/+39
*
[3.6] bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (GH...
Miss Islington (bot)
2017-10-17
1
-19/+61
*
[3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014...
Miss Islington (bot)
2017-10-17
2
-3/+38
[next]