summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclassTerry Jan Reedy2016-06-276-188/+326
| | | | | | SectionName. These split class GetCfgSectionNameDialog from configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2. More Query subclasses are planned.
* Merge Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-261-0/+14
|\
| * Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-261-1/+12
| |
* | Issue 27372: Stop test_idle from changing locale, so test passes.Terry Jan Reedy2016-06-263-42/+53
| | | | | | | | In 3.6, the warning is now called an error, making it harder to ignore.
* | Issue #22115: Added methods trace_add, trace_remove and trace_info in theSerhiy Storchaka2016-06-261-19/+19
| | | | | | | | | | | | tkinter.Variable class. They replace old methods trace_variable, trace, trace_vdelete and trace_vinfo that use obsolete Tcl commands and might not work in future versions of Tcl.
* | Issue #24137: Fixed IDLE on Linux with tkinter default root disabled.Serhiy Storchaka2016-06-251-1/+2
| |
* | Issue #27365: Finish merge so tests pass.Terry Jan Reedy2016-06-222-13/+13
| |
* | Issue #27365: revert temporary renameTerry Jan Reedy2016-06-221-0/+0
| |
* | Issue #27365: add chunkTerry Jan Reedy2016-06-221-5/+9
| |
* | Issue #27365: add chunkTerry Jan Reedy2016-06-221-0/+2
| |
* | Issue #27365: revert temporary renameTerry Jan Reedy2016-06-221-4/+0
| |
* | Issue #27365: partial mergeTerry Jan Reedy2016-06-223-8/+64
|\ \ | |/
| * Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names.Terry Jan Reedy2016-06-223-0/+58
| | | | | | | | Rest of patch that should not be cherry picked into 3.5.2 final.
* | Issue #27365: temporary renameTerry Jan Reedy2016-06-221-0/+0
| |
* | Issue #27365: Merge minimal part.Terry Jan Reedy2016-06-222-3/+3
|\ \ | |/
| * Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.Terry Jan Reedy2016-06-222-3/+3
| |
* | Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.Terry Jan Reedy2016-06-2114-84/+91
| | | | | | | | | | 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_setupappBerker Peksag2016-06-181-1/+4
| |
* | Issue #27312: mock out function that fails when called from setupApp duringTerry Jan Reedy2016-06-171-0/+1
| | | | | | | | IDLE test_macosx and see if addOpenEventSupport() fails.
* | Issue #27245: revert temporary renameTerry Jan Reedy2016-06-141-0/+0
| |
* | Merge with 3.5Terry Jan Reedy2016-06-141-2/+6
|\ \ | |/
| * Issue #27245: IDLE: Cleanly delete custom themes and key bindings.Terry Jan Reedy2016-06-141-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 Reedy2016-06-141-0/+0
| |
* | Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests.Terry Jan Reedy2016-06-123-16/+53
| |
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-2/+4
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+4
| | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* | IDLE NEWS entriesTerry Jan Reedy2016-06-111-0/+11
| |
* | Merge Issue #5124: NEWS entries.Terry Jan Reedy2016-06-111-0/+4
|\ \ | |/
| * Issue #5124: NEWS entries.Terry Jan Reedy2016-06-111-0/+4
| |
* | Issue #27262: fix missing parameter typoNed Deily2016-06-111-1/+1
| |
* | Issue #5124: rename PyShell back to pyshell and patch test for 3.6Terry Jan Reedy2016-06-112-13/+15
| |
* | Merge with 3.5Terry Jan Reedy2016-06-112-1/+85
|\ \ | |/
| * Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-112-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 Reedy2016-06-111-0/+0
| |
* | Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-1017-39/+211
| | | | | | | | Where needed, add minimal tests to cover changes.
* | Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.Terry Jan Reedy2016-06-107-40/+36
| | | | | | | | Delete now unneeded tk version tests and code for older versions.
* | Issue #24759: Add test for IDLE syntax colorizoer.Terry Jan Reedy2016-06-101-0/+56
| |
* | Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.Terry Jan Reedy2016-06-084-10/+84
| |
* | Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx.Terry Jan Reedy2016-06-082-8/+11
| |
* | Items for NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-06-071-0/+23
|\ \ | |/
| * Items for NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-06-071-0/+11
| |
* | Issue #27156: Remove more unused idlelib code.Terry Jan Reedy2016-06-062-13/+0
| |
* | Merge with 3.5Terry Jan Reedy2016-06-041-0/+6
|\ \ | |/
| * Issue #24759: Add 'private' notice for idlelib.idle_test.Terry Jan Reedy2016-06-041-0/+6
| |
* | Merge: Revise and synchronize idle_test.test_configdialog.Terry Jan Reedy2016-06-041-8/+7
|\ \ | |/
| * Revise and synchronize idle_test.test_configdialog.Terry Jan Reedy2016-06-041-8/+6
| |
* | Merge with 3.5Terry Jan Reedy2016-06-041-2/+2
|\ \ | |/
| * IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.Terry Jan Reedy2016-06-041-2/+2
| |
* | Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings.Terry Jan Reedy2016-06-045-10/+20
|\ \ | |/
| * Issue #27196: Stop 'application destroyed' warnings when running IDLE tests.Terry Jan Reedy2016-06-045-10/+22
| | | | | | | | The update_idletasks solution was provided by Serhiy Storchaka.