Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #27171: Fix typos in documentation, code comments, and tests | Martin Panter | 2016-06-02 | 3 | -3/+3 | |
| | ||||||
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 | |
| | ||||||
* | Add items to MISC/NEWS and idlelib/NEWS.txt. | Terry Jan Reedy | 2016-05-30 | 1 | -0/+25 | |
| | ||||||
* | Issue #26673: Protect IDLE from Linux fonts with reported default size 0. | Terry Jan Reedy | 2016-05-22 | 1 | -1/+1 | |
| | | | | Such fonts on Linux prevented the configuration dialog from opening. | |||||
* | Backports: #25747: remove bad test. #27044: stop test_idle from leaking. | Terry Jan Reedy | 2016-05-17 | 3 | -9/+11 | |
| | ||||||
* | Issue 18910: Edit idle_test/README.txt to add 'requires' warning. | Terry Jan Reedy | 2016-05-16 | 1 | -0/+2 | |
| | ||||||
* | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 1 | -1/+1 | |
| | ||||||
* | Clarify IDLE-console differences with respect to the sys module. | Terry Jan Reedy | 2016-05-02 | 1 | -9/+11 | |
| | | | | 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 | 4 | -4/+4 | |
| | ||||||
* | whitespace | Terry Jan Reedy | 2016-03-21 | 1 | -3/+3 | |
| | ||||||
* | Document maintenance of idlelib/help.html in idlelib. | Terry Jan Reedy | 2016-03-01 | 1 | -1/+24 | |
| | ||||||
* | Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes. | Terry Jan Reedy | 2016-03-21 | 1 | -74/+74 | |
| | | | | These changes should not be visible to the user. | |||||
* | Issue #26581: Use the first coding cookie on a line, not the last one. | Serhiy Storchaka | 2016-03-20 | 1 | -1/+1 | |
| | ||||||
* | Issues #26310, #26311: Fix typos in the documentation | Martin Panter | 2016-02-10 | 2 | -2/+2 | |
| | ||||||
* | Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98. | Terry Jan Reedy | 2016-01-27 | 2 | -3/+15 | |
| | | | | Augment htest to include all major IOBinding functions. | |||||
* | Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt. | Terry Jan Reedy | 2016-01-17 | 2 | -4/+7 | |
| | | | | Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'. | |||||
* | Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION ↵ | Terry Jan Reedy | 2015-12-18 | 1 | -1/+1 | |
| | | | | MARK. | |||||
* | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2015-11-21 | 1 | -17/+40 | |
| | ||||||
* | Issue 15348: Stop debugger engine (normally in user process) | Terry Jan Reedy | 2015-11-21 | 1 | -2/+5 | |
| | | | | | before closing debugger window in IDLE process. This prevents one-per-line RuntimeErrors. | |||||
* | Issue #24455: Prevent IDLE from hanging when a) closing the shell while the | Terry Jan Reedy | 2015-11-21 | 1 | -7/+53 | |
| | | | | | | | | | debugger is active (15347); b) closing the debugger with the [X] button (15348); and c) activating the debugger when already active (24455). The patch by Mark Roseman does this by making two changes. 1. To suspend and resume the gui.interaction method, use the tcl vwait mechanism interded for this purpose instead of root.mainloop & .quit. 2. In gui.run, allow any existing interaction to terminate first. | |||||
* | Make it slightly clearer that IDLE close message is referring to user program, | Terry Jan Reedy | 2015-11-20 | 1 | -1/+1 | |
| | | | | not to IDLE itself. | |||||
* | Issue #24750: whitespace | Terry Jan Reedy | 2015-11-16 | 1 | -1/+1 | |
| | ||||||
* | Issue #24750: Improve appearance of IDLE editor window status bar. | Terry Jan Reedy | 2015-11-16 | 2 | -3/+8 | |
| | | | | Patch by Mark Roseman. | |||||
* | Indent | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 | |
| | ||||||
* | Whitespace | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 | |
| | ||||||
* | Issue #25313: Change the handling of new built-in text color themes to better | Terry Jan Reedy | 2015-11-12 | 8 | -25/+48 | |
| | | | | | address the compatibility problem introduced by the addition of IDLE Dark. Consistently use the revised idleConf.CurrentTheme everywhere in idlelib. | |||||
* | Issue #25507: move test-specific imports to test function (idlelib.IOBinding). | Terry Jan Reedy | 2015-10-30 | 2 | -11/+15 | |
| | ||||||
* | Display IDLE warning as a warning rather than as an error. | Terry Jan Reedy | 2015-10-27 | 1 | -2/+4 | |
| | | | | Clarify message and expected action for beginners. | |||||
* | 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 | -65/+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. Move Build sectios down. | Terry Jan Reedy | 2015-09-29 | 1 | -2/+36 | |
| | ||||||
* | 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. | |||||
* | 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 | -21/+21 | |
| | | | | | 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 | -7/+22 | |
| | ||||||
* | Issue #22820: Explain need for *print* when running file from Idle editor. | Terry Jan Reedy | 2015-09-24 | 1 | -2/+7 | |
| |