summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15853: merge 3.2 -> 3.3Ned Deily2012-10-221-0/+3
|\
| * Issue #15853: Prevent IDLE crash on OS X when opening Preferences menuNed Deily2012-10-221-0/+3
| | | | | | | | with certain versions of Tk 8.5. Initial patch by Kevin Walzer.
* | Issue #16226: Fix IDLE Path Browser crash.Ned Deily2012-10-191-0/+7
| | | | | | | | (Patch by Roger Serwy)
* | Issue #14018: mergeNed Deily2012-07-301-0/+3
|\ \ | |/
| * Issue #14018: Update the OS X IDLE Tcl/Tk warning check to includeNed Deily2012-07-301-0/+4
| | | | | | | | | | the Apple-supplied Tck/Tk versions shipped with OS X 10.7 and 10.8. They are not as buggy as the 10.6 version but can still easily crash.
* | merge 3.2Martin v. Löwis2012-07-251-0/+2
|\ \ | |/
| * Issue #7163: Propagate return value of sys.stdout.write.Martin v. Löwis2012-07-251-0/+2
| | | | | | | | Patch by Roger Serwy.
* | merge 3.2Martin v. Löwis2012-07-251-0/+2
|\ \ | |/
| * Issue #15318: Prevent writing to sys.stdin.Martin v. Löwis2012-07-251-0/+2
| | | | | | | | Patch by Roger Serwy and myself.
* | Issue #4832: Modify IDLE to save files with .py extension byNed Deily2012-07-101-0/+3
| | | | | | | | default on Windows and OS X as it already does with X11 Tk.
* | merge 3.2Martin v. Löwis2012-07-111-1/+1
|\ \ | |/
| * Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.Martin v. Löwis2012-07-111-1/+1
| |
* | merge 3.2Martin v. Löwis2012-07-091-0/+2
|\ \ | |/
| * Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. Löwis2012-07-091-0/+2
| |
* | Merge from 3.2, #12510Terry Jan Reedy2012-06-081-0/+8
|\ \ | |/
| * Issue #12510: Revise and triple # of calltip tests, with an eye to unittestTerry Jan Reedy2012-06-071-0/+8
| | | | | | | | | | | | use. Make the get_entity 'method' a module function as it did not use 'self'. Delete buggy _find_constructor function that is not needed, at least in 3.x. Revise get_argspec so all tests pass. Add and fix NEWS entries.
* | merge 3.2Martin v. Löwis2012-06-031-1/+1
|\ \ | |/
| * PEP 3131: support non-ASCII characters in auto-completion of identifiers.Martin v. Löwis2012-06-031-1/+1
| |
* | Merge 3.2: issue #14937.Martin v. Löwis2012-06-031-1/+4
|\ \ | |/
| * Issue #14937: Perform auto-completion of filenames in strings even for ↵Martin v. Löwis2012-06-031-0/+6
| | | | | | | | non-ASCII filenames.
* | Issue #8515: Set __file__ when run file in IDLE.Andrew Svetlov2012-04-051-0/+3
| |
* | Merge from 3.2Andrew Svetlov2012-03-311-2/+4
|\ \ | |/
| * update NEWS as Terry Reedy proposedAndrew Svetlov2012-03-311-2/+4
| |
* | Merge with 3.2Andrew Svetlov2012-03-291-0/+3
|\ \ | |/
| * Issue #14409: IDLE doesn't not execute commands from shell with default ↵Andrew Svetlov2012-03-291-0/+3
| | | | | | | | | | | | keybinding for <Return>. Patch by Roger Serwy.
* | Fix typoÉric Araujo2012-03-271-1/+1
| |
* | Update missed idlelib/NEWS.txtAndrew Svetlov2012-03-261-1/+3
|/
* #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-211-0/+7
| | | | Patch by Guilherme Polo.
* Merge from 3.1Kurt B. Kaiser2011-05-141-1/+3
|\ | | | | | | Issue #6378: Further adjust idle.bat to start associated Python
| * Issue #6378: Further adjust idle.bat to start associated PythonKurt B. Kaiser2011-05-141-1/+3
| |
* | Merge from 3.1Kurt B. Kaiser2011-05-121-0/+2
|\ \ | |/
| * Issue #11896: Save on Close failed despite selecting "Yes" in dialog.Kurt B. Kaiser2011-05-121-1/+3
| | | | | | | | | | _tkinter.c is returning <class '_tkinter.Tcl_Obj'> sometimes. Don't use tkinter.messagebox.Message - use the helper functions which convert to str.
* | Correct version in IDLE NEWS.txtKurt B. Kaiser2011-05-111-1/+1
|/
* Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.Kurt B. Kaiser2011-05-111-3/+6
| | | | | With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to exit. Converted to valid Unicode null in PythonCmd().
* <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676Kurt B. Kaiser2011-03-261-1/+4
|
* <Home> toggle non-functional when NumLock setKurt B. Kaiser2011-03-211-0/+8
| | | | on Windows. Issue3851.
* Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r77389 | benjamin.peterson | 2010-01-09 12:45:30 -0600 (Sat, 09 Jan 2010) | 25 lines Merged revisions 77209,77229,77359-77360,77371 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line More yearly updates. ........ r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line Fix casing. ........ r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line Fix description for Py_GetPath(); it sounded like it always returned sys.path. ........ r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line #7653: clarify how the PythonPath registry key should look like. ........ r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration ........ ................
* Merged revisions 72226 via svnmerge fromKurt B. Kaiser2009-05-061-0/+3
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72226 | kurt.kaiser | 2009-05-02 21:03:44 -0400 (Sat, 02 May 2009) | 3 lines idle.py modified and simplified to better support developing experimental versions of IDLE which are not installed in the standard location. ........
* Merged revisions 71995 via svnmerge fromGeorg Brandl2009-04-271-0/+3
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71995 | kurt.kaiser | 2009-04-27 01:22:11 +0200 (Mo, 27 Apr 2009) | 2 lines Right click 'go to file/line' not working if spaces in path. Bug 5559. ........
* Use of 'filter' in keybindingDialog.py was causingKurt B. Kaiser2009-04-271-0/+3
| | | | | custom key assignment to fail. Patch 5707 amaury.forgeotdarc.
* Merged revisions 71812 via svnmerge fromKurt B. Kaiser2009-04-261-0/+3
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71812 | kurt.kaiser | 2009-04-22 22:36:01 -0400 (Wed, 22 Apr 2009) | 2 lines Produce correct version string to access the .chm docs on Windows. Patch 5783 gpolo. Will port. ........
* Remove item from NEWS.txt; not checked in yet...Kurt B. Kaiser2009-04-251-3/+0
|
* Fix up IDLE's NEWS.txt. Include missed changes, keep 2.7 changes in separateKurt B. Kaiser2009-04-251-17/+58
| | | | section to make merging easier. Update release dates.
* Merged revisions 71126 via svnmerge fromKurt B. Kaiser2009-04-041-0/+4
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71126 | kurt.kaiser | 2009-04-04 03:03:48 -0400 (Sat, 04 Apr 2009) | 5 lines Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to David Scherer for suggesting the use of an ephemeral port for the GUI. Patch 1529142 Weeble. ........
* Merged revisions 70723 via svnmerge fromKurt B. Kaiser2009-04-041-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70723 | kurt.kaiser | 2009-03-30 12:22:00 -0400 (Mon, 30 Mar 2009) | 1 line Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo. ........
* Merged revisions 71023 via svnmerge fromKurt B. Kaiser2009-04-041-0/+3
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71023 | kurt.kaiser | 2009-04-01 22:44:54 -0400 (Wed, 01 Apr 2009) | 3 lines Remove port spec from run.py and fix bug where subprocess fails to extract port from command line when warnings are present. ........
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r69846 | mark.dickinson | 2009-02-21 20:27:01 +0000 (Sat, 21 Feb 2009) | 2 lines Issue #5341: Fix a variety of spelling errors. ........
* Issue #4815: Offer conversion to UTF-8 if source files haveMartin v. Löwis2009-01-181-0/+3
| | | | no encoding declaration and are not encoded in UTF-8.
* Issue #4008: Fix problems with non-ASCII source files.Martin v. Löwis2009-01-181-0/+2
|
* Recorded merge of revisions 68153 via svnmerge fromRonald Oussoren2009-01-021-0/+5
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68153 | ronald.oussoren | 2009-01-02 13:59:32 +0100 (Fri, 02 Jan 2009) | 10 lines Fix for issue3559: No preferences menu in IDLE on OSX 1) Add a comment to the help file to that points to the preferences menu. 2) An earlier checkin tried to detect Tk >= 8.10.14, but did this in the wrong way. The end result of this was that the IDLE->Preferences... menu got surpressed when using the system version of Tcl/Tk ........