Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports. | Serhiy Storchaka | 2016-12-16 | 2 | -2/+0 |
| | |||||
* | Issue #28572: Use system-specific values for configdialog font test | Terry Jan Reedy | 2016-11-07 | 1 | -8/+12 |
| | |||||
* | Issue #28572: Add 10% to coverage of IDLE's test_configdialog. | Terry Jan Reedy | 2016-11-07 | 1 | -18/+111 |
| | | | | Update and augment description of the configuration system. | ||||
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 2 | -9/+9 |
| | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter. | ||||
* | Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). | Terry Jan Reedy | 2016-08-31 | 40 | -368/+1057 |
|\ | |||||
| * | Issue #27891: Consistently group and sort imports within idlelib modules. | Terry Jan Reedy | 2016-08-31 | 1 | -2/+3 |
| | | |||||
| * | Issue #27895: Spelling fixes (Contributed by Ville Skytt?). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
| | | |||||
| * | Issue #27821: Fix bug in idlelib.comfig function and add new tests. | Terry Jan Reedy | 2016-08-24 | 1 | -22/+84 |
| | | |||||
| * | Issue #27714: Remove unneeded non-idempotent call that fails on retest. | Terry Jan Reedy | 2016-08-20 | 1 | -2/+0 |
| |\ | |||||
| * | | Issue #27732: Silence test_idle with dummy bell functions. | Terry Jan Reedy | 2016-08-10 | 5 | -8/+17 |
| | | | |||||
| * | | Issue #27714: text_textview now passes when re-run in the same process | Terry Jan Reedy | 2016-08-10 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | because test_idle failed while running with test -w (and no -jn). Prevent a non-fatal warning from test_config_key. | ||||
| * | | Issue #27380: For test_query on Mac, adjust one expected result. | Terry Jan Reedy | 2016-08-10 | 1 | -1/+3 |
| | | | |||||
| * | | Issue #27621: Put query response validation error messages in query box | Terry Jan Reedy | 2016-08-10 | 1 | -142/+93 |
| | | | | | | | | | | | | | | | instead of in separate massagebox. Redo tests to match. Add Mac OSX refinements. Original patch by Mark Roseman. | ||||
| * | | Issue #27620: Make htest box respond to <Return> and <Escape>. | Terry Jan Reedy | 2016-07-27 | 1 | -6/+12 |
| | | | |||||
| * | | Issue #27626: Further spelling fixes for 3.6 | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #27620: Escape key closes Query box as cancelled. | Terry Jan Reedy | 2016-07-25 | 1 | -3/+3 |
| | | | |||||
| * | | Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete. | Terry Jan Reedy | 2016-07-24 | 1 | -0/+5 |
| | | | | | | | | | | | | Fixes problem with writing docstrings at lease twice indented. | ||||
| * | | Issue #27477: Convert IDLE search dialogs to using ttk widgets. | Terry Jan Reedy | 2016-07-10 | 2 | -12/+8 |
| | | | |||||
| * | | Refine geometry of idlelib htests (and a few other fix-ups). | Terry Jan Reedy | 2016-07-10 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #27173: Fix error in test_config that caused test_idle to fail. | Terry Jan Reedy | 2016-07-10 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets. | Terry Jan Reedy | 2016-07-10 | 1 | -0/+98 |
| | | | | | | | | | | | | | | | Make the default key set depend on the platform. Add tests for changes to the config module. | ||||
| * | | Whitespace | Terry Jan Reedy | 2016-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #27380: IDLE: add query.HelpSource class and tests. | Terry Jan Reedy | 2016-07-08 | 3 | -149/+201 |
| | | | | | | | | | | | | Remove modules that are combined in new module. | ||||
| * | | Issue #27452: make command line idle-test> python test_help.py work. | Terry Jan Reedy | 2016-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | __file__ is relative in this case. | ||||
| * | | Issue 27437: Add query.ModuleName and use it for file => Load Module. | Terry Jan Reedy | 2016-07-03 | 2 | -18/+97 |
| | | | | | | | | | | | | Users can now edit bad entries instead of starting over. | ||||
| * | | Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass | Terry Jan Reedy | 2016-06-26 | 3 | -87/+175 |
| | | | | | | | | | | | | | | | | | | SectionName. These split class GetCfgSectionNameDialog from configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2. More Query subclasses are planned. | ||||
| * | | Issue #27365: Finish merge so tests pass. | Terry Jan Reedy | 2016-06-22 | 1 | -12/+12 |
| | | | |||||
| * | | Issue #27365: partial merge | Terry Jan Reedy | 2016-06-22 | 2 | -8/+60 |
| |\ \ | |||||
| * | | | Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. | Terry Jan Reedy | 2016-06-21 | 3 | -11/+23 |
| | | | | | | | | | | | | | | | | | | | | Fix code and tests that fail with this restriction. Fix htests to not create a second and redundant root and mainloop. | ||||
| * | | | 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 #27239: Continue refactoring idlelib.macosx and adding macosx tests. | Terry Jan Reedy | 2016-06-12 | 2 | -9/+35 |
| | | | | |||||
| * | | | Issue #5124: rename PyShell back to pyshell and patch test for 3.6 | Terry Jan Reedy | 2016-06-11 | 1 | -13/+15 |
| | | | | |||||
| * | | | Merge with 3.5 | Terry Jan Reedy | 2016-06-11 | 35 | -99/+387 |
| |\ \ \ | |||||
| | * | | | Issue *24750: Switch all scrollbars in IDLE to ttk versions. | Terry Jan Reedy | 2016-06-10 | 8 | -4/+168 |
| | | | | | | | | | | | | | | | | | | | | Where needed, add minimal tests to cover changes. | ||||
| | * | | | Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. | Terry Jan Reedy | 2016-06-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Delete now unneeded tk version tests and code for older versions. | ||||
| | * | | | Issue #24759: Add test for IDLE syntax colorizoer. | Terry Jan Reedy | 2016-06-09 | 1 | -0/+56 |
| | | | | | |||||
| | * | | | Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. | Terry Jan Reedy | 2016-06-08 | 3 | -4/+71 |
| | | | | | |||||
| | * | | | Merge with 3.5 | 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 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge with 3.5 | Terry Jan Reedy | 2016-06-04 | 27 | -97/+95 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings. | Terry Jan Reedy | 2016-06-03 | 5 | -10/+20 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Issue 20567: Revise idle_test/README.txt and some tests to match new advice. | Terry Jan Reedy | 2016-06-03 | 27 | -95/+95 |
| | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | Issue #27125: Merge typo fixes from 3.5 | Martin Panter | 2016-05-30 | 27 | -94/+94 |
| | | | |\ \ \ \ \ \ | |||||
| | | | | * | | | | | | Issue #24225: Within idlelib files, update idlelib module names. | Terry Jan Reedy | 2016-05-28 | 27 | -94/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 8 | -0/+0 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Issue #27922: IDLE tests no longer flash tk widgets. | Terry Jan Reedy | 2016-08-31 | 6 | -5/+13 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Issue #27714: Remove unneeded non-idempotent call that fails on retest. | Terry Jan Reedy | 2016-08-20 | 1 | -2/+0 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Issue #27714: text_textview now passes when re-run in the same process | Terry Jan Reedy | 2016-08-10 | 1 | -2/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | because test_idle failed while running with test -w (and no -jn). | ||||
* | | | | | | | | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. | Terry Jan Reedy | 2016-06-22 | 1 | -0/+52 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Rest of patch that should not be cherry picked into 3.5.2 final. |