Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.5] Use Travis to make sure all generated files are up to date (GH-2080) ↵ | Zachary Ware | 2017-06-11 | 1 | -4/+4 |
| | | | | | | | (GH-2093) (cherry picked from commit 0afbabe245) Also fixes some line endings missed in GH-840 backport. | ||||
* | Issue 27372: Stop test_idle from changing locale, so test passes. (#1397) | Victor Stinner | 2017-05-02 | 3 | -42/+53 |
| | | | | | In 3.6, the warning is now called an error, making it harder to ignore. (cherry picked from commit 7c1534141d3a159a32db9742e1d201d5c7a9ba81) | ||||
* | Change some mercurial/ hg.python.org references. (#8) (#184) | Senthil Kumaran | 2017-02-20 | 1 | -1/+1 |
| | | | (cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a) | ||||
* | 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. | ||||
* | Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. | Terry Jan Reedy | 2016-09-30 | 2 | -667/+669 |
| | | | | Reformat a few early 3.x entries in HEWS.txt. | ||||
* | IDLE NEWS item and ack. | Terry Jan Reedy | 2016-09-29 | 1 | -0/+3 |
| | |||||
* | Issue #28300: Fix typos, patch by Shlomi Fish | Berker Peksag | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | Issue #15308: Add 'interrupt execution' (^C) to Shell menu. | Terry Jan Reedy | 2016-09-12 | 3 | -26/+49 |
| | | | | Patch by Roger Serwy, updated by Bayard Randel. | ||||
* | IDLE newx items. | Terry Jan Reedy | 2016-09-10 | 1 | -0/+7 |
| | |||||
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Issue #27922: IDLE tests no longer flash tk widgets. | Terry Jan Reedy | 2016-09-01 | 6 | -5/+13 |
| | |||||
* | ? Working Directory ? | 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 | 1 | -22/+21 |
| | |||||
* | Fix typo in IDLE News. | Terry Jan Reedy | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. | Terry Jan Reedy | 2016-08-21 | 1 | -0/+9 |
| | |||||
* | Issue #27714: Remove unneeded non-idempotent call that fails on retest. | Terry Jan Reedy | 2016-08-21 | 1 | -2/+0 |
| | |||||
* | Issue #27714: text_textview now passes when re-run in the same process | Terry Jan Reedy | 2016-08-10 | 1 | -2/+1 |
| | | | | because test_idle failed while running with test -w (and no -jn). | ||||
* | 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 #25507: IDLE no longer runs buggy code because of its tkinter imports. | Terry Jan Reedy | 2016-07-16 | 1 | -0/+6 |
| | | | | Users must include the same imports required to run directly in Python. | ||||
* | English spelling and grammar fixes | Martin Panter | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | 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: Allow non-ascii in idlelib/NEWS.txt, for contributor names. | Terry Jan Reedy | 2016-06-22 | 3 | -0/+58 |
| | | | | Rest of patch that should not be cherry picked into 3.5.2 final. | ||||
* | Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. | Terry Jan Reedy | 2016-06-22 | 2 | -3/+3 |
| | |||||
* | 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 #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+4 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | 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/+85 |
| | | | | | 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/+11 |
| | |||||
* | Issue #24759: Add 'private' notice for idlelib.idle_test. | Terry Jan Reedy | 2016-06-04 | 1 | -0/+6 |
| | |||||
* | Revise and synchronize idle_test.test_configdialog. | Terry Jan Reedy | 2016-06-04 | 1 | -8/+6 |
| | |||||
* | IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. | Terry Jan Reedy | 2016-06-04 | 1 | -2/+2 |
| | |||||
* | Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. | Terry Jan Reedy | 2016-06-04 | 5 | -10/+22 |
| | | | | The update_idletasks solution was provided by Serhiy Storchaka. | ||||
* | Issue 20567: Revise idle_test/README.txt and some tests to match new advice. | Terry Jan Reedy | 2016-06-04 | 9 | -34/+39 |
| | |||||
* | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 | 3 | -3/+3 |
| | |||||
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -2/+1 |
| | |||||
* | Add items to MISC/NEWS and idlelib/NEWS.txt. | Terry Jan Reedy | 2016-05-30 | 1 | -0/+40 |
| | |||||
* | Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. | Terry Jan Reedy | 2016-05-29 | 2 | -15/+27 |
| | | | | Factor out code for configuring text widget colors to a new function. | ||||
* | 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. | ||||
* | Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. | Terry Jan Reedy | 2016-05-18 | 3 | -26/+145 |
| | |||||
* | Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar. | Terry Jan Reedy | 2016-05-17 | 2 | -9/+321 |
| | |||||
* | Issue #18410: add missing parent argument. | Terry Jan Reedy | 2016-05-17 | 1 | -1/+1 |
| | |||||
* | Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. | Terry Jan Reedy | 2016-05-17 | 2 | -10/+98 |
| | |||||
* | Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar . | Terry Jan Reedy | 2016-05-17 | 2 | -11/+148 |
| | |||||
* | Issue #27044: stop test_idle from leaking by deleting callbacks. | Terry Jan Reedy | 2016-05-17 | 2 | -0/+12 |
| | |||||
* | Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. | Terry Jan Reedy | 2016-05-16 | 1 | -53/+62 |
| | | | | Uppercase 'GUI', remove 2.7 references and reflow text. | ||||
* | Issue #23977: Tweak IDLE Delegator and its test. | Terry Jan Reedy | 2016-05-16 | 2 | -12/+23 |
| | |||||
* | Issue #25747: remove undependable and possibly useless test. | Terry Jan Reedy | 2016-05-15 | 1 | -9/+0 |
| | |||||
* | Issue #20640: Add https: to url prefixes so test passes on Darwin. | Terry Jan Reedy | 2016-05-15 | 1 | -1/+1 |
| |