summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* English spelling and grammar fixesMartin Panter2016-07-111-1/+1
|
* Issue #27452: add line counter and crc to IDLE configHandler test dump.Terry Jan Reedy2016-07-061-10/+21
|
* Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-261-1/+12
|
* Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names.Terry Jan Reedy2016-06-223-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 Reedy2016-06-222-3/+3
|
* Issue #27245: IDLE: Cleanly delete custom themes and key bindings.Terry Jan Reedy2016-06-141-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 Reedy2016-06-111-2/+4
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #5124: NEWS entries.Terry Jan Reedy2016-06-111-0/+4
|
* Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-112-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 Reedy2016-06-071-0/+11
|
* Issue #24759: Add 'private' notice for idlelib.idle_test.Terry Jan Reedy2016-06-041-0/+6
|
* Revise and synchronize idle_test.test_configdialog.Terry Jan Reedy2016-06-041-8/+6
|
* IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.Terry Jan Reedy2016-06-041-2/+2
|
* Issue #27196: Stop 'application destroyed' warnings when running IDLE tests.Terry Jan Reedy2016-06-045-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 Reedy2016-06-049-34/+39
|
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-023-3/+3
|
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-2/+1
|
* Add items to MISC/NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-05-301-0/+40
|
* Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme.Terry Jan Reedy2016-05-292-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 Reedy2016-05-221-1/+1
| | | | Such fonts on Linux prevented the configuration dialog from opening.
* Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar.Terry Jan Reedy2016-05-183-26/+145
|
* Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar.Terry Jan Reedy2016-05-172-9/+321
|
* Issue #18410: add missing parent argument.Terry Jan Reedy2016-05-171-1/+1
|
* Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez.Terry Jan Reedy2016-05-172-10/+98
|
* Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar .Terry Jan Reedy2016-05-172-11/+148
|
* Issue #27044: stop test_idle from leaking by deleting callbacks.Terry Jan Reedy2016-05-172-0/+12
|
* Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope.Terry Jan Reedy2016-05-161-53/+62
| | | | Uppercase 'GUI', remove 2.7 references and reflow text.
* Issue #23977: Tweak IDLE Delegator and its test.Terry Jan Reedy2016-05-162-12/+23
|
* Issue #25747: remove undependable and possibly useless test.Terry Jan Reedy2016-05-151-9/+0
|
* Issue #20640: Add https: to url prefixes so test passes on Darwin.Terry Jan Reedy2016-05-151-1/+1
|
* Issue #20640: Add tests for idlelib.configHelpSourceEdit.Terry Jan Reedy2016-05-153-21/+136
| | | | Patch by Saimadhav Heblikar.
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
|
* Clarify IDLE-console differences with respect to the sys module.Terry Jan Reedy2016-05-021-10/+12
| | | | The reload(sys) effect was the crux of a Stackoverflow question.
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-174-4/+4
|
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-201-1/+1
|
* WhitespaceTerry Jan Reedy2016-03-011-3/+3
|
* Document maintenance of idlelib/help.html in idlelib.Terry Jan Reedy2016-03-011-1/+24
|
* Rebase the 3.x version of idlelib/help.html on the 3.5 version ofTerry Jan Reedy2016-03-011-73/+73
| | | | | | | | | | | | | | | Doc/build/html/library/idle.html, which is built from Doc/library/idle.rst. Help.html is an rstrip()ed copy of idle.html that can be pushed. The displayed content is unchanged because a) the version number is not displayed, being inherent in the version displaying the file and b) the tt tag was ignored by the custom parser in idlelib/help.py. The wrapped <span class="pre"> tags remain as they were. This will be merged in 3.6 (without conflict) because the 3.6 help.html is a copy of the 3.5 file (which was a copy of the 3.4 file). The two files will remain the same until either a) there is a content change that only applies to one of them or b) 3.5 maintenance ends and the 3.6 file is itself rebased.
* Issues #26310, #26311: Fix typos in the documentation and code commentsMartin Panter2016-02-102-2/+2
|
* Issue #25507: revert incorrect movement of idleConf import in c548ad75160c.Terry Jan Reedy2016-01-272-1/+13
| | | | Augment htest to include all major IOBinding functions.
* Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.Terry Jan Reedy2016-01-172-4/+7
| | | | Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
* Merge with 3.4Terry Jan Reedy2015-12-181-1/+1
|\
| * Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION ↵Terry Jan Reedy2015-12-181-1/+1
| | | | | | | | MARK.
* | Update idlelib/NEWS.txt.Terry Jan Reedy2015-11-211-16/+39
|\ \ | |/
| * Update idlelib/NEWS.txt.Terry Jan Reedy2015-11-211-16/+39
| |
* | Merge with 3.4Terry Jan Reedy2015-11-211-2/+5
|\ \ | |/
| * Issue 15348: Stop debugger engine (normally in user process)Terry Jan Reedy2015-11-211-2/+5
| | | | | | | | before closing debugger window in IDLE process.
* | Merge with 3.4Terry Jan Reedy2015-11-211-7/+53
|\ \ | |/
| * Issue #24455: Prevent IDLE from hanging when a) closing the shell while theTerry Jan Reedy2015-11-211-7/+53
| | | | | | | | | | | | | | | | | | debugger is active (15347); b) closing the debugger with the [X] button (15348); and c) activating the debugger when already active (24455). The patch by Mark Roseman does this by making two changes. 1. To suspend and resume the gui.interaction method, use the tcl vwait mechanism interded for this purpose instead of root.mainloop & .quit. 2. In gui.run, allow any existing interaction to terminate first.
* | Merge with 3.4Terry Jan Reedy2015-11-201-1/+1
|\ \ | |/