summaryrefslogtreecommitdiff
path: root/Doc/library/idle.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-37748: Re-order the Run menu. (GH-15115)Terry Jan Reedy2019-08-041-16/+16
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-231-4/+13
* bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)Tal Einat2019-07-061-0/+4
* bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-171-1/+15
* bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)Tal Einat2019-06-171-1/+4
* bpo-37039: IDLE - zoomheight fixes (GH-13576)Terry Jan Reedy2019-05-271-5/+5
* bpo-36958: In IDLE, print exit message (GH-13435)Terry Jan Reedy2019-05-191-0/+3
* Fix typos in documentation. Patch by tirkarthi. (GH-13354)Terry Jan Reedy2019-05-161-2/+2
* Syntax highlight IDLE html doc code example. (GH-12981)Terry Jan Reedy2019-04-261-4/+2
* Fix "the the" in the idle docs. (GH-12549)Benjamin Peterson2019-03-251-13/+11
* bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)Terry Jan Reedy2019-02-231-0/+7
* bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)Terry Jan Reedy2019-02-081-8/+27
* bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325)Cheryl Sabella2018-12-281-0/+6
* bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)Cheryl Sabella2018-12-211-8/+8
* bpo-35521: Add more cross-refs to IDLE docs (#11257)Terry Jan Reedy2018-12-201-12/+19
* bpo-35521: IDLE: Add code context section to docs (#11205)Cheryl Sabella2018-12-201-6/+35
* bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478)Terry Jan Reedy2018-11-151-8/+8
* bpo-34864: Document two IDLE on MacOS issues. (GH-10456)Terry Jan Reedy2018-11-101-6/+17
* bpo-33000: Document that IDLE's shell has no line limit. (#10373)Terry Jan Reedy2018-11-061-5/+13
* bpo-23220: Explain how IDLE's Shell displays output (GH-10356)Terry Jan Reedy2018-11-061-12/+48
* bpo-35099: Improve the doc about IDLE running user code. (#10350)Terry Jan Reedy2018-11-051-17/+26
* bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206)Terry Jan Reedy2018-10-281-1/+18
* Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195)Terry Jan Reedy2018-10-281-10/+20
* bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169)Terry Jan Reedy2018-10-281-1/+20
* Fix "Python" casing in a few places (GH-9001)Andrés Delfino2018-09-141-1/+1
* bpo-33610: Update IDLE Code Context doc entry (GH-7597)Terry Jan Reedy2018-06-101-1/+2
* bpo-314777: IDLE - improve rstrip entry in doc (#3602)Terry Jan Reedy2017-09-151-1/+3
* bpo-31421: Document how IDLE runs tkinter programs. (#3513)Terry Jan Reedy2017-09-121-6/+29
* bpo-27099: Finish updating IDLE doc and help text. (#3510)Terry Jan Reedy2017-09-121-4/+4
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-101-20/+3
* bpo-25514: Improve IDLE's connection refused message (#2177)terryjreedy2017-06-131-0/+44
* bpo-30208: DOC: fix small typos in IDLE (#1354)csabella2017-04-291-8/+8
* Fixed a handful of typos (GH-343)Alex Gaynor2017-02-281-1/+1
* Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-121-0/+3
* ? Working Directory ?Terry Jan Reedy2016-08-301-1/+1
* Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.Terry Jan Reedy2016-08-251-2/+4
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-1/+5
* Clarify IDLE-console differences with respect to the sys module.Terry Jan Reedy2016-05-021-8/+10
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-131-11/+10
* Issue #25224: README.txt is now an idlelib index for IDLE developers andTerry Jan Reedy2015-10-021-1/+1
* Issue #24028: Add subsection about Idle calltips.Terry Jan Reedy2015-09-291-3/+29
* Issue #25225: Condense and rewrite Idle doc section on text colors.Terry Jan Reedy2015-09-241-31/+13
* Issue 21995: Explain some differences between IDLE and console Python.Terry Jan Reedy2015-09-241-4/+21
* Issue #22820: Explain need for *print* when running file from Idle editor.Terry Jan Reedy2015-09-241-1/+6
* Issue 25224: Augment Idle doc feature list and no-subprocess sectionTerry Jan Reedy2015-09-231-4/+21
* Issue #25219: Update doc for Idle command line options.Terry Jan Reedy2015-09-231-15/+16
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
* Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.Terry Jan Reedy2015-07-301-2/+0