Terry Jan Reedy
|
52ee2471b3
|
Merge with 3.4
|
2015-09-09 02:10:35 -04:00 |
Terry Jan Reedy
|
78d915aa3e
|
Issue 24199: Deprecate idlelib.idlever with a warning on import.
|
2015-09-09 02:10:17 -04:00 |
Terry Jan Reedy
|
ffcff22ade
|
Merge with 3.4
|
2015-09-07 01:58:29 -04:00 |
Terry Jan Reedy
|
b41eadab43
|
Issue #24889: When starting Idle, force focus onto Idle window if not already
there (as when opening Idle from interactive Python on Windows).
|
2015-09-07 01:58:13 -04:00 |
Terry Jan Reedy
|
4fda56f44b
|
Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily.
|
2015-09-04 04:37:56 -04:00 |
Terry Jan Reedy
|
379583e762
|
Merge with 3.4
|
2015-09-02 22:08:03 -04:00 |
Terry Jan Reedy
|
ac5004f7ce
|
Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.
|
2015-09-02 22:07:44 -04:00 |
Terry Jan Reedy
|
73c2194d07
|
Merge with 3.4
|
2015-08-27 13:02:27 -04:00 |
Terry Jan Reedy
|
8e9296702a
|
Issue #24790: correct typo noticed by Eric Smith
|
2015-08-27 13:02:11 -04:00 |
Terry Jan Reedy
|
eb3849c394
|
Merge with 3.4
|
2015-08-26 23:37:31 -04:00 |
Terry Jan Reedy
|
2050a1061f
|
Issue #24790: Restore unused function.
|
2015-08-26 23:37:14 -04:00 |
Terry Jan Reedy
|
2ceb55fbea
|
Merge with 3.4
|
2015-08-26 23:13:43 -04:00 |
Terry Jan Reedy
|
41a27e021e
|
Issue #24782: In Idle extension config dialog, replace tabs with sorted list.
Patch by Mark Roseman.
|
2015-08-26 23:13:22 -04:00 |
Terry Jan Reedy
|
f5e0c41d6d
|
Merge with 3.4
|
2015-08-18 13:27:18 -04:00 |
Terry Jan Reedy
|
a78ebe6323
|
Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
|
2015-08-18 13:26:57 -04:00 |
Terry Jan Reedy
|
13e09709b4
|
Entries for idlelib/NEWS.txt
|
2015-08-16 23:24:11 -04:00 |
Terry Jan Reedy
|
5080deb5a4
|
Entries for idlelib/NEWS.txt
|
2015-08-16 23:23:16 -04:00 |
Terry Jan Reedy
|
a0bcfaff9a
|
Merge with 3.4
|
2015-08-14 16:59:58 -04:00 |
Terry Jan Reedy
|
c6dd5b1c66
|
Issue #24833: Add attribute reference needed for 3.x.
|
2015-08-14 16:59:42 -04:00 |
Ned Deily
|
4a3d96cafb
|
Issue #24745: Prevent IDLE initialization crash with Tk 8.4:
"TkFixedFont" does not exist in 8.4.
|
2015-08-09 23:21:29 -04:00 |
Terry Jan Reedy
|
5c28e9f887
|
Issue #23672: Allow Idle to edit and run files with astral chars in name.
Patch by Mohd Sanad Zaki Rizvi.
|
2015-08-06 00:54:07 -04:00 |
Terry Jan Reedy
|
2f7de53993
|
Issue #24759: Revert 13a8782a775e.
|
2015-08-03 18:34:22 -04:00 |
Terry Jan Reedy
|
d87d16826a
|
Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
editor font. This should not affect current customized font selections.
Patch by Mark Roseman.
|
2015-08-01 18:57:33 -04:00 |
Terry Jan Reedy
|
231007fe14
|
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Do not print false prompts. Original patch by Adnan Umer.
|
2015-07-31 22:34:37 -04:00 |
Terry Jan Reedy
|
062759f1dc
|
Issue 24759: Gracefull exit Idle if ttk import fails.
|
2015-07-30 21:16:16 -04:00 |
Terry Jan Reedy
|
30f1f67248
|
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
|
2015-07-30 16:44:22 -04:00 |
Terry Jan Reedy
|
19c1a8725c
|
Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice.
Original patch by Saimadhav Heblikar.
|
2015-07-20 17:44:59 -04:00 |
Terry Jan Reedy
|
0901d84e35
|
Issue #23672:Merge with 3.4
|
2015-08-06 00:54:45 -04:00 |
Terry Jan Reedy
|
f71a79cb72
|
Issue #24759: Merge with 3.4
|
2015-08-03 18:34:45 -04:00 |
Terry Jan Reedy
|
1b3c8f8eec
|
Issue 24745: Merge with 3.4
|
2015-08-01 18:58:23 -04:00 |
Terry Jan Reedy
|
26f667676f
|
Merge with 3.4
|
2015-07-31 22:35:00 -04:00 |
Terry Jan Reedy
|
b20ac4df84
|
Merge with 3.4
|
2015-07-30 21:16:29 -04:00 |
Terry Jan Reedy
|
659fcb0a8d
|
Merge with 3.4
|
2015-07-30 16:44:41 -04:00 |
Terry Jan Reedy
|
fd580cbd17
|
Merge with 3.4
|
2015-07-20 17:45:22 -04:00 |
Ned Deily
|
2e770ce9a0
|
Issue #24330: merge from 3.4
|
2015-07-04 15:06:21 -07:00 |
Ned Deily
|
f1ce6deb41
|
Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
on OS X. Original patch by André Freitas.
|
2015-07-04 15:05:07 -07:00 |
Terry Jan Reedy
|
b888d61320
|
Update idlelib/NEWS.txt
|
2015-05-23 17:24:22 -04:00 |
Terry Jan Reedy
|
c4dc43eaf4
|
Update idlelib/NEWS.txt.
|
2015-05-23 17:23:30 -04:00 |
Serhiy Storchaka
|
5418d0bfc4
|
Issue #24245: Eliminated senseless expect clauses that have no any effect in
IDLE. Patch by Martin Panter.
|
2015-05-20 16:15:20 +03:00 |
Serhiy Storchaka
|
ef94869f4f
|
Issue #24245: Eliminated senseless expect clauses that have no any effect in
IDLE. Patch by Martin Panter.
|
2015-05-20 16:15:02 +03:00 |
Terry Jan Reedy
|
bbbff3fcc0
|
Merge with 3.4
|
2015-05-16 19:33:32 -04:00 |
Terry Jan Reedy
|
296c66e21c
|
Issue #24199: Make idlever module self updating. Syop using it in aboutDialog.
|
2015-05-16 19:28:32 -04:00 |
Terry Jan Reedy
|
c7e0522d42
|
Merge with 3.4
|
2015-05-16 18:31:32 -04:00 |
Terry Jan Reedy
|
a0b8a508c9
|
Issue #24212: Put reference in idle.__main__ to issue with explanation.
|
2015-05-16 18:31:15 -04:00 |
Terry Jan Reedy
|
b9731f26c3
|
Merge with 3.4
|
2015-05-16 14:24:06 -04:00 |
Terry Jan Reedy
|
031d0640cd
|
Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.
|
2015-05-16 14:23:39 -04:00 |
Terry Jan Reedy
|
75fb816c78
|
Issue #23184: idle tests, remove unused names and imports.
|
2015-05-15 23:55:21 -04:00 |
Terry Jan Reedy
|
188c18d48f
|
Merge 3.4 #23184: idle tests, remove unused names and imports.
|
2015-05-15 23:55:49 -04:00 |
Terry Jan Reedy
|
7fae66ccd7
|
Merge with 3.4 Issue #23184: idlelib, remove more unused names and imports.
|
2015-05-15 23:03:53 -04:00 |
Terry Jan Reedy
|
038c16b9a0
|
Issue #23184: idlelib, remove more unused names and imports.
|
2015-05-15 23:03:17 -04:00 |