Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #15308: Add 'interrupt execution' (^C) to Shell menu. | Terry Jan Reedy | 2016-09-12 | 1 | -21/+41 | |
| | | | | Patch by Roger Serwy, updated by Bayard Randel. | |||||
* | ? Working Directory ? | Terry Jan Reedy | 2016-08-30 | 1 | -14/+17 | |
| | ||||||
* | Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. | Terry Jan Reedy | 2016-08-25 | 1 | -22/+21 | |
| | ||||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -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 Reedy | 2016-05-02 | 1 | -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 of | Terry Jan Reedy | 2016-03-01 | 1 | -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 new | Terry Jan Reedy | 2015-10-14 | 1 | -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 and | Terry Jan Reedy | 2015-10-03 | 1 | -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 Reedy | 2015-09-29 | 1 | -8/+30 | |
| | ||||||
* | Issue #25225: add revised .html. | Terry Jan Reedy | 2015-09-25 | 1 | -48/+29 | |
| | ||||||
* | Issue 21995: Explain some differences between IDLE and console Python. | Terry Jan Reedy | 2015-09-24 | 1 | -9/+29 | |
| | ||||||
* | Issue 25224: Augment Idle doc feature list and no-subprocess section | Terry Jan Reedy | 2015-09-24 | 1 | -3/+17 | |
| | | | | to finish making current README.txt obsolete. | |||||
* | Issue #25219: Update doc for Idle command line options. | Terry Jan Reedy | 2015-09-23 | 1 | -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 Reedy | 2015-09-22 | 1 | -0/+671 | |
Change destination to help.html. Adjust NEWS entries. |