summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] Fix 2.7 test -R test_IDLE failure on Windows (GH-13958)Terry Jan Reedy2019-06-161-2/+2
| | | Cherry-picked from 66d47da.
* [2.7] bpo-37177: make IDLE's search dialogs transient (GH-13869)Tal Einat2019-06-072-5/+8
| | | | | This avoids the search dialogs being hidden behind the editor window. (cherry picked from commit 554450fb4e95066e825bdb4a2d544a490daeebdc)
* [2.7] Update idlelib NEWS.txt for 2.7 (GH-13436)Terry Jan Reedy2019-05-201-1/+9
|
* [2.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102) ↵Terry Jan Reedy2019-05-131-0/+2
| | | | (GH-13293)
* [2.7] IDLE: Fix typo in keybindingDialog.py (GH-2322) (GH-12231)Terry Jan Reedy2019-03-081-1/+1
| | | Cherry picked by hand from a0e911b
* bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original ↵Ned Deily2019-03-011-1/+1
| | | | patch by Kevin Walzer. (GH-12034)
* [2.7] bpo-35133: Fix mistakes when concatenate string literals on different ↵Serhiy Storchaka2018-11-053-6/+6
| | | | | | | | | | | | lines. (GH-10284) (GH-10335) (GH-10336) Two kind of mistakes: 1. Missed space. After concatenating there is no space between words. 2. Missed comma. Causes unintentional concatenating in a list of strings. (cherry picked from commit 34fd4c20198dea6ab2fe8dc6d32d744d9bde868d) (cherry picked from commit 7054e5c80b6e98cd44e22d1bc2d7f0a94343089d)
* bpo-31500: Default fonts now are scaled on HiDPI displays. (#10015)Terry Jan Reedy2018-10-201-0/+2
| | | [2.7] bpo-31500: Add idlelib news items about HiDPI scaling
* [2.7] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) ↵Cheryl Sabella2018-10-203-0/+18
| | | | | | | (GH-6585) (cherry picked from commit a96c96f5dab68d4e611af4b8caefd7268533fd9a)
* [2.7] bpo-34162: Update 2.7 idlelib/NEWS.txt to 2018-9-24 (GH-9550)Terry Jan Reedy2018-09-241-2/+15
|
* [2.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) (GH-8644)Terry Jan Reedy2018-08-031-0/+1
| | | | | | | | | Some MacOS-tk combinations need .update_idletasks(). The call is both unneeded and innocuous on Linux and Windows. Patch by Kevin Walzer. (cherry picked from commit 9beaef6225cdae972b1cccd5310828cc29bf9d33) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* [2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)Tal Einat2018-08-027-1/+16
| | | | | Added missing .grab_release() calls to all places where we call .grab_set(). (cherry picked from commit 10ea9409ceb5da83cb380b610750551e26561044)
* [2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758)Terry Jan Reedy2018-06-161-1/+1
| | | | | | Make it the same as when one runs 'python'.. (cherry picked from commit 9d49f85064c388e2dddb9f8cb4ae1f486bc8d357) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
* [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)Zachary Ware2017-06-111-4/+4
| | | Also updates checked-in line endings in several files.
* ring in 2017 for PythonBenjamin Peterson2017-01-021-1/+1
|
* Issue #28998: More APIs now support longs as well as ints.Serhiy Storchaka2016-12-271-2/+2
|
* Issue #27854: Include idlelib/help.html in 2.7 Windows installer.Terry Jan Reedy2016-11-111-0/+6
| | | | Without this file, clicking Help => IDLE Help did nothing.
* Issue #25507: Add back import needed for 2.x encoding warning box.Terry Jan Reedy2016-11-101-0/+2
| | | | Add pointer to 'Encoding declaration' in Language Reference.
* Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.Terry Jan Reedy2016-09-301-6/+8
| | | | Also, make idlelib.idle.main() work after import idlelib.idle.
* IDLE NEWS item and ack.Terry Jan Reedy2016-09-291-0/+3
|
* Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-123-6/+11
| | | | Patch by Roger Serwy, updated by Bayard Randel.
* IDLE newx items.Terry Jan Reedy2016-09-101-0/+9
|
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
|
* Issue #27922: IDLE test_idlehistory no longer flash tk widgets.Terry Jan Reedy2016-09-041-0/+1
| | | | (Omitted for 2.7 from previous patch.)
* Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-015-5/+13
|
* Issue #17642: add larger font sizes for classroom projection.Terry Jan Reedy2016-08-311-1/+2
|
* Backport spelling fix.Terry Jan Reedy2016-08-301-14/+17
|
* Add version to title of IDLE help window.Terry Jan Reedy2016-08-261-1/+2
|
* Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.Terry Jan Reedy2016-08-252-22/+22
| | | | Do not print charrefs outside of the text proper (like '—»»»» ').
* Fix typo in IDLE News.Terry Jan Reedy2016-08-211-1/+1
|
* Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-211-0/+6
|
* Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
|
* Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocksTerry Jan Reedy2016-08-101-13/+11
| | | | | instead of overriding methods with mocks in original class and module. This makes the 2.7 test_textview nearly identical to the 3.5/.6 test.
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-282-2/+2
| | | | Based on patch by Ville Skyttä.
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Martin Panter2016-07-282-2/+2
|
* English spelling and grammar fixesMartin Panter2016-07-111-1/+1
|
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-022-2/+2
| | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed to fix the grammar.
* Issue #27452: add line counter and crc to IDLE configHandler test dump.Terry Jan Reedy2016-07-061-10/+21
|
* Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-261-1/+12
|
* Issue #27365: Add blank lines. to 2.7 test_editmenuTerry Jan Reedy2016-06-231-0/+2
|
* merge 2.7.12 release branchBenjamin Peterson2016-06-223-1/+59
|\
| * fix idle about dialog #27365Benjamin Peterson2016-06-223-1/+59
| |
* | 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 #5124: For 2.7, move requires('gui') from module level to setUpClass.Terry Jan Reedy2016-06-111-1/+1
|
* Issue #5124: NEWS entries.Terry Jan Reedy2016-06-111-0/+4
|
* Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-112-1/+112
| | | | | 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.
* Items for NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-06-071-0/+3
|
* Issue #24759: Add 'private' notice for idlelib.idle_test.Terry Jan Reedy2016-06-041-0/+6
|
* IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.Terry Jan Reedy2016-06-041-13/+13
|
* Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-037-26/+27
|