Ned Deily
|
140fc9f501
|
Issue #23180: merge from 3.4
|
2015-01-17 21:09:16 -08:00 |
Ned Deily
|
ccb416fee2
|
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.
|
2015-01-17 21:06:27 -08:00 |
Terry Jan Reedy
|
ef50fdf138
|
Merge with 3.4
|
2015-01-07 23:49:06 -05:00 |
Terry Jan Reedy
|
84d64a9c02
|
Issue #23184: delete unused idlelib file.
|
2015-01-07 23:48:46 -05:00 |
Terry Jan Reedy
|
7bc279c49f
|
Merge with 3.4
|
2014-12-16 03:21:54 -05:00 |
Terry Jan Reedy
|
df9386940a
|
Issue #20577: move configuration of FormatParagraph extension to new extension
configuration dialog. Patch by Tal Einat.
|
2014-12-16 03:21:26 -05:00 |
Terry Jan Reedy
|
049882e561
|
Issue 22823: Use set literal in idlelib.
|
2014-12-11 05:33:36 -05:00 |
Terry Jan Reedy
|
81f01fb104
|
Update idlelib/NEWS.txt.
|
2014-12-05 20:49:32 -05:00 |
Terry Jan Reedy
|
6627902e0f
|
Merge with 3.4
|
2014-12-11 05:33:49 -05:00 |
Terry Jan Reedy
|
4becc38ad1
|
Update idlelib/NEWS.txt.
|
2014-12-05 20:51:08 -05:00 |
Serhiy Storchaka
|
ce40e1a081
|
Fixed IDLE tests after changing re error messages (issue #22578).
|
2014-11-10 14:18:03 +02:00 |
Terry Jan Reedy
|
637e1ab960
|
Merge with 3.4 #3068
|
2014-10-22 20:16:17 -04:00 |
Terry Jan Reedy
|
a9421fb3a3
|
Issue #3068: Add Idle extension configuration dialog to Options menu.
Original patch by Tal Einat.
|
2014-10-22 20:15:18 -04:00 |
Berker Peksag
|
1ed2e69a4a
|
Issue #22186: Fix typos in Lib/.
Patch by Févry Thibault.
|
2014-10-19 18:07:05 +03:00 |
Berker Peksag
|
f23530f569
|
Issue #22186: Fix typos in Lib/.
Patch by Févry Thibault.
|
2014-10-19 18:04:38 +03:00 |
Terry Jan Reedy
|
353474fc71
|
Merge with 3.4: Issue #22629
|
2014-10-17 01:32:20 -04:00 |
Terry Jan Reedy
|
cd567365c9
|
Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
htests to add # htest # marker for coveragepy and stop tcl errors.
|
2014-10-17 01:31:35 -04:00 |
Terry Jan Reedy
|
ba2f07df09
|
Merge with 3.4 Issue #22628
|
2014-10-16 23:13:21 -04:00 |
Terry Jan Reedy
|
9a6f8e1866
|
Issue #22628: Increase Treewidge line spacing so lines do not overlap.
Move test lines up with respect to icons.
|
2014-10-16 23:12:48 -04:00 |
Terry Jan Reedy
|
6b541de73d
|
Merge with 3.4 Issue#16233
|
2014-10-15 22:01:58 -04:00 |
Terry Jan Reedy
|
380ec63f23
|
Issue #16233: When the module browser is not invoked in an editor window with
a filename, pop up the Open Module box. If a module is opened, open a
corresponding browser.
|
2014-10-15 22:01:31 -04:00 |
Terry Jan Reedy
|
c597d5c318
|
Merge with 3.4 #3068
|
2014-10-14 18:55:49 -04:00 |
Terry Jan Reedy
|
00bdce3e10
|
Issue #3068: Change 0/1 to False/True so that extension configure dialog can
easily recognize and display boolean values as such and recognize changes.
Also reformat comments and alphabetize extensions included with Idle.
|
2014-10-14 18:55:20 -04:00 |
Terry Jan Reedy
|
0eb1896a8f
|
Merge with 3.4
|
2014-10-14 16:56:57 -04:00 |
Terry Jan Reedy
|
ee3e56105f
|
Issue #22632: replace dead link with version-specific doc link.
|
2014-10-14 16:56:42 -04:00 |
Terry Jan Reedy
|
2fb369c0d3
|
Merge with 3.4 #22614
|
2014-10-12 22:59:18 -04:00 |
Terry Jan Reedy
|
efc7258377
|
Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.
|
2014-10-12 22:58:47 -04:00 |
Terry Jan Reedy
|
c6066ea2bf
|
Issue #14105: Merge with 3.4
|
2014-10-12 01:11:44 -04:00 |
Terry Jan Reedy
|
6b04dc9bcc
|
Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
|
2014-10-12 01:11:05 -04:00 |
Terry Jan Reedy
|
da821db837
|
Merge with 3.4: #21986, don't pickle user code objects.
|
2014-10-10 19:34:38 -04:00 |
Terry Jan Reedy
|
ad0c57fed8
|
Issue #21986: Idle now matches interpreter in not pickling user code objects.
Patch by Claudiu Popa
|
2014-10-10 19:33:45 -04:00 |
Terry Jan Reedy
|
365e28238f
|
Merge with 3.4
|
2014-10-09 23:13:54 -04:00 |
Terry Jan Reedy
|
4fe69ba01c
|
Issue #20167: revise condition to accomodate message change.
|
2014-10-09 23:13:36 -04:00 |
Terry Jan Reedy
|
e66dc2aecc
|
Merge with 3.4: decolourize
|
2014-10-09 18:45:07 -04:00 |
Terry Jan Reedy
|
867579972d
|
De-'colour'ize stdlib except for idlelib.configDialog.
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
|
2014-10-09 18:44:32 -04:00 |
Terry Jan Reedy
|
d7b68f30a7
|
Merge with 3.4
|
2014-10-08 20:29:32 -04:00 |
Terry Jan Reedy
|
92cb0a361f
|
Issue 3068: Move idlelib.configDialog action button creation into a separate
method so it can be reused by the new extension dialog.
|
2014-10-08 20:29:13 -04:00 |
Larry Hastings
|
2ce95d7b7c
|
Merge from 3.4.2 release head back into 3.4 mainline.
|
2014-10-08 02:50:50 -07:00 |
Terry Jan Reedy
|
32a7145764
|
Merge with 3.4: idlelib.configHandler
|
2014-10-06 23:27:02 -04:00 |
Terry Jan Reedy
|
deb7bf123c
|
idlelib.configHandler: revise docstrings, add spaces, use False/True, add some
TODOs (mostly to do after add tests), and make a few other changes.
|
2014-10-06 23:26:26 -04:00 |
Larry Hastings
|
dbb126103e
|
Release bump for 3.4.2 final.
|
2014-10-05 19:05:50 -07:00 |
Terry Jan Reedy
|
5c4725e5bc
|
Update 3.5 Idle News up to 3.4.2 changes.
|
2014-10-01 03:10:27 -04:00 |
Terry Jan Reedy
|
9e883ca301
|
Update Idle news for 3.4.2 (and 3.4.1).
|
2014-10-01 03:08:17 -04:00 |
Larry Hastings
|
03776e33a9
|
Bump version number for 3.4.2rc1 release.
|
2014-09-21 00:09:56 +01:00 |
Terry Jan Reedy
|
f633367231
|
Merge with 3.4
|
2014-09-19 22:54:27 -04:00 |
Terry Jan Reedy
|
b6e1778cbd
|
Update Idle's online doc url.
|
2014-09-19 22:54:15 -04:00 |
Terry Jan Reedy
|
5ef46ba63a
|
Issue #22420: Merge with 3.4
|
2014-09-19 22:39:09 -04:00 |
Terry Jan Reedy
|
81b062f63a
|
Issue #22420: Avoid 'write to None' crashes by using print instead.
Change a couple of existing prints. Original patch by Serhiy Storchaka.
|
2014-09-19 22:38:41 -04:00 |
Terry Jan Reedy
|
f2d9ee67e1
|
Merge with 3.4
|
2014-08-19 19:47:51 -04:00 |
Terry Jan Reedy
|
37ed873ac2
|
Idle ColorDelegator: finish removing code for 'as'.
|
2014-08-19 19:47:38 -04:00 |