Commit Graph

978 Commits

Author SHA1 Message Date
Benjamin Peterson
7a5691f0ba merge 2.7.12 release branch 2016-06-21 23:13:33 -07:00
Benjamin Peterson
95d9555212 fix idle about dialog #27365 2016-06-21 23:12:54 -07:00
Terry Jan Reedy
f3ba6a974a Issue #5124: For 2.7, move requires('gui') from module level to setUpClass. 2016-06-11 16:26:10 -04:00
Terry Jan Reedy
391f1a4252 Issue #5124: NEWS entries. 2016-06-11 04:31:18 -04:00
Terry Jan Reedy
3b6a53256b Issue #5124: Paste with selection should always replace.
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.
2016-06-11 02:06:18 -04:00
Terry Jan Reedy
92390ab932 Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
Previously, when IDLE was started from a console or by import, a cascade
of warnings was emitted.  Patch by Serhiy Storchaka.
2016-06-14 00:53:18 -04:00
Terry Jan Reedy
05837eceec Items for NEWS and idlelib/NEWS.txt. 2016-06-07 15:33:47 -04:00
Terry Jan Reedy
65a139a9c4 Issue #24759: Add 'private' notice for idlelib.idle_test. 2016-06-04 16:15:53 -04:00
Terry Jan Reedy
0ba3c803ea IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. 2016-06-04 02:32:09 -04:00
Terry Jan Reedy
bbf29ee6e4 Issue 20567: Revise idle_test/README.txt and some tests to match new advice. 2016-06-03 13:33:09 -04:00
Martin Panter
8d496add74 Issue #27171: Fix typos in documentation, code comments, and tests 2016-06-02 10:35:44 +00:00
Martin Panter
200a615774 Issue #27125: Remove duplicated words from documentation and comments 2016-05-30 04:04:50 +00:00
Terry Jan Reedy
f50417b72f Add items to MISC/NEWS and idlelib/NEWS.txt. 2016-05-30 01:02:28 -04:00
Terry Jan Reedy
2aaad462ca Issue #26673: Protect IDLE from Linux fonts with reported default size 0.
Such fonts on Linux prevented the configuration dialog from opening.
2016-05-22 14:35:13 -04:00
Terry Jan Reedy
0825e633cd Backports: #25747: remove bad test. #27044: stop test_idle from leaking. 2016-05-16 22:27:22 -04:00
Terry Jan Reedy
6904ca3a5a Issue 18910: Edit idle_test/README.txt to add 'requires' warning. 2016-05-15 23:52:50 -04:00
Martin Panter
f2f1c57b7e Fix typos in comments, documentation and test method names 2016-05-08 13:18:25 +00:00
Terry Jan Reedy
7d03c84634 Clarify IDLE-console differences with respect to the sys module.
The reload(sys) effect was the crux of a Stackoverflow question.
2016-05-02 18:17:19 -04:00
Serhiy Storchaka
9a118f1dc3 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
Terry Jan Reedy
9d9d99cbee whitespace 2016-03-20 20:39:26 -04:00
Terry Jan Reedy
d0c21de54d Document maintenance of idlelib/help.html in idlelib. 2016-03-01 01:13:07 -05:00
Terry Jan Reedy
a9c24a610b Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes.
These changes should not be visible to the user.
2016-03-20 20:28:23 -04:00
Serhiy Storchaka
6d297cbec4 Issue #26581: Use the first coding cookie on a line, not the last one. 2016-03-20 23:36:29 +02:00
Martin Panter
2dafcc25a9 Issues #26310, #26311: Fix typos in the documentation 2016-02-10 01:17:51 +00:00
Terry Jan Reedy
a944ac3c7e Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98.
Augment htest to include all major IOBinding functions.
2016-01-27 11:51:45 -05:00