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
/
Misc
/
NEWS.d
/
next
/
IDLE
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Tal Einat
2018-09-25
1
-0/+3
*
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
Tal Einat
2018-09-23
1
-0/+1
*
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
Tal Einat
2018-08-10
1
-0/+1
*
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...
Tal Einat
2018-08-05
1
-0/+1
*
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
Terry Jan Reedy
2018-08-03
1
-0/+2
*
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
Tal Einat
2018-08-02
1
-0/+1
*
bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)
Terry Jan Reedy
2018-06-27
1
-0/+3
*
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)
Terry Jan Reedy
2018-06-22
1
-0/+1
*
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
Terry Jan Reedy
2018-06-21
1
-0/+2
*
bpo-33906: Rename idlelib.windows as window (#7833)
Terry Jan Reedy
2018-06-21
1
-0/+2
*
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
Terry Jan Reedy
2018-06-20
1
-0/+3
*
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-20
1
-0/+1
*
bpo-33907: Rename an IDLE module and classes. (GH-7810)
Terry Jan Reedy
2018-06-20
1
-3/+3
*
bpo-33907: Rename an IDLE module and class. (GH-7807)
Terry Jan Reedy
2018-06-20
1
-0/+3
*
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
Stéphane Wirtel
2018-06-16
1
-0/+1
*
bpo-33855: Minimally test all IDLE modules. (GH-7689)
Terry Jan Reedy
2018-06-15
1
-0/+2
*
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
Terry Jan Reedy
2018-06-11
1
-0/+4
*
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...
Cheryl Sabella
2018-06-08
1
-0/+1
*
bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500)
Terry Jan Reedy
2018-06-07
2
-21/+5
*
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
Cheryl Sabella
2018-06-04
1
-0/+1
*
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
Cheryl Sabella
2018-06-04
1
-0/+5
*
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
Cheryl Sabella
2018-06-02
1
-0/+12
*
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
Cheryl Sabella
2018-06-01
1
-0/+9
*
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
Cheryl Sabella
2018-05-24
1
-0/+2
*
bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638)
Cheryl Sabella
2018-05-19
1
-0/+1
*
bpo-33564: Add async to IDLE's code context block openers. (GH-6960)
Terry Jan Reedy
2018-05-18
1
-0/+1
*
bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-...
Terry Jan Reedy
2018-04-30
1
-0/+3
*
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
Terry Jan Reedy
2018-04-02
1
-2/+2
*
bpo-33204: IDLE: consistently color invalid string prefixes (#6344)
Terry Jan Reedy
2018-04-02
1
-0/+3
*
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
Terry Jan Reedy
2018-03-05
1
-0/+7
*
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
Cheryl Sabella
2018-02-28
1
-0/+1
*
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
Cheryl Sabella
2018-02-24
1
-0/+1
*
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
Terry Jan Reedy
2018-02-22
1
-0/+1
*
bpo-32874: IDLE: add tests for pyparse (GH-5755)
Cheryl Sabella
2018-02-22
1
-0/+1
*
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
Terry Jan Reedy
2018-02-12
1
-0/+2
*
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...
Terry Jan Reedy
2018-02-12
1
-0/+5
*
bpo-32765: Update configdialog General tab create page docstring (GH-5529)
Cheryl Sabella
2018-02-04
1
-0/+1
*
Update NEWS and pydoc topics.
Ned Deily
2017-12-05
8
-30/+0
*
Tidy NEWS entry.
Ned Deily
2017-12-05
1
-7/+0
*
bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703)
Terry Jan Reedy
2017-12-04
1
-0/+6
*
bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628)
Terry Jan Reedy
2017-11-29
1
-0/+2
*
bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)
Cheryl Sabella
2017-11-23
1
-0/+2
*
bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (#4070)
Terry Jan Reedy
2017-10-28
1
-0/+4
*
IDLE -- Restrict shell prompt manipulaton to the shell. (#4143)
Terry Jan Reedy
2017-10-28
1
-0/+4
*
bpo-31860: Make the font sample in the IDLE font configuration dialog editabl...
Serhiy Storchaka
2017-10-28
1
-0/+2
*
bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960)
Terry Jan Reedy
2017-10-17
1
-0/+15
*
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter
2017-10-17
1
-0/+2
*
Update NEWS and topics for 3.7.0a2
Ned Deily
2017-10-17
6
-19/+0
*
bpo-31460: Simplify the API of IDLE's Module Browser. (#3842)
Terry Jan Reedy
2017-09-30
1
-0/+6
*
bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839)
Terry Jan Reedy
2017-09-30
1
-0/+1
[next]