summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Issue #27620: Make htest box respond to <Return> and <Escape>.Terry Jan Reedy2016-07-281-6/+12
| |
* | Issue #27620: Mark the default action button as the default.Terry Jan Reedy2016-07-281-1/+1
| |
* | Issue #27626: Further spelling fixes for 3.6Martin Panter2016-07-281-1/+1
| |
* | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-282-2/+2
|\ \ | |/
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-282-2/+2
| | | | | | | | Based on patch by Ville Skyttä.
* | Issue #27620: Escape key closes Query box as cancelled.Terry Jan Reedy2016-07-262-3/+4
| |
* | Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete.Terry Jan Reedy2016-07-253-7/+12
| | | | | | | | Fixes problem with writing docstrings at lease twice indented.
* | Issue #27609: Explicitly return None when there are other returns.Terry Jan Reedy2016-07-252-30/+27
| | | | | | | | In a few cases, reverse a condition and eliminate a return.
* | Issue #25507: Merge from 3.5 with ttk replacing colorchooser.Terry Jan Reedy2016-07-161-0/+6
|\ \ | |/ | | | | | | IDLE no longer runs buggy code because of its tkinter imports. Users must include the same imports required to run directly in Python.
| * Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.Terry Jan Reedy2016-07-161-0/+6
| | | | | | | | Users must include the same imports required to run directly in Python.
* | Issue #25507: Move 4 objects from pyshell to run and switch inports.Terry Jan Reedy2016-07-153-110/+114
| | | | | | | | This removes one problem inport and reduces len(sys.modules) by 37.
* | Issue #23804: Merge spelling and NEWS fixes from 3.5Martin Panter2016-07-111-1/+1
|\ \ | |/
| * English spelling and grammar fixesMartin Panter2016-07-111-1/+1
| |
* | IDLE NEWS items.Terry Jan Reedy2016-07-111-0/+18
| |
* | Issue #27477: Convert IDLE search dialogs to using ttk widgets.Terry Jan Reedy2016-07-116-36/+50
| |
* | Refine geometry of idlelib htests (and a few other fix-ups).Terry Jan Reedy2016-07-1019-58/+52
| |
* | Issue #27173: Fix error in test_config that caused test_idle to fail.Terry Jan Reedy2016-07-101-1/+1
| |
* | Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.Terry Jan Reedy2016-07-105-57/+270
| | | | | | | | | | Make the default key set depend on the platform. Add tests for changes to the config module.
* | WhitespaceTerry Jan Reedy2016-07-081-1/+1
| |
* | Issue #27380: IDLE: add query.HelpSource class and tests.Terry Jan Reedy2016-07-086-368/+342
| | | | | | | | Remove modules that are combined in new module.
* | Issue #27452: make command line idle-test> python test_help.py work.Terry Jan Reedy2016-07-061-1/+1
| | | | | | | | __file__ is relative in this case.
* | Issue #27452: add line counter and crc to IDLE config test dump.Terry Jan Reedy2016-07-061-9/+20
|\ \ | |/
| * Issue #27452: add line counter and crc to IDLE configHandler test dump.Terry Jan Reedy2016-07-061-10/+21
| |
* | Issue 27437: Add query.ModuleName and use it for file => Load Module.Terry Jan Reedy2016-07-035-77/+185
| | | | | | | | Users can now edit bad entries instead of starting over.
* | 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.