Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Issue 20567: Revise idle_test/README.txt and some tests to match new advice. | Terry Jan Reedy | 2016-06-04 | 1 | -2/+1 |
| | |||||
* | Issue #23184: idle tests, remove unused names and imports. | Terry Jan Reedy | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | Issue 21284: Idle: make test_formatparagraph pass even when a user changes the | Terry Jan Reedy | 2014-04-22 | 1 | -5/+5 |
| | | | | reformat width in the configuration menu. | ||||
* | Issue #20567: Delete class attribute gui widgets in idle tests. | Terry Jan Reedy | 2014-02-27 | 1 | -0/+3 |
| | | | | Code patch by Serhiy Storchaka | ||||
* | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. | Terry Jan Reedy | 2013-08-10 | 1 | -0/+374 |
Move comment code to a separate function so it can be separately tested. Original patches by Todd Rovito and Phil Webster. |