Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27312: Fix TypeError in test_setupapp | Berker Peksag | 2016-06-18 | 1 | -1/+4 |
| | |||||
* | Issue #27312: mock out function that fails when called from setupApp during | Terry Jan Reedy | 2016-06-17 | 1 | -0/+1 |
| | | | | IDLE test_macosx and see if addOpenEventSupport() fails. | ||||
* | Issue #27245: revert temporary rename | Terry Jan Reedy | 2016-06-14 | 1 | -0/+0 |
| | |||||
* | Merge with 3.5 | Terry Jan Reedy | 2016-06-14 | 1 | -2/+6 |
|\ | |||||
| * | Issue #27245: IDLE: Cleanly delete custom themes and key bindings. | Terry Jan Reedy | 2016-06-14 | 1 | -2/+6 |
| | | | | | | | | | | Previously, when IDLE was started from a console or by import, a cascade of warnings was emitted. Patch by Serhiy Storchaka. | ||||
* | | Issue #27245: temporary rename for merge. | Terry Jan Reedy | 2016-06-14 | 1 | -0/+0 |
| | | |||||
* | | Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests. | Terry Jan Reedy | 2016-06-12 | 3 | -16/+53 |
| | | |||||
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+4 |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | | IDLE NEWS entries | Terry Jan Reedy | 2016-06-11 | 1 | -0/+11 |
| | | |||||
* | | Merge Issue #5124: NEWS entries. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #5124: NEWS entries. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
| | | |||||
* | | Issue #27262: fix missing parameter typo | Ned Deily | 2016-06-11 | 1 | -1/+1 |
| | | |||||
* | | Issue #5124: rename PyShell back to pyshell and patch test for 3.6 | Terry Jan Reedy | 2016-06-11 | 2 | -13/+15 |
| | | |||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-06-11 | 2 | -1/+85 |
|\ \ | |/ | |||||
| * | Issue #5124: Paste with selection should always replace. | Terry Jan Reedy | 2016-06-11 | 2 | -1/+85 |
| | | | | | | | | | | 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/+0 |
| | | |||||
* | | Issue *24750: Switch all scrollbars in IDLE to ttk versions. | Terry Jan Reedy | 2016-06-10 | 17 | -39/+211 |
| | | | | | | | | Where needed, add minimal tests to cover changes. | ||||
* | | Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. | Terry Jan Reedy | 2016-06-10 | 7 | -40/+36 |
| | | | | | | | | Delete now unneeded tk version tests and code for older versions. | ||||
* | | Issue #24759: Add test for IDLE syntax colorizoer. | Terry Jan Reedy | 2016-06-10 | 1 | -0/+56 |
| | | |||||
* | | Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. | Terry Jan Reedy | 2016-06-08 | 4 | -10/+84 |
| | | |||||
* | | Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx. | Terry Jan Reedy | 2016-06-08 | 2 | -8/+11 |
| | | |||||
* | | Items for NEWS and idlelib/NEWS.txt. | Terry Jan Reedy | 2016-06-07 | 1 | -0/+23 |
|\ \ | |/ | |||||
| * | Items for NEWS and idlelib/NEWS.txt. | Terry Jan Reedy | 2016-06-07 | 1 | -0/+11 |
| | | |||||
* | | Issue #27156: Remove more unused idlelib code. | Terry Jan Reedy | 2016-06-06 | 2 | -13/+0 |
| | | |||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-06-04 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Issue #24759: Add 'private' notice for idlelib.idle_test. | Terry Jan Reedy | 2016-06-04 | 1 | -0/+6 |
| | | |||||
* | | Merge: Revise and synchronize idle_test.test_configdialog. | Terry Jan Reedy | 2016-06-04 | 1 | -8/+7 |
|\ \ | |/ | |||||
| * | Revise and synchronize idle_test.test_configdialog. | Terry Jan Reedy | 2016-06-04 | 1 | -8/+6 |
| | | |||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-06-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. | Terry Jan Reedy | 2016-06-04 | 1 | -2/+2 |
| | | |||||
* | | Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings. | Terry Jan Reedy | 2016-06-04 | 5 | -10/+20 |
|\ \ | |/ | |||||
| * | Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. | Terry Jan Reedy | 2016-06-04 | 5 | -10/+22 |
| | | | | | | | | The update_idletasks solution was provided by Serhiy Storchaka. | ||||
* | | Issue 20567: Revise idle_test/README.txt and some tests to match new advice. | Terry Jan Reedy | 2016-06-04 | 9 | -34/+39 |
|\ \ | |/ | |||||
| * | Issue 20567: Revise idle_test/README.txt and some tests to match new advice. | Terry Jan Reedy | 2016-06-04 | 9 | -34/+39 |
| | | |||||
* | | Issue #24225: Fix additional renamed module references. | Ned Deily | 2016-06-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #27171: Merge typo fixes from 3.5 | Martin Panter | 2016-06-02 | 3 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 | 3 | -3/+3 |
| | | |||||
* | | Issue # 24225: Update idlelib.README.txt with new file names and event handlers. | Terry Jan Reedy | 2016-06-01 | 1 | -133/+135 |
| | | |||||
* | | Issue #27156: Remove obsolete code not used by IDLE. | Terry Jan Reedy | 2016-05-30 | 3 | -432/+0 |
| | | | | | | | | | | | | | | help.txt, replaced by help.html, is out-of-date and should not be used. Its dedicated viewer has be replaced by the html viewer in help.py. 'import idlever; I = idlever.IDLE_VERSION' is the same as 'import sys; I = version[:version.index(' ')]' | ||||
* | | Issue #27125: Merge typo fixes from 3.5 | Martin Panter | 2016-05-30 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -2/+1 |
| | | |||||
* | | Add items to MISC/NEWS and idlelib/NEWS.txt. | Terry Jan Reedy | 2016-05-30 | 1 | -2/+42 |
|\ \ | |/ | |||||
| * | Add items to MISC/NEWS and idlelib/NEWS.txt. | Terry Jan Reedy | 2016-05-30 | 1 | -0/+40 |
| | | |||||
| * | Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. | Terry Jan Reedy | 2016-05-29 | 2 | -15/+27 |
| | | | | | | | | Factor out code for configuring text widget colors to a new function. | ||||
* | | Issue #27117: Make colorizer htest and turtledemo work with dark theme. | Terry Jan Reedy | 2016-05-29 | 2 | -15/+27 |
| | | | | | | | | Factor out code for configuring text widget colors to a new function. | ||||
* | | Issue #24225: Within idlelib files, update idlelib module names. | Terry Jan Reedy | 2016-05-28 | 72 | -357/+375 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This follows the previous patch that changed idlelib file names. Class names that matched old module names are not changed. Change idlelib imports in turtledemo.__main__. Exception: config-extensions.def. Previously, extension section names, file names, and class names had to match. Changing section names would create cross-version conflicts in config-extensions.cfg (user customizations). Instead map old names to new file names at point of import in editor.EditorWindow.load_extension. Patch extensively tested with test_idle, idle_test.htest.py, a custom import-all test, running IDLE in a console to catch messages, and testing each menu item. Based on a patch by Al Sweigart. | ||||
* | | Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. | Terry Jan Reedy | 2016-05-22 | 60 | -0/+0 |
| | | |||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-05-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | 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. |