| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | bpo-314777: IDLE - improve rstrip entry in doc (#3602) | Terry Jan Reedy | 2017-09-15 | 1 | -1/+3 |
|
|
* | bpo-31421: Document how IDLE runs tkinter programs. (#3513) | Terry Jan Reedy | 2017-09-12 | 1 | -6/+29 |
|
|
* | bpo-27099: Finish updating IDLE doc and help text. (#3510) | Terry Jan Reedy | 2017-09-12 | 1 | -4/+4 |
|
|
* | bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) | wohlganger | 2017-09-10 | 1 | -20/+3 |
|
|
* | bpo-25514: Improve IDLE's connection refused message (#2177) | terryjreedy | 2017-06-14 | 1 | -0/+44 |
|
|
* | 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 |
|
|
* | ? 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 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -1/+5 |
|
|
* | Clarify IDLE-console differences with respect to the sys module. | Terry Jan Reedy | 2016-05-02 | 1 | -8/+10 |
|
|
* | 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 |
|
|
* | Issue #25224: README.txt is now an idlelib index for IDLE developers and | Terry Jan Reedy | 2015-10-03 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Issue #25219: Update doc for Idle command line options. | Terry Jan Reedy | 2015-09-23 | 1 | -15/+16 |
|
|
* | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -2/+2 |
|
|
* | Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. | Terry Jan Reedy | 2015-07-30 | 1 | -2/+0 |
|
|
* | Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference | Ned Deily | 2015-07-04 | 1 | -1/+2 |
|
|
* | Fix missing :ref: for idle in doc build. | Ned Deily | 2015-02-06 | 1 | -3/+3 |
|
|
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 1 | -2/+2 |
|
|
* | Edit Menus section of Idle doc. Make menu entries match current Idle in order | Terry Jan Reedy | 2014-12-05 | 1 | -123/+138 |
|
|
* | Issue #3068: Document the new Configure Extensions dialog and menu entry. | Terry Jan Reedy | 2014-12-04 | 1 | -11/+19 |
|
|
* | Issue #16893: For Idle doc, move index entries, copy no-subprocess section | Terry Jan Reedy | 2014-12-04 | 1 | -20/+38 |
|
|
* | (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File". | Terry Jan Reedy | 2013-07-01 | 1 | -2/+2 |
|\ |
|
| * | Issue #7136: In the Idle File menu, "New Window" is renamed "New File". | Terry Jan Reedy | 2013-07-01 | 1 | -2/+2 |
|
|
* | | Issue #5066: Update IDLE docs | Andrew Svetlov | 2013-01-14 | 1 | -72/+273 |
|/ |
|
* | Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | 1 | -0/+21 |
|
|
* | Issue #10405: Document IDLE context menus in Standard Library document | Ned Deily | 2012-10-20 | 1 | -10/+39 |
|
|
* | Fix usage of :option: in the docs (#9312). | Éric Araujo | 2010-11-18 | 1 | -3/+3 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 1 | -0/+18 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Merged revisions 66452 via svnmerge from | Georg Brandl | 2008-09-13 | 1 | -2/+1 |
|
|
* | Tkinter, step 3: doc updates. | Georg Brandl | 2008-05-17 | 1 | -2/+2 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -7/+3 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+288 |
|
|