summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/help.html
Commit message (Collapse)AuthorAgeFilesLines
* ring in 2017 for PythonBenjamin Peterson2017-01-021-1/+1
|
* Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-121-1/+3
| | | | Patch by Roger Serwy, updated by Bayard Randel.
* Backport spelling fix.Terry Jan Reedy2016-08-301-14/+17
|
* Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.Terry Jan Reedy2016-08-251-21/+20
| | | | Do not print charrefs outside of the text proper (like '—»»»» ').
* Clarify IDLE-console differences with respect to the sys module.Terry Jan Reedy2016-05-021-9/+11
| | | | The reload(sys) effect was the crux of a Stackoverflow question.
* Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes.Terry Jan Reedy2016-03-211-74/+74
| | | | These changes should not be visible to the user.
* 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-7/+22
|
* Issue #22820: Explain need for *print* when running file from Idle editor.Terry Jan Reedy2015-09-241-2/+7
|
* 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.