Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #5124: rename PyShell back to pyshell and patch test for 3.6 | Terry Jan Reedy | 2016-06-11 | 1 | -1631/+0 |
| | |||||
* | Merge with 3.5 | Terry Jan Reedy | 2016-06-11 | 1 | -1/+14 |
|\ | |||||
| * | Issue #5124: Paste with selection should always replace. | Terry Jan Reedy | 2016-06-11 | 1 | -1/+14 |
| | | | | | | | | | | This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake. | ||||
* | | Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+1618 |
| | | |||||
* | | Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. | Terry Jan Reedy | 2016-05-22 | 1 | -1619/+0 |
|/ | |||||
* | 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 #25313: Change the handling of new built-in text color themes to better | Terry Jan Reedy | 2015-11-12 | 1 | -3/+3 |
| | | | | | address the compatibility problem introduced by the addition of IDLE Dark. Consistently use the revised idleConf.CurrentTheme everywhere in idlelib. | ||||
* | Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. | Terry Jan Reedy | 2015-09-26 | 1 | -6/+6 |
| | | | | | This associates the message box with the widget and is better for Mac OSX. Patch by Mark Roseman. | ||||
* | 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 | 1 | -0/+8 |
| | | | | Patch by Mark Roseman. | ||||
* | 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 #21192: Change 'RUN' back to 'RESTART' when running editor file. | Terry Jan Reedy | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | Issue #24759: Revert 13a8782a775e. | Terry Jan Reedy | 2015-08-03 | 1 | -10/+0 |
| | |||||
* | Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. | Terry Jan Reedy | 2015-08-01 | 1 | -7/+6 |
| | | | | Do not print false prompts. Original patch by Adnan Umer. | ||||
* | Issue 24759: Gracefull exit Idle if ttk import fails. | Terry Jan Reedy | 2015-07-31 | 1 | -0/+10 |
| | |||||
* | Issue #23184: idlelib, remove more unused names and imports. | Terry Jan Reedy | 2015-05-16 | 1 | -10/+7 |
| | |||||
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 1 | -4/+1 |
| | | | | Patch by Al Sweigart. | ||||
* | Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. | Terry Jan Reedy | 2014-10-13 | 1 | -0/+3 |
| | |||||
* | Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-10-12 | 1 | -7/+2 |
| | |||||
* | Issue #22420: Avoid 'write to None' crashes by using print instead. | Terry Jan Reedy | 2014-09-20 | 1 | -6/+5 |
| | | | | Change a couple of existing prints. Original patch by Serhiy Storchaka. | ||||
* | Issue #14105: Stop removing breakpoints from Idle editors. | Terry Jan Reedy | 2014-08-09 | 1 | -0/+10 |
| | | | | Move BREAK tag configuration to PyShellEditorWindow. | ||||
* | Issue #17654: Ensure IDLE menus are customized properly on OS X for | Ned Deily | 2014-03-28 | 1 | -2/+2 |
| | | | | non-framework builds and for all variants of Tk. | ||||
* | Issue #20406: Use Python application icons for Idle window title bars. | Terry Jan Reedy | 2014-02-08 | 1 | -1/+13 |
|\ | | | | | | | Patch mostly by Serhiy Storchaka. | ||||
| * | Issue #20406: Use Python application icons for Idle window title bars. | Terry Jan Reedy | 2014-02-08 | 1 | -1/+13 |
| | | | | | | | | Patch mostly by Serhiy Storchaka. | ||||
* | | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. | Serhiy Storchaka | 2013-12-25 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. | Serhiy Storchaka | 2013-12-25 | 1 | -0/+3 |
| | | |||||
* | | Issue #18270: merge from 3.3 | Ned Deily | 2013-12-11 | 1 | -11/+14 |
|\ \ | |/ | |||||
| * | Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial | Ned Deily | 2013-12-11 | 1 | -11/+14 |
| | | | | | | | | shell window is present. (Original patch by Terry Reedy) | ||||
* | | Issue #19481: print() of string subclass instance in IDLE no more hangs. | Serhiy Storchaka | 2013-12-10 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | Issue #19481: print() of string subclass instance in IDLE no more hangs. | Serhiy Storchaka | 2013-12-10 | 1 | -2/+5 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' | Terry Jan Reedy | 2013-08-13 | 1 | -1/+1 |
| | | | | | | | | prefix from two attributes and two methods of History class. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-29 | 1 | -29/+53 |
|\ \ | |/ | |||||
| * | Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop | Terry Jan Reedy | 2013-06-29 | 1 | -29/+53 |
| | | | | | | | | | | | | replacing warnings.formatwarnings and to reverse replacement of warnings.showwarnings when import is complete and when main function exits. Add test_warning.py. Vinay Sajip provided capture_warnings function. | ||||
* | | Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch. | Terry Jan Reedy | 2013-06-29 | 1 | -3/+2 |
| | | | | | | | | If buildbots run before next push, test_logging will (temporarily) fail. | ||||
* | | Issue #18081: Workaround "./python -m test_idle test_logging" failure | Victor Stinner | 2013-06-24 | 1 | -2/+3 |
| | | | | | | | | | | "import idlelib" should not install hooks on the warning modules, hooks should only be installed when IDLE is started. | ||||
* | | #5492: merge with 3.3 | Roger Serwy | 2013-06-12 | 1 | -6/+5 |
|\ \ | |/ | |||||
| * | #5492: Avoid traceback when exiting IDLE caused by a race condition. | Roger Serwy | 2013-06-12 | 1 | -6/+5 |
| | | |||||
| * | #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch | Terry Jan Reedy | 2013-06-08 | 1 | -4/+4 |
| | | | | | | | | changing IOError to OSError (#16715). | ||||
* | | 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. | ||||
* | | #13495: merge with 3.3. | Roger Serwy | 2013-05-06 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | #13495: Avoid loading the color delegator twice in IDLE. | Roger Serwy | 2013-05-06 | 1 | -2/+0 |
| | | |||||
* | | #17585: merge with 3.3. | Roger Serwy | 2013-04-12 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | #17585: Fixed IDLE regression. Now closes when using exit() or quit(). | Roger Serwy | 2013-04-12 | 1 | -0/+3 |
| | | |||||
* | | #14254: merge with 3.3. | Roger Serwy | 2013-04-03 | 1 | -2/+12 |
|\ \ | |/ | |||||
| * | #14254: IDLE now handles readline correctly across shell restarts. | Roger Serwy | 2013-04-03 | 1 | -2/+12 |
| | | |||||
* | | #17614: merge with 3.3. | Roger Serwy | 2013-04-03 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | #17614: IDLE no longer raises exception when quickly closing a file. | Roger Serwy | 2013-04-03 | 1 | -1/+5 |
| |\ | |||||
| | * | #17614: IDLE no longer raises exception when quickly closing a file. | Roger Serwy | 2013-04-03 | 1 | -1/+5 |
| | | |