index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
NEWS.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7.
Terry Jan Reedy
2014-07-14
1
-19/+279
*
Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.
Terry Jan Reedy
2013-03-30
1
-0/+7
*
Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
Ned Deily
2012-10-22
1
-0/+3
*
Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include
Ned Deily
2012-07-30
1
-0/+3
*
Issue #15318: Prevent writing to sys.stdin.
Martin v. Löwis
2012-07-25
1
-0/+2
*
Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
Martin v. Löwis
2012-07-11
1
-1/+1
*
- Issue #13532: Check that arguments to sys.stdout.write are strings.
Martin v. Löwis
2012-07-09
1
-0/+2
*
NEWS fixes
Terry Jan Reedy
2012-06-07
1
-2/+13
*
update NEWS for 2.7 as Terry Reedy proposed
Andrew Svetlov
2012-03-31
1
-2/+4
*
Backport of Issue #14409 to 2.7
Andrew Svetlov
2012-03-29
1
-0/+3
*
#3573: idle now doesn't hungs if launched as: idle -e <directory>
Andrew Svetlov
2012-03-21
1
-0/+7
*
IDLE: #6378: Further adjust idle.bat to start associated Python
Kurt B. Kaiser
2011-05-26
1
-1/+2
*
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
Kurt B. Kaiser
2011-05-13
1
-1/+5
*
<Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851.
Kurt B. Kaiser
2011-03-25
1
-1/+4
*
<Home> toggle non-functional when NumLock set.
Kurt B. Kaiser
2011-03-17
1
-0/+7
*
add release date
Benjamin Peterson
2010-07-03
1
-3/+3
*
More yearly updates.
Georg Brandl
2010-01-01
1
-1/+1
*
idle.py modified and simplified to better support
Kurt B. Kaiser
2009-05-03
1
-0/+3
*
Right click 'go to file/line' not working if spaces
Kurt B. Kaiser
2009-04-26
1
-0/+3
*
Produce correct version string to access the .chm
Kurt B. Kaiser
2009-04-23
1
-0/+3
*
Allow multiple IDLE GUI/subprocess pairs to exist
Kurt B. Kaiser
2009-04-04
1
-0/+4
*
Remove port spec from run.py and fix bug where
Kurt B. Kaiser
2009-04-02
1
-1/+4
*
Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed spa...
Kurt B. Kaiser
2009-03-30
1
-0/+3
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
1
-1/+1
*
Add heading for 2.7a0.
Martin v. Löwis
2009-01-24
1
-2/+8
*
Fix for issue3559: No preferences menu in IDLE on OSX
Ronald Oussoren
2009-01-02
1
-0/+2
*
Autocompletion of filenames now support alternate separators, e.g. the
Kurt B. Kaiser
2008-04-27
1
-1/+4
*
Improved AutoCompleteWindow logic. Patch 2062 Tal Einat.
Kurt B. Kaiser
2008-04-27
1
-0/+2
*
Home / Control-A toggles between left margin and end of leading white
Kurt B. Kaiser
2008-04-27
1
-0/+3
*
Issue 2665: On Windows, sys.stderr does not contain a valid file when running...
Amaury Forgeot d'Arc
2008-04-21
1
-0/+8
*
Give IDLE a release date
Barry Warsaw
2008-03-01
1
-1/+1
*
Configured selection highlighting colors were ignored; updating highlighting
Kurt B. Kaiser
2008-02-15
1
-0/+4
*
ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.
Kurt B. Kaiser
2008-02-15
1
-0/+2
*
Bring NEWS.txt up to date from check-in msgs.
Kurt B. Kaiser
2008-02-14
1
-0/+7
*
There was an error on exit if no sys.exitfunc was defined. Issue 1647.
Kurt B. Kaiser
2008-01-23
1
-0/+2
*
Could not open files in .idlerc directory if latter was hidden on Windows.
Kurt B. Kaiser
2008-01-23
1
-1/+4
*
Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
Kurt B. Kaiser
2007-12-28
1
-0/+2
*
check in Tal Einat's update to tabpage.py
Kurt B. Kaiser
2007-10-30
1
-0/+3
*
Add confirmation dialog before printing. Patch 1717170 Tal Einat.
Kurt B. Kaiser
2007-10-28
1
-0/+2
*
show paste if > 80 columns. Patch 1659326 Tal Einat.
Kurt B. Kaiser
2007-10-10
1
-0/+2
*
Allow cursor color change w/o restart. Patch 1725576 Tal Einat.
Kurt B. Kaiser
2007-10-10
1
-0/+2
*
Allow interrupt only when executing user code in subprocess
Kurt B. Kaiser
2007-10-09
1
-0/+3
*
configDialog cleanup. Patch 1730217 Tal Einat.
Kurt B. Kaiser
2007-10-04
1
-0/+2
*
textView cleanup. Patch 1718043 Tal Einat.
Kurt B. Kaiser
2007-10-04
1
-0/+2
*
Clean up EditorWindow close.
Kurt B. Kaiser
2007-10-04
1
-0/+4
*
Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
Kurt B. Kaiser
2007-02-08
1
-0/+5
*
[ 1621265 ] Auto-completion list placement
Kurt B. Kaiser
2007-02-07
1
-0/+3
*
1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
Kurt B. Kaiser
2007-02-05
1
-0/+3
*
Add 'raw' support to configHandler. Patch 1650174 Tal Einat.
Kurt B. Kaiser
2007-02-05
1
-0/+2
*
1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112.
Kurt B. Kaiser
2006-12-15
1
-0/+20
[next]