Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. | Terry Jan Reedy | 2016-05-22 | 1 | -1703/+0 |
| | |||||
* | Issue #24750: Improve appearance of IDLE editor window status bar. | Terry Jan Reedy | 2015-11-16 | 1 | -0/+3 |
| | | | | Patch by Mark Roseman. | ||||
* | Issue #25313: Change the handling of new built-in text color themes to better | Terry Jan Reedy | 2015-11-12 | 1 | -1/+1 |
| | | | | | address the compatibility problem introduced by the addition of IDLE Dark. Consistently use the revised idleConf.CurrentTheme everywhere in idlelib. | ||||
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | 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. | ||||
* | Issue #24782: Finish converting the Configure Extension dialog into a new | Terry Jan Reedy | 2015-10-14 | 1 | -6/+0 |
| | | | | tab in the IDLE Preferences dialog. Code patch by Mark Roseman. | ||||
* | 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 #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. | ||||
* | Issue #24570: Right-click for context menus now work on Mac Aqual also. | Terry Jan Reedy | 2015-09-23 | 1 | -5/+5 |
| | | | | Patch by Mark Roseman. | ||||
* | 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 | 1 | -2/+8 |
| | |||||
* | Issue #16893: Replace help.txt with idle.html for Idle doc display. | Terry Jan Reedy | 2015-09-20 | 1 | -2/+10 |
| | | | | | | | | 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 #23672: Allow Idle to edit and run files with astral chars in name. | Terry Jan Reedy | 2015-08-06 | 1 | -8/+8 |
| | | | | Patch by Mohd Sanad Zaki Rizvi. | ||||
* | Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default | Terry Jan Reedy | 2015-08-01 | 1 | -14/+3 |
| | | | | | editor font. This should not affect current customized font selections. Patch by Mark Roseman. | ||||
* | Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. | Terry Jan Reedy | 2015-07-30 | 1 | -3/+4 |
| | |||||
* | Issue #23184: idlelib, remove more unused names and imports. | Terry Jan Reedy | 2015-05-16 | 1 | -3/+1 |
| | |||||
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 1 | -4/+1 |
| | | | | Patch by Al Sweigart. | ||||
* | Issue #3068: Add Idle extension configuration dialog to Options menu. | Terry Jan Reedy | 2014-10-23 | 1 | -0/+4 |
| | | | | Original patch by Tal Einat. | ||||
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 1 | -2/+4 |
| | | | | htests to add # htest # marker for coveragepy and stop tcl errors. | ||||
* | Issue #16233: When the module browser is not invoked in an editor window with | Terry Jan Reedy | 2014-10-16 | 1 | -7/+6 |
| | | | | | a filename, pop up the Open Module box. If a module is opened, open a corresponding browser. | ||||
* | De-'colour'ize stdlib except for idlelib.configDialog. | Terry Jan Reedy | 2014-10-09 | 1 | -1/+1 |
| | | | | Tweak docstrigs and comments in affected functions in idlelib.configHandler. | ||||
* | Update Idle's online doc url. | Terry Jan Reedy | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. | Terry Jan Reedy | 2014-08-15 | 1 | -4/+5 |
| | |||||
* | Issue #17172: Add the ability to run turtledemo from Idle. | Terry Jan Reedy | 2014-07-29 | 1 | -0/+9 |
| | | | | | Make turtledemo start as active on Mac even when run with subprocess. Patch by Ramchandra Apt, Lita Cho, and Ned Daily. | ||||
* | Issue #21477: Idle htest: modify run; add more tests. | Terry Jan Reedy | 2014-05-25 | 1 | -6/+3 |
| | | | | Patch by Saimadhav Heblikar. 2.7 version will follow. | ||||
* | Issue #21477: idle htests - lower case function names, other cleanups. | Terry Jan Reedy | 2014-05-19 | 1 | -7/+7 |
| | |||||
* | Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin | Terry Jan Reedy | 2014-05-12 | 1 | -6/+10 |
| | | | | | consolidating and improving human-validated tests of Idle. Change other files as needed to work with htest. Running the module as __main__ runs all tests. | ||||
* | Issue #17654: Ensure IDLE menus are customized properly on OS X for | Ned Deily | 2014-03-28 | 1 | -7/+7 |
| | | | | non-framework builds and for all variants of Tk. | ||||
* | Issue 19944: Fix importlib.find_spec() so it imports parents as needed. | Eric Snow | 2014-01-25 | 1 | -1/+2 |
| | | | | The function is also moved to importlib.util. | ||||
* | Merge with 3.3 | Terry Jan Reedy | 2014-01-23 | 1 | -1/+5 |
|\ | |||||
| * | Issue #17390: Add Python version to Idle editor window title bar. | Terry Jan Reedy | 2014-01-23 | 1 | -1/+5 |
| | | | | | | | | Original patches by Edmond Burnett and Kent Johnson. | ||||
* | | Remove more usage of APIs deprecated by PEP 451. | Eric Snow | 2014-01-07 | 1 | -4/+4 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-04 | 1 | -5/+2 |
|\ \ | |/ | |||||
| * | Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. | Terry Jan Reedy | 2013-08-04 | 1 | -5/+2 |
| | | |||||
* | | Issue #17532: merge from 3.3 | Ned Deily | 2013-07-20 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Issue #17532: Prevent exception when changing key sets if Options menu is empty. | Ned Deily | 2013-07-20 | 1 | -1/+5 |
| | | |||||
| * | #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch | Terry Jan Reedy | 2013-06-08 | 1 | -1/+1 |
| | | | | | | | | changing IOError to OSError (#16715). | ||||
* | | merge w/ 3.3 for issue #18055 | Brett Cannon | 2013-06-07 | 1 | -38/+19 |
|\ \ | |/ | |||||
| * | Issue #18055: Move to importlib from imp for IDLE. | Brett Cannon | 2013-06-07 | 1 | -38/+19 |
| | | |||||
* | | Issue #17532: merge | Ned Deily | 2013-05-22 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Issue #17532: Always include Options menu for IDLE on OS X. | Ned Deily | 2013-05-22 | 1 | -1/+0 |
| | | | | | | | | Patch by Guilherme Simões. | ||||
* | | #14146: merge with 3.3. | Roger Serwy | 2013-05-21 | 1 | -0/+30 |
|\ \ | |/ | |||||
| * | #14146: Highlight source line while debugging on Windows. | Roger Serwy | 2013-05-21 | 1 | -0/+30 |
| | | |||||
* | | #13495: merge with 3.3. | Roger Serwy | 2013-05-06 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | #13495: Avoid loading the color delegator twice in IDLE. | Roger Serwy | 2013-05-06 | 1 | -3/+0 |
| | | |||||
* | | #17798: merge with 3.3. | Roger Serwy | 2013-05-05 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | #17798: Allow IDLE to edit new files when specified on command line. | Roger Serwy | 2013-05-05 | 1 | -0/+2 |
| | |