summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/help.html
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-141-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-031-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-251-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-241-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-221-0/+671
Change destination to help.html. Adjust NEWS entries.