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
/
IOBinding.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21477: Idle htest: merge and modify run and runall; add many tests.
Terry Jan Reedy
2014-05-24
1
-9/+7
*
Issue #19426: Fixed the opening of Python source file with specified encoding.
Serhiy Storchaka
2013-10-29
1
-1/+1
*
Remove the use of non-existing re.ASCII.
Serhiy Storchaka
2013-09-17
1
-1/+1
*
Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python
Serhiy Storchaka
2013-09-16
1
-6/+7
*
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
Terry Jan Reedy
2013-08-04
1
-7/+4
*
Issue #18316: Update idlelib 2.7 except clauses to ease backports.
Terry Jan Reedy
2013-06-29
1
-4/+4
*
Issue #16829: IDLE printing no longer fails if there are spaces or other
Serhiy Storchaka
2013-01-12
1
-1/+2
*
Issue 10365: Add and replace comments; condense defaulted attribute access.
Terry Jan Reedy
2012-06-03
1
-16/+13
*
#10365 Trim trailing whitespace
Terry Jan Reedy
2012-05-27
1
-1/+1
*
Issue #10365: File open dialog now works instead of crashing
Terry Jan Reedy
2012-05-27
1
-5/+12
*
Issue #12590: IDLE editor window now always displays the first line
Ned Deily
2011-07-27
1
-1/+1
*
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
Kurt B. Kaiser
2011-05-13
1
-22/+22
*
Issue 9222 Fix filetypes for open dialog
Terry Reedy
2010-11-23
1
-2/+2
*
#7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...
Florent Xicluna
2010-04-02
1
-1/+1
*
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
Georg Brandl
2008-05-20
1
-4/+4
*
Tkinter rename, step 2: fix imports and add stub modules.
Georg Brandl
2008-05-16
1
-4/+4
*
Add confirmation dialog before printing. Patch 1717170 Tal Einat.
Kurt B. Kaiser
2007-10-28
1
-1/+11
*
narrow exception per [ 1540849 ] except too broad
Kurt B. Kaiser
2007-02-06
1
-1/+1
*
Source file f.flush() after writing; trying to avoid lossage if user
Kurt B. Kaiser
2006-03-19
1
-0/+1
*
Patch #1162825: Support non-ASCII characters in IDLE window titles.
Martin v. Löwis
2005-11-27
1
-2/+11
*
Patch #808719: Ignore the locale's encoding if it is an empty string.
Martin v. Löwis
2004-08-12
1
-2/+2
*
M EditorWindow.py
Kurt B. Kaiser
2004-04-11
1
-1/+1
*
Fix a typo introduced at 1.21
Kurt B. Kaiser
2003-11-25
1
-1/+1
*
Catch locale.error as well. Fixes #788378. Will backport to 2.3.
Martin v. Löwis
2003-09-03
1
-1/+1
*
Make sure eol_convention is an ASCII string. Fixes #774680.
Martin v. Löwis
2003-08-05
1
-0/+3
*
Forwardport Patch from IDLEfork SF 610329
Kurt B. Kaiser
2003-06-14
1
-2/+6
*
SF 748975 Printing unsaved shell fails
Kurt B. Kaiser
2003-06-09
1
-2/+6
*
SF 748973 Guido van Rossum patch
Kurt B. Kaiser
2003-06-05
1
-4/+12
*
Whitespace Normalization
Kurt B. Kaiser
2003-05-18
1
-29/+29
*
[ SF 710733 - Martin v. Loewis] Improving source encoding dialog
Kurt B. Kaiser
2003-05-10
1
-13/+77
*
New feature: when saving a file, keep the eol convention of the
Guido van Rossum
2003-04-25
1
-3/+11
*
Attempting to save the shell raised an error related to saving
Kurt B. Kaiser
2003-03-04
1
-2/+8
*
Whitespace Normalization
Kurt B. Kaiser
2002-12-31
1
-4/+4
*
M Debugger.py
Kurt B. Kaiser
2002-12-14
1
-43/+11
*
619127: Recent File Menu Not Updating
Chui Tey
2002-11-04
1
-0/+13
*
Work around Mac OS X platform encoding issues.
Tony Lownds
2002-09-23
1
-0/+6
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-16
1
-12/+195
*
Bug: clearing the shell undo list after a prompt was allowing files to be
Kurt B. Kaiser
2002-07-21
1
-5/+11
*
add a version of GvR's q&d python idle printing patch,
Steven M. Gava
2002-06-11
1
-2/+43
*
tracking python idle changes:
Steven M. Gava
2002-04-22
1
-1/+1
*
further work on new config system;
Steven M. Gava
2002-03-27
1
-3/+9
*
py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level
Kurt B. Kaiser
2001-07-13
1
-1/+1
*
Initial revision
David Scherer
2000-08-15
1
-0/+254