summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
Commit message (Collapse)AuthorAgeFilesLines
* merge with 3.3Georg Brandl2014-02-101-1/+0
|
* merge with 3.3Georg Brandl2013-04-061-4/+4
|\
| * merge with 3.3.1 release cloneGeorg Brandl2013-04-061-0/+2
| |\
| | * Bump to 3.3.1.v3.3.1Georg Brandl2013-04-061-0/+2
| | |
| * | merge with 3.2 branchGeorg Brandl2013-04-061-4/+2
| |\ \
| | * | Bump to 3.2.4.v3.2.4Georg Brandl2013-04-061-4/+2
| | | |
* | | | Merge from 3.3: Issue #17390Terry Jan Reedy2013-03-301-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.Terry Jan Reedy2013-03-301-0/+7
| | |/ | |/|
* | | Issue #5066: Update IDLE docsAndrew Svetlov2013-01-141-0/+2
| | | | | | | | | | | | Patch by Todd Rovito
* | | Issue #15853: merge 3.3 -> defaultNed Deily2012-10-221-0/+3
|\ \ \ | |/ /
| * | 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 #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. ........