summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/help.html
Commit message (Collapse)AuthorAgeFilesLines
* [3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)Terry Jan Reedy2017-09-151-2/+4
| | | | | 'Strip trailing whitespace' is not limited to spaces. Wording caters to beginners who do know know the meaning of 'whitespace'. Multiline string literals are not skipped. (cherry picked from commit ff70289)
* [3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)Miss Islington (bot)2017-09-121-10/+30
| | | | | IDLE calls tcl/tk update in the background in order to make live interaction and experimentatin with tkinter applications much easier. (cherry picked from commit 98758bc67fb39b74bab368bef8ff3b34554c77c8)
* [3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)Miss Islington (bot)2017-09-121-16/+7
| | | | As needed for the conversion of extensions to features. (cherry picked from commit adb4cd2a2a59019ac6955e0fd531c9fec9258962)
* [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178)terryjreedy2017-06-141-24/+67
| | | | When IDLE fail to start because the socket connection fails, direct people to a new subsection of the IDLE doc listing various causes and remedies. (cherry picked from commit 188aedf8bb623d41302e10503268b0852ea91134)
* Change some mercurial/ hg.python.org references. (#8) (#185)Senthil Kumaran2017-02-201-1/+1
| | | (cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a)
* Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-121-21/+41
| | | | Patch by Roger Serwy, updated by Bayard Randel.
* ? Working Directory ?Terry Jan Reedy2016-08-301-14/+17
|
* Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.Terry Jan Reedy2016-08-251-22/+21
|
* 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-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.