Roger Serwy
|
643ea53c14
|
#14735: Update IDLE docs to omit "Control-z on Windows".
|
2013-04-17 00:22:50 -05:00 |
Roger Serwy
|
1eafd1076e
|
#17585: Fixed IDLE regression. Now closes when using exit() or quit().
|
2013-04-11 19:16:44 -05:00 |
Roger Serwy
|
0803a39561
|
#17657: Show full Tk version in IDLE's about dialog.
Patch by Todd Rovito.
|
2013-04-08 20:57:13 -05:00 |
Roger Serwy
|
7733be8f26
|
#17613: Prevent traceback when removing syntax colorizer in IDLE.
|
2013-04-07 12:41:16 -05:00 |
Roger Serwy
|
6b2918ae75
|
#1207589: Backwards-compatibility patch for right-click menu in IDLE.
|
2013-04-07 12:15:52 -05:00 |
Roger Serwy
|
0ef392cde7
|
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
|
2013-04-06 20:26:53 -05:00 |
Georg Brandl
|
cca5548159
|
merge with 3.3.1 release clone
|
2013-04-06 16:42:43 +02:00 |
Georg Brandl
|
2fd4abe6a1
|
merge with 3.2 branch
|
2013-04-06 16:39:49 +02:00 |
Georg Brandl
|
9aa23c5671
|
Bump to 3.3.1.
|
2013-04-06 09:40:02 +02:00 |
Georg Brandl
|
8bc7e31529
|
Bump to 3.2.4.
|
2013-04-06 09:36:20 +02:00 |
Benjamin Peterson
|
38546ee51c
|
close search and replace dialog after it is used (closes #17625)
|
2013-04-03 22:35:12 -04:00 |
Benjamin Peterson
|
7684fa8a38
|
close search and replace dialog after it is used (closes #17625)
|
2013-04-03 22:35:12 -04:00 |
Benjamin Peterson
|
cf658c2833
|
close search and replace dialog after it is used (closes #17625)
|
2013-04-03 22:35:12 -04:00 |
Roger Serwy
|
6b7a5ae2c1
|
#14254: IDLE now handles readline correctly across shell restarts.
|
2013-04-03 00:42:24 -05:00 |
Roger Serwy
|
0d28a61d23
|
#17614: IDLE no longer raises exception when quickly closing a file.
|
2013-04-02 22:39:39 -05:00 |
Roger Serwy
|
d7c9d9cdcd
|
#17614: IDLE no longer raises exception when quickly closing a file.
|
2013-04-02 22:37:12 -05:00 |
Roger Serwy
|
34d0c66ef2
|
#6698: IDLE now opens just an editor window when configured to do so.
|
2013-03-31 23:28:55 -05:00 |
Roger Serwy
|
c35151cf41
|
#6698: IDLE now opens just an editor window when configured to do so.
|
2013-03-31 23:28:55 -05:00 |
Roger Serwy
|
cadd7864d8
|
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
|
2013-03-31 15:53:08 -05:00 |
Roger Serwy
|
420e2d8e39
|
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
|
2013-03-31 15:53:08 -05:00 |
Roger Serwy
|
71c9e1a5c3
|
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
|
2013-03-31 01:00:15 -05:00 |
Roger Serwy
|
6e4e4abf16
|
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
|
2013-03-31 00:57:16 -05:00 |
Terry Jan Reedy
|
d676a3a221
|
Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.
|
2013-03-30 18:50:43 -04:00 |
Terry Jan Reedy
|
32622236d5
|
Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.
|
2013-03-30 18:32:19 -04:00 |
Benjamin Peterson
|
a1f6fab464
|
version to 2.7.4rc1
|
2013-03-23 10:17:29 -05:00 |
Georg Brandl
|
d08d0b1c69
|
Bump to 3.3.1rc1.
|
2013-03-23 16:05:12 +01:00 |
Georg Brandl
|
b673d99698
|
Bump to 3.2.4rc1.
|
2013-03-23 16:02:08 +01:00 |
Terry Jan Reedy
|
98472b8396
|
Merge 3.2, issue #17047: remove doubled words found in 2.7 to
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:58:27 -04:00 |
Terry Jan Reedy
|
c30b7b16ea
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:57:08 -04:00 |
Terry Jan Reedy
|
a70f60acf3
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:56:17 -04:00 |
Raymond Hettinger
|
4234992c75
|
Keep IDLE from displaying spurious SystemExit tracebacks
when running scripts that terminated by raising SystemExit
(i.e. unittest and turtledemo).
|
2013-02-09 14:20:55 -05:00 |
Serhiy Storchaka
|
705ef7a03d
|
Issue #17114: IDLE now uses non-strict config parser.
|
2013-02-07 15:25:09 +02:00 |
Serhiy Storchaka
|
8995300298
|
Issue #17114: IDLE now uses non-strict config parser.
|
2013-02-07 15:24:36 +02:00 |
Serhiy Storchaka
|
b1b3c0dfef
|
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
|
2013-01-25 15:34:21 +02:00 |
Serhiy Storchaka
|
39e70a4e83
|
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
|
2013-01-25 15:30:58 +02:00 |
Serhiy Storchaka
|
69db587f86
|
Issue #16829: IDLE printing no longer fails if there are spaces or other
special characters in the file path.
|
2013-01-12 18:16:18 +02:00 |
Serhiy Storchaka
|
74fe9f307d
|
Issue #16829: IDLE printing no longer fails if there are spaces or other
special characters in the file path.
|
2013-01-12 18:13:24 +02:00 |
Serhiy Storchaka
|
7131749959
|
Issue #16491: IDLE now prints chained exception tracebacks.
|
2013-01-09 12:24:48 +02:00 |
Serhiy Storchaka
|
78470b4c3a
|
Issue #16491: IDLE now prints chained exception tracebacks.
|
2013-01-09 12:21:57 +02:00 |
Serhiy Storchaka
|
eb6aa5c525
|
Issue #16819: IDLE method completion now correctly works for bytes literals.
|
2013-01-01 22:32:42 +02:00 |
Serhiy Storchaka
|
8c126d7abd
|
Issue #16819: IDLE method completion now correctly works for bytes literals.
|
2013-01-01 22:25:59 +02:00 |
Serhiy Storchaka
|
64df4a1c45
|
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
Patch by Roger Serwy.
|
2012-12-27 21:53:06 +02:00 |
Serhiy Storchaka
|
07e0e06f8a
|
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
Patch by Roger Serwy.
|
2012-12-27 21:38:04 +02:00 |
Andrew Svetlov
|
7174f0883c
|
Issue #16511: Use default IDLE width and height if config param is not valid.
Patch Serhiy Storchaka.
|
2012-12-24 13:16:47 +02:00 |
Andrew Svetlov
|
8a495a48a5
|
Issue #16511: Use default IDLE width and height if config param is not valid.
Patch Serhiy Storchaka.
|
2012-12-24 13:15:43 +02:00 |
Chris Jerdonek
|
af72f9ea9c
|
Issue #16629: Merge IDLE test fix from 3.2.
|
2012-12-09 18:19:54 -08:00 |
Chris Jerdonek
|
175196886e
|
Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy.
This commit updates a test broken by the change made for issue #14783.
|
2012-12-09 18:17:27 -08:00 |
Andrew Svetlov
|
e2af509829
|
Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Patch by Todd Rovito.
|
2012-11-01 22:44:06 +02:00 |
Andrew Svetlov
|
d183767ca4
|
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Patch by Todd Rovito.
|
2012-11-01 22:41:19 +02:00 |
Ned Deily
|
b6d24d9746
|
Issue #15853: merge 3.2 -> 3.3
|
2012-10-22 15:18:46 -07:00 |