Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24782: Limit width of canvas and hence IDLE settings dialog. | Terry Jan Reedy | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | Issue #24782: Don't try to run now-removed extension dialog test. | Terry Jan Reedy | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Issue #24782: whitespace | Terry Jan Reedy | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Issue #24782: Finish converting the Configure Extension dialog into a new | Terry Jan Reedy | 2015-10-14 | 5 | -197/+144 |
| | | | | tab in the IDLE Preferences dialog. Code patch by Mark Roseman. | ||||
* | Issue #22726: Re-activate config dialog help button with some content about | Terry Jan Reedy | 2015-10-12 | 2 | -20/+33 |
| | | | | the other buttons and the new IDLE Dark theme. | ||||
* | Issue #24820: Update IDLE NEWS items. | Terry Jan Reedy | 2015-10-04 | 1 | -0/+19 |
| | |||||
* | Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. | Terry Jan Reedy | 2015-10-04 | 2 | -0/+43 |
| | |||||
* | Issue #25224: README.txt is now an idlelib index for IDLE developers and | Terry Jan Reedy | 2015-10-03 | 2 | -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'. | ||||
* | Issue #24820: Users can now set breakpoint colors in Settings -> | Terry Jan Reedy | 2015-10-03 | 1 | -14/+16 |
| | | | | Custom Highlighting. Original patch by Mark Roseman. | ||||
* | Issue #24028: Add subsection about Idle calltips. | Terry Jan Reedy | 2015-09-29 | 1 | -8/+30 |
| | |||||
* | Add recent IDLE NEWS items. | Terry Jan Reedy | 2015-09-29 | 1 | -3/+37 |
| | |||||
* | Issue #24972: New option is only valid in tk 8.5+. | Terry Jan Reedy | 2015-09-28 | 1 | -1/+3 |
| | |||||
* | Issue #24972: Inactive selection background now matches active selection | Terry Jan Reedy | 2015-09-28 | 1 | -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: 70c01dd35100 | Terry Jan Reedy | 2015-09-28 | 1 | -1/+30 |
| | |||||
* | Issue #24972: Inactive selection background now matches active selection | Terry Jan Reedy | 2015-09-28 | 1 | -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. | ||||
* | Issue #25198: When using the Idle dov TOC menu, put the section title at the | Terry Jan Reedy | 2015-09-27 | 1 | -22/+14 |
| | | | | top of the window, unless it is too near the bottom to do do. | ||||
* | Issue #24570: Idle: make calltip and completion boxes appear on Macs | Terry Jan Reedy | 2015-09-27 | 2 | -0/+2 |
| | | | | affected by a tk regression. Initial patch by Mark Roseman. | ||||
* | Issue #24988: Idle ScrolledList context menus (used in debugger) | Terry Jan Reedy | 2015-09-26 | 1 | -1/+6 |
| | | | | now work on Mac Aqua. Patch by Mark Roseman. | ||||
* | Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. | Terry Jan Reedy | 2015-09-26 | 5 | -20/+20 |
| | | | | | This associates the message box with the widget and is better for Mac OSX. Patch by Mark Roseman. | ||||
* | Issue #25198: Idle doc viewer now uses user width and height setting. | Terry Jan Reedy | 2015-09-25 | 1 | -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. | ||||
* | Issue #25225: add revised .html. | Terry Jan Reedy | 2015-09-25 | 1 | -48/+29 |
| | |||||
* | Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text | Terry Jan Reedy | 2015-09-24 | 1 | -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. | ||||
* | 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. | ||||
* | Idlelib.help: add 'b' prefix needed for bytes + bytes. | Terry Jan Reedy | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning | Terry Jan Reedy | 2015-09-23 | 1 | -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. | ||||
* | whitespace | Terry Jan Reedy | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | Issue #24570: Right-click for context menus now work on Mac Aqual also. | Terry Jan Reedy | 2015-09-23 | 2 | -5/+13 |
| | | | | Patch by Mark Roseman. | ||||
* | whitespace | Terry Jan Reedy | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. | Terry Jan Reedy | 2015-09-22 | 3 | -20/+37 |
| | | | | Change destination to help.html. Adjust NEWS entries. | ||||
* | Issue #24861: add Idle news item and correct previous errors. | Terry Jan Reedy | 2015-09-21 | 1 | -2/+5 |
| | |||||
* | Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. | Terry Jan Reedy | 2015-09-21 | 1 | -1/+8 |
| | |||||
* | Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines | Terry Jan Reedy | 2015-09-21 | 1 | -100/+20 |
| | | | | | above "What's New and 0 lines above "Release date". Remove most old headers for non-final releases (they currently do not get carried forward. | ||||
* | Issue #16893: finish deprecation. | Terry Jan Reedy | 2015-09-21 | 1 | -3/+1 |
| | |||||
* | Issue #25199: Idle: add synchronization comments for future maintainers. | Terry Jan Reedy | 2015-09-21 | 2 | -3/+14 |
| | |||||
* | Issue #16893: whitespace in idle.html. | Terry Jan Reedy | 2015-09-21 | 1 | -14/+14 |
| | |||||
* | Issue #16893: Replace help.txt with idle.html for Idle doc display. | Terry Jan Reedy | 2015-09-20 | 6 | -12/+927 |
| | | | | | | | | The new idlelib/idle.html is copied from Doc/build/html/idle.html. It looks better than help.txt and will better document Idle as released. The tkinter html viewer that works for this file was written by Rose Roseman. The new code is in idlelib/help.py, a new file for help menu classes. The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated. | ||||
* | Issue #24199: Add stacklevel to deprecation warning call. | Terry Jan Reedy | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Issue 24199: Deprecate idlelib.idlever with a warning on import. | Terry Jan Reedy | 2015-09-09 | 2 | -3/+19 |
| | |||||
* | Issue #24889: When starting Idle, force focus onto Idle window if not already | Terry Jan Reedy | 2015-09-07 | 1 | -0/+1 |
| | | | | there (as when opening Idle from interactive Python on Windows). | ||||
* | Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. | Terry Jan Reedy | 2015-09-04 | 1 | -7/+11 |
| | |||||
* | Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. | Terry Jan Reedy | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | Issue #24790: correct typo noticed by Eric Smith | Terry Jan Reedy | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | Issue #24790: Restore unused function. | Terry Jan Reedy | 2015-08-27 | 1 | -0/+3 |
| | |||||
* | Issue #24782: In Idle extension config dialog, replace tabs with sorted list. | Terry Jan Reedy | 2015-08-27 | 1 | -35/+50 |
| | | | | Patch by Mark Roseman. | ||||
* | Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). | Terry Jan Reedy | 2015-08-18 | 1 | -6/+2 |
| | |||||
* | Entries for idlelib/NEWS.txt | Terry Jan Reedy | 2015-08-17 | 1 | -1/+14 |
| | |||||
* | Issue #24833: Add attribute reference needed for 3.x. | Terry Jan Reedy | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Issue #23672: Allow Idle to edit and run files with astral chars in name. | Terry Jan Reedy | 2015-08-06 | 3 | -9/+27 |
| | | | | Patch by Mohd Sanad Zaki Rizvi. |