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 |
Terry Jan Reedy
|
f2e500c133
|
Merge with 3.4
|
2014-08-19 17:18:11 -04:00 |
Terry Jan Reedy
|
c1a723a0b3
|
Idle ColorDelegator: remove special case code for 'as' in import statements.
'As' became a full keyword when with statements were added in 2.5/2.6.
|
2014-08-19 17:17:57 -04:00 |
Terry Jan Reedy
|
6afc2250b3
|
Merge with 3.4
|
2014-08-14 21:55:01 -04:00 |
Terry Jan Reedy
|
0726ddf449
|
Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.
|
2014-08-14 21:54:43 -04:00 |
Terry Jan Reedy
|
f1a98f50e6
|
Merge with 3.4
|
2014-08-08 23:33:32 -04:00 |
Terry Jan Reedy
|
da26cca1ce
|
Issue #14105: Stop removing breakpoints from Idle editors.
Move BREAK tag configuration to PyShellEditorWindow.
|
2014-08-08 23:33:16 -04:00 |
Terry Jan Reedy
|
5427df266b
|
Merge with 3.4
|
2014-08-03 23:03:16 -04:00 |
Terry Jan Reedy
|
4036d87f4d
|
PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,
a, b in arg lists, and hanging indents for long arg lists.
|
2014-08-03 23:02:58 -04:00 |
Terry Jan Reedy
|
7c87fdd5d5
|
Merge with 3.4
|
2014-07-30 19:24:47 -04:00 |
Terry Jan Reedy
|
2240533b9f
|
Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog.
|
2014-07-30 19:24:32 -04:00 |
Terry Jan Reedy
|
c95e88cd25
|
Merge with 3.4
|
2014-07-28 22:24:20 -04:00 |