summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_help_about.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.6] bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more ↵terryjreedy2017-06-291-14/+9
| | | | | | | | tests. (GH-2283) (#2496) Split TextViewer class into ViewWindow, ViewFrame, and TextFrame classes so that instances of the latter two can be placed with other widgets within a multiframe window. Patch by Cheryl Sabella. (cherry picked from commit 42bc8be)
* [3.6] bpo-24813: IDLE: Add build bitness to About Idle title (GH-2380) (#2426)terryjreedy2017-06-271-2/+10
| | | | Patch by Cheryl Sabella. (cherry picked from commit 9a02ae3)
* [3.6] bpo-24813: IDLE: Add default title to help_about (GH-2366) (#2369)terryjreedy2017-06-241-0/+23
| | | | Patch by Cheryl Sabella. (cherry picked from commit 18ede06)
* [3.6] bpo-24813: IDLE: Add icon to help_about (GH-2335) (#2359)terryjreedy2017-06-231-0/+7
| | | | Patch by Cheryl Sabella (cherry picked from commit d352d68)
* bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names ↵terryjreedy2017-06-111-5/+6
| | | | | | (#1839) (#2102) Patch by Cheryl Sabella. (cherry picked from commit 0aa0a06e8b719533aefd175a5716f1698f474052)
* [3.6] bpo-30290: IDLE - pep8 names and tests for help-about (#2070)terryjreedy2017-06-101-10/+101
| | | | | | | | | | | | | | (cherry picked from commit 054e09147aaa6f61aca6cd40c7bf7ce6dc54a04b) * bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714) Patch by Cheryl Sabella. (cherry picked from commit 5a346d5dbc1f0f70eca706a8ba19f7645bf17837) * IDLE test_help_about: edit and add test. (#1838) Coverage is now 100% (cherry picked from commit eca7da0f13c78013b924fe7306f3e2e59c0af40b)
* Issue #27365: Finish merge so tests pass.Terry Jan Reedy2016-06-221-12/+12
|
* Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names.Terry Jan Reedy2016-06-221-0/+52
Rest of patch that should not be cherry picked into 3.5.2 final.