summaryrefslogtreecommitdiff
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
...
| * Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.Terry Jan Reedy2015-10-042-0/+43
| |
* | Merge with 3.4Terry Jan Reedy2015-10-022-62/+231
|\ \ | |/
| * Issue #25224: README.txt is now an idlelib index for IDLE developers andTerry Jan Reedy2015-10-022-62/+231
| | | | | | | | | | curious users. The previous user content is now in the IDLE doc and is redundant. IDLE now means 'Integrated Development and Learning Environment'.
* | Merge with 3.4Terry Jan Reedy2015-10-021-14/+16
|\ \ | |/
| * Issue #24820: Users can now set breakpoint colors in Settings ->Terry Jan Reedy2015-10-021-14/+16
| | | | | | | | Custom Highlighting. Original patch by Mark Roseman.
* | Merge with 3.4, Issue #24028: Add subsection about Idle calltips.Terry Jan Reedy2015-09-291-8/+30
|\ \ | |/
| * Issue #24028: Add subsection about Idle calltips.Terry Jan Reedy2015-09-291-8/+30
| |
* | IDLE NEWS items.Terry Jan Reedy2015-09-281-1/+35
|\ \ | |/
| * Add recent IDLE NEWS items.Terry Jan Reedy2015-09-281-3/+37
| |
* | Merge with 3.4Terry Jan Reedy2015-09-281-1/+3
|\ \ | |/
| * Issue #24972: New option is only valid in tk 8.5+.Terry Jan Reedy2015-09-281-1/+3
| |
* | Merge with 3.4Terry Jan Reedy2015-09-281-30/+1
|\ \ | |/
| * Issue #24972: Inactive selection background now matches active selectionTerry Jan Reedy2015-09-281-30/+1
| | | | | | | | | | | | background, as selected by user, on all systems. This also fixes a problem with found items not highlighted on Windows. Initial patch by Mark Roseman. Fix replaces workaround with obscure but proper configuration option.
| * Backed out changeset: 70c01dd35100Terry Jan Reedy2015-09-271-1/+30
| |
| * Issue #24972: Inactive selection background now matches active selectionTerry Jan Reedy2015-09-271-30/+1
| | | | | | | | | | | | background, as selected by user, on all systems. This also fixes a problem with found items not highlighted on Windows. Initial patch by Mark Roseman. Fix replaces workaround with obscure but proper configuration option.
* | Merge with 3.4Terry Jan Reedy2015-09-271-22/+14
|\ \ | |/
| * Issue #25198: When using the Idle dov TOC menu, put the section title at theTerry Jan Reedy2015-09-271-22/+14
| | | | | | | | top of the window, unless it is too near the bottom to do do.
* | Merge with 3.4Terry Jan Reedy2015-09-262-0/+2
|\ \ | |/
| * Issue #24570: Idle: make calltip and completion boxes appear on MacsTerry Jan Reedy2015-09-262-0/+2
| | | | | | | | affected by a tk regression. Initial patch by Mark Roseman.
* | Merge with 3.4Terry Jan Reedy2015-09-261-1/+6
|\ \ | |/
| * Issue #24988: Idle ScrolledList context menus (used in debugger)Terry Jan Reedy2015-09-261-1/+6
| | | | | | | | now work on Mac Aqua. Patch by Mark Roseman.
* | Merge with 3.4Terry Jan Reedy2015-09-255-20/+20
|\ \ | |/
| * Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.Terry Jan Reedy2015-09-255-20/+20
| | | | | | | | | | This associates the message box with the widget and is better for Mac OSX. Patch by Mark Roseman.
* | Merge with 3.4Terry Jan Reedy2015-09-251-1/+5
|\ \ | |/
| * Issue #25198: Idle doc viewer now uses user width and height setting.Terry Jan Reedy2015-09-251-1/+5
| | | | | | | | | | The height is reduced by 3/4 to account for extra spacing between lines, relative to an Idle editor, and extra tall header lines.
* | Merge with 3.4Terry Jan Reedy2015-09-241-48/+29
|\ \ | |/
| * Issue #25225: add revised .html.Terry Jan Reedy2015-09-241-48/+29
| |
* | Merge with 3.4Terry Jan Reedy2015-09-241-8/+11
|\ \ | |/
| * Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> textTerry Jan Reedy2015-09-241-8/+11
| | | | | | | | | | by adding a new tag. Patch by Mark Roseman. Also give <pre> text a very light blueish-gray background similar to that used by Sphinx html.
* | Merge with 3.4Terry Jan Reedy2015-09-241-9/+29
|\ \ | |/
| * Issue 21995: Explain some differences between IDLE and console Python.Terry Jan Reedy2015-09-241-9/+29
| |
* | Merge with 3.4Terry Jan Reedy2015-09-231-3/+17
|\ \ | |/
| * Issue 25224: Augment Idle doc feature list and no-subprocess sectionTerry Jan Reedy2015-09-231-3/+17
| | | | | | | | to finish making current README.txt obsolete.
* | Merge with 3.4Terry Jan Reedy2015-09-231-16/+17
|\ \ | |/
| * Issue #25219: Update doc for Idle command line options.Terry Jan Reedy2015-09-231-16/+17
| | | | | | | | Some were missing and notes were not correct.
* | Merge with 3.4Terry Jan Reedy2015-09-231-1/+1
|\ \ | |/
| * Idlelib.help: add 'b' prefix needed for bytes + bytes.Terry Jan Reedy2015-09-231-1/+1
| |
* | Merge with 3.4Terry Jan Reedy2015-09-221-5/+5
|\ \ | |/
| * Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warningTerry Jan Reedy2015-09-221-5/+5
| | | | | | | | | | | | so it is not triggered on import. The problem is creation of a now-unused instance "helpDialog = HelpDialog()", left for back compatibility. So instead trigger the warning when that instance or another is used.
* | Merge with 3.4Terry Jan Reedy2015-09-221-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2015-09-221-1/+1
| |
* | Merge with 3.4Terry Jan Reedy2015-09-222-5/+13
|\ \ | |/
| * Issue #24570: Right-click for context menus now work on Mac Aqual also.Terry Jan Reedy2015-09-222-5/+13
| | | | | | | | Patch by Mark Roseman.
* | Merge with 3.4Terry Jan Reedy2015-09-211-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2015-09-211-1/+1
| |
* | Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-213-20/+37
|\ \ | |/ | | | | Change destination to help.html. Adjust NEWS entries.
| * Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-213-20/+37
| | | | | | | | Change destination to help.html. Adjust NEWS entries.
* | Marge 3.4Terry Jan Reedy2015-09-211-2/+5
|\ \ | |/
| * Issue #24861: add Idle news item and correct previous errors.Terry Jan Reedy2015-09-211-2/+5
| |
* | Merge with 3.4Terry Jan Reedy2015-09-211-1/+8
|\ \ | |/