Commit Graph

1005 Commits

Author SHA1 Message Date
Zachary Ware 5fe8ac69f9 [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)
Also updates checked-in line endings in several files.
2017-06-11 14:19:39 -05:00
Benjamin Peterson ea02cdc7ec ring in 2017 for Python 2017-01-01 22:04:13 -06:00
Serhiy Storchaka 994f04dbf5 Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
Terry Jan Reedy 30b51c9224 Issue #27854: Include idlelib/help.html in 2.7 Windows installer.
Without this file, clicking Help => IDLE Help did nothing.
2016-11-11 12:03:09 -05:00
Terry Jan Reedy a33deb2d07 Issue #25507: Add back import needed for 2.x encoding warning box.
Add pointer to 'Encoding declaration' in Language Reference.
2016-11-10 18:42:58 -05:00
Terry Jan Reedy 8d7fa40cb3 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.
Also, make idlelib.idle.main() work after import idlelib.idle.
2016-09-30 02:53:33 -04:00
Terry Jan Reedy ad7a9eab0e IDLE NEWS item and ack. 2016-09-28 21:55:33 -04:00
Terry Jan Reedy 87bcc1d646 Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.
2016-09-12 01:49:55 -04:00
Terry Jan Reedy 8b7aff8135 IDLE newx items. 2016-09-10 16:24:31 -04:00
Martin Panter 6507657ddd Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
Terry Jan Reedy cb2519813c Issue #27922: IDLE test_idlehistory no longer flash tk widgets.
(Omitted for 2.7 from previous patch.)
2016-09-04 15:02:02 -04:00
Terry Jan Reedy e7607d4d8f Issue #27922: IDLE tests no longer flash tk widgets. 2016-08-31 21:03:08 -04:00
Terry Jan Reedy 28fb4da253 Issue #17642: add larger font sizes for classroom projection. 2016-08-30 20:19:07 -04:00
Terry Jan Reedy 580ca656bd Backport spelling fix. 2016-08-30 16:57:53 -04:00
Terry Jan Reedy 3f0222c54d Add version to title of IDLE help window. 2016-08-25 20:04:08 -04:00
Terry Jan Reedy 558c0de2d4 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.
Do not print charrefs outside of the text proper (like '—»»»» ').
2016-08-25 01:21:54 -04:00
Terry Jan Reedy 7ff1b62df0 Fix typo in IDLE News. 2016-08-21 00:18:49 -04:00
Terry Jan Reedy 7a2a586a52 Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. 2016-08-20 21:40:55 -04:00
Terry Jan Reedy 5055612923 Issue #27714: Remove unneeded non-idempotent call that fails on retest. 2016-08-20 21:07:32 -04:00
Terry Jan Reedy 0f0ead5c9a Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks
instead of overriding methods with mocks in original class and module.
This makes the 2.7 test_textview nearly identical to the 3.5/.6 test.
2016-08-10 19:41:39 -04:00
Martin Panter a850ef698e Issue #27626: Spelling fixes in docs, comments and internal names
Based on patch by Ville Skyttä.
2016-07-28 01:11:04 +00:00
Martin Panter e2eacc02bc Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
Martin Panter bf2dca96fb English spelling and grammar fixes 2016-07-11 07:51:37 +00:00
Martin Panter b362f75f6e Issue #25523: Correct "a" article to "an" article
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
to fix the grammar.
2015-11-02 03:37:02 +00:00
Terry Jan Reedy 65be04c778 Issue #27452: add line counter and crc to IDLE configHandler test dump. 2016-07-05 20:09:45 -04:00
Terry Jan Reedy 094338ef58 Update NEWS and idlelib NEWS.text. 2016-06-26 18:20:14 -04:00
Terry Jan Reedy 919345d218 Issue #27365: Add blank lines. to 2.7 test_editmenu 2016-06-23 18:07:46 -04:00
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