summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Issue #25488: merge idle.py from 3.5.Terry Jan Reedy2016-09-301-6/+9
|\
| * Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.Terry Jan Reedy2016-09-301-6/+8
* | Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.Terry Jan Reedy2016-09-302-677/+669
|\ \ | |/
| * Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.Terry Jan Reedy2016-09-302-667/+669
| * IDLE NEWS item and ack.Terry Jan Reedy2016-09-291-0/+3
* | Issue #28300: Merge from 3.5Berker Peksag2016-09-281-1/+1
|\ \ | |/
| * Issue #28300: Fix typos, patch by Shlomi FishBerker Peksag2016-09-281-1/+1
* | Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-124-25/+51
|\ \ | |/
| * Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-123-26/+49
* | IDLE newx items. merge from 3.5Terry Jan Reedy2016-09-101-1/+15
|\ \ | |/
| * IDLE newx items.Terry Jan Reedy2016-09-101-0/+7
| * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-084-11/+11
* | Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).Terry Jan Reedy2016-09-019-6/+21
|\ \ | |/
| * Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-016-5/+13
* | Improve idlelib.textview comments.Terry Jan Reedy2016-08-311-7/+6
* | Issue #27891: Tweak new idlelib README entry.Terry Jan Reedy2016-08-311-2/+2
* | Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-3147-122/+197
* | Issue #17642: add larger font sizes for classroom projection.Terry Jan Reedy2016-08-311-1/+2
* | Merge with 3.5Terry Jan Reedy2016-08-301-13/+16
|\ \ | |/
| * ? Working Directory ?Terry Jan Reedy2016-08-301-14/+17
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-303-3/+3
* | Add version to title of IDLE help window.Terry Jan Reedy2016-08-261-1/+2
|\ \ | |/
| * Add version to title of IDLE help window.Terry Jan Reedy2016-08-261-1/+2
* | Merge with 3.5Terry Jan Reedy2016-08-251-22/+21
|\ \ | |/
| * Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.Terry Jan Reedy2016-08-251-22/+21
* | Issue #27821: Fix bug in idlelib.comfig function and add new tests.Terry Jan Reedy2016-08-252-23/+85
* | Fix typo in IDLE News.Terry Jan Reedy2016-08-211-3/+3
|\ \ | |/
| * Fix typo in IDLE News.Terry Jan Reedy2016-08-211-1/+1
* | Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-211-0/+26
|\ \ | |/
| * Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-211-0/+9
* | Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
|\ \ | |/
| * Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
| * Issue #27714: text_textview now passes when re-run in the same processTerry Jan Reedy2016-08-101-2/+1
* | Issue #27611, #24137: Only change tkinter when easily restored.Terry Jan Reedy2016-08-161-2/+4
* | Issue #27732: Silence test_idle with dummy bell functions.Terry Jan Reedy2016-08-1110-23/+32
* | Issue #27714: text_textview now passes when re-run in the same processTerry Jan Reedy2016-08-102-3/+3
* | Issue #27380: For test_query on Mac, adjust one expected result.Terry Jan Reedy2016-08-101-1/+3
* | Issue #27621: Put query response validation error messages in query boxTerry Jan Reedy2016-08-102-194/+165
* | Issue #27620: Make htest box respond to <Return> and <Escape>.Terry Jan Reedy2016-07-281-6/+12
* | Issue #27620: Mark the default action button as the default.Terry Jan Reedy2016-07-281-1/+1
* | Issue #27626: Further spelling fixes for 3.6Martin Panter2016-07-281-1/+1
* | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-282-2/+2
|\ \ | |/
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-282-2/+2
* | Issue #27620: Escape key closes Query box as cancelled.Terry Jan Reedy2016-07-262-3/+4
* | Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete.Terry Jan Reedy2016-07-253-7/+12
* | Issue #27609: Explicitly return None when there are other returns.Terry Jan Reedy2016-07-252-30/+27
* | Issue #25507: Merge from 3.5 with ttk replacing colorchooser.Terry Jan Reedy2016-07-161-0/+6
|\ \ | |/
| * Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.Terry Jan Reedy2016-07-161-0/+6
* | Issue #25507: Move 4 objects from pyshell to run and switch inports.Terry Jan Reedy2016-07-153-110/+114