Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor formatting improvements and fixes to idle.rst (GH-17165) | Tal Einat | 2020-01-05 | 1 | -7/+8 |
| | |||||
* | bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) | Terry Jan Reedy | 2019-11-24 | 1 | -1/+2 |
| | | | Extra newlines are removed at the end of non-shell files. If the file only has newlines after stripping other trailing whitespace, all are removed, as is done by patchcheck.py. | ||||
* | bpo-37748: Re-order the Run menu. (GH-15115) | Terry Jan Reedy | 2019-08-04 | 1 | -16/+16 |
| | | | Put the most common choice, Run Module, at the top. | ||||
* | bpo-17535: IDLE editor line numbers (GH-14030) | Tal Einat | 2019-07-23 | 1 | -4/+13 |
| | |||||
* | bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) | Tal Einat | 2019-07-06 | 1 | -0/+4 |
| | | | | | | | | This is done to compensate for the extra stack frames added by IDLE itself, which cause problems when setting the recursion limit to low values. This wraps sys.setrecursionlimit() and sys.getrecursionlimit() as invisibly as possible. | ||||
* | bpo-5680: IDLE: Customize running a module (GH-13763) | Cheryl Sabella | 2019-06-18 | 1 | -1/+15 |
| | | | The initialize options are 1) add command line options, which are appended to sys.argv as if passed on a real command line, and 2) skip the shell restart. The customization dialog is accessed by a new entry on the Run menu. | ||||
* | bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) | Tal Einat | 2019-06-17 | 1 | -1/+4 |
| | | | | Measure required height by quickly maximizing once per screen. A search for a better method failed. | ||||
* | bpo-37039: IDLE - zoomheight fixes (GH-13576) | Terry Jan Reedy | 2019-05-27 | 1 | -5/+5 |
| | | | | | Move doc entry to match menu and refactor zoom function. A followup patch will include a blurb. | ||||
* | bpo-36958: In IDLE, print exit message (GH-13435) | Terry Jan Reedy | 2019-05-20 | 1 | -0/+3 |
| | | | | | Print any argument other than None or int passed to SystemExit or sys.exit(). | ||||
* | Fix typos in documentation. Patch by tirkarthi. (GH-13354) | Terry Jan Reedy | 2019-05-16 | 1 | -2/+2 |
| | |||||
* | Syntax highlight IDLE html doc code example. (GH-12981) | Terry Jan Reedy | 2019-04-27 | 1 | -4/+2 |
| | | | The new markup is currently ignored by IDLE's tk doc display. | ||||
* | Fix "the the" in the idle docs. (GH-12549) | Benjamin Peterson | 2019-03-26 | 1 | -13/+11 |
| | |||||
* | bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) | Terry Jan Reedy | 2019-02-24 | 1 | -0/+7 |
| | |||||
* | bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) | Terry Jan Reedy | 2019-02-09 | 1 | -8/+27 |
| | | | Add a code example block. | ||||
* | bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325) | Cheryl Sabella | 2018-12-28 | 1 | -0/+6 |
| | |||||
* | bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214) | Cheryl Sabella | 2018-12-22 | 1 | -8/+8 |
| | | | | | | | | The Code Context menu label now toggles between Show/Hide Code Context. The Zoom Height menu now toggles between Zoom/Restore Height. Zoom Height has moved from the Window menu to the Options menu. https://bugs.python.org/issue22703 | ||||
* | bpo-35521: Add more cross-refs to IDLE docs (#11257) | Terry Jan Reedy | 2018-12-20 | 1 | -12/+19 |
| | | | Format menu and preferences. | ||||
* | bpo-35521: IDLE: Add code context section to docs (#11205) | Cheryl Sabella | 2018-12-20 | 1 | -6/+35 |
| | | | Also add some internal cross-references. | ||||
* | bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478) | Terry Jan Reedy | 2018-11-15 | 1 | -8/+8 |
| | |||||
* | bpo-34864: Document two IDLE on MacOS issues. (GH-10456) | Terry Jan Reedy | 2018-11-11 | 1 | -6/+17 |
| | | | | | The System Preferences Dock "prefer tabs always" setting disables some IDLE features. Menus are a bit different than as described for Windows and Linux. | ||||
* | bpo-33000: Document that IDLE's shell has no line limit. (#10373) | Terry Jan Reedy | 2018-11-07 | 1 | -5/+13 |
| | | | A program that runs indefinitely can overfill memory. | ||||
* | bpo-23220: Explain how IDLE's Shell displays output (GH-10356) | Terry Jan Reedy | 2018-11-06 | 1 | -12/+48 |
| | | | Add a new subsection to the doc. | ||||
* | bpo-35099: Improve the doc about IDLE running user code. (#10350) | Terry Jan Reedy | 2018-11-06 | 1 | -17/+26 |
| | | | | | The section is renamed from "IDLE -- console differences". It mostly covers the implications of using custom sys.stdxxx objects. | ||||
* | bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206) | Terry Jan Reedy | 2018-10-29 | 1 | -1/+18 |
| | | | Topics include opening, title and status bar, .py* extension, and running. | ||||
* | Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195) | Terry Jan Reedy | 2018-10-28 | 1 | -10/+20 |
| | | | Add a paragraph in "Help and preferences", "Help sources" subsection. | ||||
* | bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169) | Terry Jan Reedy | 2018-10-28 | 1 | -1/+20 |
| | |||||
* | Fix "Python" casing in a few places (GH-9001) | Andrés Delfino | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | bpo-33610: Update IDLE Code Context doc entry (GH-7597) | Terry Jan Reedy | 2018-06-10 | 1 | -1/+2 |
| | | | Users can now click on context lines. | ||||
* | bpo-314777: IDLE - improve rstrip entry in doc (#3602) | Terry Jan Reedy | 2017-09-15 | 1 | -1/+3 |
| | | | | | | | '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. * News blurb. | ||||
* | bpo-31421: Document how IDLE runs tkinter programs. (#3513) | Terry Jan Reedy | 2017-09-12 | 1 | -6/+29 |
| | | | | IDLE calls tcl/tk update in the background in order to make live interaction and experimentatin with tkinter applications much easier. | ||||
* | bpo-27099: Finish updating IDLE doc and help text. (#3510) | Terry Jan Reedy | 2017-09-12 | 1 | -4/+4 |
| | | | | As needed for the conversion of extensions to features. | ||||
* | bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) | wohlganger | 2017-09-10 | 1 | -20/+3 |
| | | | | | | | | | | | | | | | | | | | | | About 10 IDLE features were implemented as supposedly optional extensions. Their different behavior could be confusing or worse for users and not good for maintenance. Hence the conversion. The main difference for users is that user configurable key bindings for builtin features are now handled uniformly. Now, editing a binding in a keyset only affects its value in the keyset. All bindings are defined together in the system-specific default keysets in config- extensions.def. All custom keysets are saved as a whole in config- extension.cfg. All take effect as soon as one clicks Apply or Ok. The affected events are '<<force-open-completions>>', '<<expand-word>>', '<<force-open-calltip>>', '<<flash-paren>>', '<<format-paragraph>>', '<<run-module>>', '<<check-module>>', and '<<zoom-height>>'. Any (global) customizations made before 3.6.3 will not affect their keyset- specific customization after 3.6.3. and vice versa. Inital patch by Charles Wohlganger, revised by Terry Jan Reedy. | ||||
* | bpo-25514: Improve IDLE's connection refused message (#2177) | terryjreedy | 2017-06-14 | 1 | -0/+44 |
| | | | 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. | ||||
* | bpo-30208: DOC: fix small typos in IDLE (#1354) | csabella | 2017-04-29 | 1 | -8/+8 |
| | |||||
* | Fixed a handful of typos (GH-343) | Alex Gaynor | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Issue #15308: Add 'interrupt execution' (^C) to Shell menu. | Terry Jan Reedy | 2016-09-12 | 1 | -0/+3 |
| | | | | Patch by Roger Serwy, updated by Bayard Randel. | ||||
* | ? Working Directory ? | Terry Jan Reedy | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. | Terry Jan Reedy | 2016-08-25 | 1 | -2/+4 |
| | |||||
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -1/+1 |
| | | | | Patch by Julien Palard. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -1/+5 |
| | | | | | 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 | -8/+10 |
| | | | | The reload(sys) effect was the crux of a Stackoverflow question. | ||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
| | |||||
* | Issue #24782: Finish converting the Configure Extension dialog into a new | Terry Jan Reedy | 2015-10-14 | 1 | -11/+10 |
| | | | | 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 | -1/+1 |
| | | | | | 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 | -3/+29 |
| | |||||
* | Issue #25225: Condense and rewrite Idle doc section on text colors. | Terry Jan Reedy | 2015-09-25 | 1 | -31/+13 |
| | |||||
* | Issue 21995: Explain some differences between IDLE and console Python. | Terry Jan Reedy | 2015-09-24 | 1 | -4/+21 |
| | |||||
* | Issue #22820: Explain need for *print* when running file from Idle editor. | Terry Jan Reedy | 2015-09-24 | 1 | -1/+6 |
| | |||||
* | Issue 25224: Augment Idle doc feature list and no-subprocess section | Terry Jan Reedy | 2015-09-24 | 1 | -4/+21 |
| | | | | to finish making current README.txt obsolete. | ||||
* | Issue #25219: Update doc for Idle command line options. | Terry Jan Reedy | 2015-09-23 | 1 | -15/+16 |
| | | | | Some were missing and notes were not correct. |