Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20577: move configuration of FormatParagraph extension to new extension | Terry Jan Reedy | 2014-12-16 | 1 | -2/+4 |
| | | | | configuration dialog. Patch by Tal Einat. | ||||
* | Issue #18492: Allow all resources when tests are not run by regrtest.py. | Zachary Ware | 2014-06-02 | 1 | -1/+0 |
| | | | | This changeset also includes cleanup allowed by this behavior change. | ||||
* | Issue 21284: Idle: make test_formatparagraph pass even when a user changes the | Terry Jan Reedy | 2014-04-22 | 1 | -5/+8 |
| | | | | reformat width in the configuration menu. | ||||
* | Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. | Terry Jan Reedy | 2013-08-10 | 1 | -48/+89 |
| | | | | | Move comment code to a separate function so it can be separately tested. Original patches by Todd Rovito and Phil Webster. | ||||
* | Issue #16511: Use default IDLE width and height if config param is not valid. | Andrew Svetlov | 2012-12-24 | 1 | -1/+2 |
| | | | | Patch Serhiy Storchaka. | ||||
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -1/+1 |
| | | | | absolute imports. | ||||
* | format_paragraph_event wasn't returning 'break' | Kurt B. Kaiser | 2007-12-11 | 1 | -0/+1 |
| | |||||
* | format_paragraph_event(): Patch 961387 introduced a bug here, causing | Tim Peters | 2004-10-24 | 1 | -1/+1 |
| | | | | | | | the indentation of a comment block to be ignored when reformatting the block, leading to overly long reformatted lines (too wide by an amount equal to the indentation width). Looks like a typo in the original patch, a 1-character repair. | ||||
* | SF patch #961387: Make IDLE's paragraph reformatting width configurable | Raymond Hettinger | 2004-06-04 | 1 | -4/+6 |
| | |||||
* | Merge Py Idle changes: | Kurt B. Kaiser | 2002-09-16 | 1 | -11/+10 |
| | | | | Rev 1.10 (string methods) | ||||
* | changeover to new keybinding configuration implementation | Steven M. Gava | 2002-01-19 | 1 | -8/+0 |
| | |||||
* | py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization | Kurt B. Kaiser | 2001-07-13 | 1 | -2/+2 |
| | |||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+155 |