Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2015-11-21 | 1 | -16/+39 |
|\ | |||||
| * | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2015-11-21 | 1 | -16/+39 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-11-21 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-11-21 | 1 | -7/+53 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-11-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-11-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24750: whitespace | Terry Jan Reedy | 2015-11-16 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-11-16 | 2 | -3/+8 |
|\ \ | |/ | |||||
| * | Issue #24750: Improve appearance of IDLE editor window status bar. | Terry Jan Reedy | 2015-11-16 | 2 | -3/+8 |
| | | | | | | | | Patch by Mark Roseman. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Indent | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Whitespace | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-11-12 | 8 | -25/+48 |
|\ \ | |/ | |||||
| * | 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 #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 2 | -2/+2 |
| | | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-30 | 2 | -9/+13 |
|\ \ | |/ | |||||
| * | Issue #25507: move test-specific imports to test function (idlelib.IOBinding). | Terry Jan Reedy | 2015-10-30 | 2 | -9/+13 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-27 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Display IDLE warning as a warning rather than as an error. | Terry Jan Reedy | 2015-10-27 | 1 | -3/+5 |
| | | | | | | | | | | Clarify message and expected action for beginners. Guard against astral chars in path incorporated in message. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24782: Limit width of canvas and hence IDLE settings dialog. | Terry Jan Reedy | 2015-10-22 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24782: Don't try to run now-removed extension dialog test. | Terry Jan Reedy | 2015-10-20 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24782: whitespace | Terry Jan Reedy | 2015-10-14 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-14 | 5 | -197/+144 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-12 | 2 | -20/+33 |
|\ \ | |/ | |||||
| * | 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: Update IDLE NEWS items. | Terry Jan Reedy | 2015-10-04 | 1 | -0/+19 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-04 | 2 | -0/+43 |
|\ \ | |/ | |||||
| * | Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. | Terry Jan Reedy | 2015-10-04 | 2 | -0/+43 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-03 | 2 | -62/+231 |
|\ \ | |/ | |||||
| * | 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'. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-03 | 1 | -14/+16 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge with 3.4, Issue #24028: Add subsection about Idle calltips. | Terry Jan Reedy | 2015-09-29 | 1 | -8/+30 |
|\ \ | |/ | |||||
| * | Issue #24028: Add subsection about Idle calltips. | Terry Jan Reedy | 2015-09-29 | 1 | -8/+30 |
| | | |||||
* | | IDLE NEWS items. | Terry Jan Reedy | 2015-09-29 | 1 | -1/+35 |
|\ \ | |/ | |||||
| * | Add recent IDLE NEWS items. | Terry Jan Reedy | 2015-09-29 | 1 | -3/+37 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-09-28 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Issue #24972: New option is only valid in tk 8.5+. | Terry Jan Reedy | 2015-09-28 | 1 | -1/+3 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-09-28 | 1 | -30/+1 |
|\ \ | |/ | |||||
| * | 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. |