Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) | Zachary Ware | 2017-06-11 | 1 | -4/+4 |
| | | | Also updates checked-in line endings in several files. | ||||
* | ring in 2017 for Python | Benjamin Peterson | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Issue #28998: More APIs now support longs as well as ints. | Serhiy Storchaka | 2016-12-27 | 1 | -2/+2 |
| | |||||
* | Issue #27854: Include idlelib/help.html in 2.7 Windows installer. | Terry Jan Reedy | 2016-11-11 | 1 | -0/+6 |
| | | | | Without this file, clicking Help => IDLE Help did nothing. | ||||
* | Issue #25507: Add back import needed for 2.x encoding warning box. | Terry Jan Reedy | 2016-11-10 | 1 | -0/+2 |
| | | | | Add pointer to 'Encoding declaration' in Language Reference. | ||||
* | Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. | Terry Jan Reedy | 2016-09-30 | 1 | -6/+8 |
| | | | | Also, make idlelib.idle.main() work after import idlelib.idle. | ||||
* | IDLE NEWS item and ack. | Terry Jan Reedy | 2016-09-29 | 1 | -0/+3 |
| | |||||
* | Issue #15308: Add 'interrupt execution' (^C) to Shell menu. | Terry Jan Reedy | 2016-09-12 | 3 | -6/+11 |
| | | | | Patch by Roger Serwy, updated by Bayard Randel. | ||||
* | IDLE newx items. | Terry Jan Reedy | 2016-09-10 | 1 | -0/+9 |
| | |||||
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Issue #27922: IDLE test_idlehistory no longer flash tk widgets. | Terry Jan Reedy | 2016-09-04 | 1 | -0/+1 |
| | | | | (Omitted for 2.7 from previous patch.) | ||||
* | Issue #27922: IDLE tests no longer flash tk widgets. | Terry Jan Reedy | 2016-09-01 | 5 | -5/+13 |
| | |||||
* | Issue #17642: add larger font sizes for classroom projection. | Terry Jan Reedy | 2016-08-31 | 1 | -1/+2 |
| | |||||
* | Backport spelling fix. | Terry Jan Reedy | 2016-08-30 | 1 | -14/+17 |
| | |||||
* | Add version to title of IDLE help window. | Terry Jan Reedy | 2016-08-26 | 1 | -1/+2 |
| | |||||
* | Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. | Terry Jan Reedy | 2016-08-25 | 2 | -22/+22 |
| | | | | Do not print charrefs outside of the text proper (like '—»»»» '). | ||||
* | Fix typo in IDLE News. | Terry Jan Reedy | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. | Terry Jan Reedy | 2016-08-21 | 1 | -0/+6 |
| | |||||
* | Issue #27714: Remove unneeded non-idempotent call that fails on retest. | Terry Jan Reedy | 2016-08-21 | 1 | -2/+0 |
| | |||||
* | Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks | Terry Jan Reedy | 2016-08-10 | 1 | -13/+11 |
| | | | | | 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. | ||||
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 2 | -2/+2 |
| | | | | Based on patch by Ville Skyttä. | ||||
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Martin Panter | 2016-07-28 | 2 | -2/+2 |
| | |||||
* | English spelling and grammar fixes | Martin Panter | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 2 | -2/+2 |
| | | | | | | 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. | ||||
* | Issue #27452: add line counter and crc to IDLE configHandler test dump. | Terry Jan Reedy | 2016-07-06 | 1 | -10/+21 |
| | |||||
* | Update NEWS and idlelib NEWS.text. | Terry Jan Reedy | 2016-06-26 | 1 | -1/+12 |
| | |||||
* | Issue #27365: Add blank lines. to 2.7 test_editmenu | Terry Jan Reedy | 2016-06-23 | 1 | -0/+2 |
| | |||||
* | merge 2.7.12 release branch | Benjamin Peterson | 2016-06-22 | 3 | -1/+59 |
|\ | |||||
| * | fix idle about dialog #27365 | Benjamin Peterson | 2016-06-22 | 3 | -1/+59 |
| | | |||||
* | | Issue #27245: IDLE: Cleanly delete custom themes and key bindings. | Terry Jan Reedy | 2016-06-14 | 1 | -2/+6 |
|/ | | | | | Previously, when IDLE was started from a console or by import, a cascade of warnings was emitted. Patch by Serhiy Storchaka. | ||||
* | Issue #5124: For 2.7, move requires('gui') from module level to setUpClass. | Terry Jan Reedy | 2016-06-11 | 1 | -1/+1 |
| | |||||
* | Issue #5124: NEWS entries. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
| | |||||
* | Issue #5124: Paste with selection should always replace. | Terry Jan Reedy | 2016-06-11 | 2 | -1/+112 |
| | | | | | 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. | ||||
* | Items for NEWS and idlelib/NEWS.txt. | Terry Jan Reedy | 2016-06-07 | 1 | -0/+3 |
| | |||||
* | Issue #24759: Add 'private' notice for idlelib.idle_test. | Terry Jan Reedy | 2016-06-04 | 1 | -0/+6 |
| | |||||
* | IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. | Terry Jan Reedy | 2016-06-04 | 1 | -13/+13 |
| | |||||
* | Issue 20567: Revise idle_test/README.txt and some tests to match new advice. | Terry Jan Reedy | 2016-06-03 | 7 | -26/+27 |
| | |||||
* | Issue #27171: Fix typos in documentation, code comments, and tests | Martin Panter | 2016-06-02 | 3 | -3/+3 |
| | |||||
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Add items to MISC/NEWS and idlelib/NEWS.txt. | Terry Jan Reedy | 2016-05-30 | 1 | -0/+25 |
| | |||||
* | Issue #26673: Protect IDLE from Linux fonts with reported default size 0. | Terry Jan Reedy | 2016-05-22 | 1 | -1/+1 |
| | | | | Such fonts on Linux prevented the configuration dialog from opening. | ||||
* | Backports: #25747: remove bad test. #27044: stop test_idle from leaking. | Terry Jan Reedy | 2016-05-17 | 3 | -9/+11 |
| | |||||
* | Issue 18910: Edit idle_test/README.txt to add 'requires' warning. | Terry Jan Reedy | 2016-05-16 | 1 | -0/+2 |
| | |||||
* | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Clarify IDLE-console differences with respect to the sys module. | Terry Jan Reedy | 2016-05-02 | 1 | -9/+11 |
| | | | | The reload(sys) effect was the crux of a Stackoverflow question. | ||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 4 | -4/+4 |
| | |||||
* | whitespace | Terry Jan Reedy | 2016-03-21 | 1 | -3/+3 |
| | |||||
* | Document maintenance of idlelib/help.html in idlelib. | Terry Jan Reedy | 2016-03-01 | 1 | -1/+24 |
| | |||||
* | Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes. | Terry Jan Reedy | 2016-03-21 | 1 | -74/+74 |
| | | | | These changes should not be visible to the user. | ||||
* | Issue #26581: Use the first coding cookie on a line, not the last one. | Serhiy Storchaka | 2016-03-20 | 1 | -1/+1 |
| |