summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_formatparagraph.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
|
* Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-041-2/+1
|
* Issue #23184: idle tests, remove unused names and imports.Terry Jan Reedy2015-05-161-1/+1
|
* Issue 21284: Idle: make test_formatparagraph pass even when a user changes theTerry Jan Reedy2014-04-221-5/+5
| | | | reformat width in the configuration menu.
* Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-271-0/+3
| | | | Code patch by Serhiy Storchaka
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
|
* Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.Terry Jan Reedy2013-08-101-0/+374
Move comment code to a separate function so it can be separately tested. Original patches by Todd Rovito and Phil Webster.