summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/FormatParagraph.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-161-2/+4
| | | | configuration dialog. Patch by Tal Einat.
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-1/+0
| | | | This changeset also includes cleanup allowed by this behavior change.
* Issue 21284: Idle: make test_formatparagraph pass even when a user changes theTerry Jan Reedy2014-04-221-5/+8
| | | | reformat width in the configuration menu.
* Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.Terry Jan Reedy2013-08-101-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 Svetlov2012-12-241-1/+2
| | | | Patch Serhiy Storchaka.
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
|
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-1/+1
| | | | absolute imports.
* format_paragraph_event wasn't returning 'break'Kurt B. Kaiser2007-12-111-0/+1
|
* format_paragraph_event(): Patch 961387 introduced a bug here, causingTim Peters2004-10-241-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 configurableRaymond Hettinger2004-06-041-4/+6
|
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-11/+10
| | | | Rev 1.10 (string methods)
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-8/+0
|
* py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalizationKurt B. Kaiser2001-07-131-2/+2
|
* Initial revisionDavid Scherer2000-08-151-0/+155