summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/help.py
Commit message (Collapse)AuthorAgeFilesLines
* WhitespaceTerry Jan Reedy2016-03-011-3/+3
|
* Document maintenance of idlelib/help.html in idlelib.Terry Jan Reedy2016-03-011-1/+24
|
* Issues #26310, #26311: Fix typos in the documentation and code commentsMartin Panter2016-02-101-1/+1
|
* Issue #25198: When using the Idle dov TOC menu, put the section title at theTerry Jan Reedy2015-09-271-22/+14
| | | | top of the window, unless it is too near the bottom to do do.
* Issue #25198: Idle doc viewer now uses user width and height setting.Terry Jan Reedy2015-09-251-1/+5
| | | | | The height is reduced by 3/4 to account for extra spacing between lines, relative to an Idle editor, and extra tall header lines.
* Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> textTerry Jan Reedy2015-09-241-8/+11
| | | | | by adding a new tag. Patch by Mark Roseman. Also give <pre> text a very light blueish-gray background similar to that used by Sphinx html.
* Idlelib.help: add 'b' prefix needed for bytes + bytes.Terry Jan Reedy2015-09-231-1/+1
|
* whitespaceTerry Jan Reedy2015-09-221-1/+1
|
* Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-221-18/+35
| | | | Change destination to help.html. Adjust NEWS entries.
* Issue #16893: Replace help.txt with idle.html for Idle doc display.Terry Jan Reedy2015-09-201-0/+233
The new idlelib/idle.html is copied from Doc/build/html/idle.html. It looks better than help.txt and will better document Idle as released. The tkinter html viewer that works for this file was written by Rose Roseman. The new code is in idlelib/help.py, a new file for help menu classes. The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.