summaryrefslogtreecommitdiff
path: root/Lib/idlelib/help.html
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+4
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Clarify IDLE-console differences with respect to the sys module.Terry Jan Reedy2016-05-021-10/+12
| | | | The reload(sys) effect was the crux of a Stackoverflow question.
* Rebase the 3.x version of idlelib/help.html on the 3.5 version ofTerry Jan Reedy2016-03-011-73/+73
| | | | | | | | | | | | | | | Doc/build/html/library/idle.html, which is built from Doc/library/idle.rst. Help.html is an rstrip()ed copy of idle.html that can be pushed. The displayed content is unchanged because a) the version number is not displayed, being inherent in the version displaying the file and b) the tt tag was ignored by the custom parser in idlelib/help.py. The wrapped <span class="pre"> tags remain as they were. This will be merged in 3.6 (without conflict) because the 3.6 help.html is a copy of the 3.5 file (which was a copy of the 3.4 file). The two files will remain the same until either a) there is a content change that only applies to one of them or b) 3.5 maintenance ends and the 3.6 file is itself rebased.
* Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-131-11/+11
| | | | tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
* Issue #25224: README.txt is now an idlelib index for IDLE developers andTerry Jan Reedy2015-10-021-2/+2
| | | | | curious users. The previous user content is now in the IDLE doc and is redundant. IDLE now means 'Integrated Development and Learning Environment'.
* Issue #24028: Add subsection about Idle calltips.Terry Jan Reedy2015-09-291-8/+30
|
* Issue #25225: add revised .html.Terry Jan Reedy2015-09-241-48/+29
|
* Issue 21995: Explain some differences between IDLE and console Python.Terry Jan Reedy2015-09-241-9/+29
|
* Issue 25224: Augment Idle doc feature list and no-subprocess sectionTerry Jan Reedy2015-09-231-3/+17
| | | | to finish making current README.txt obsolete.
* Issue #25219: Update doc for Idle command line options.Terry Jan Reedy2015-09-231-16/+17
| | | | Some were missing and notes were not correct.
* Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-211-0/+671
Change destination to help.html. Adjust NEWS entries.