index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
IOBinding.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge with 3.3
Terry Jan Reedy
2013-08-04
1
-1
/
+1
|
\
|
*
Issue #16829: IDLE printing no longer fails if there are spaces or other
Serhiy Storchaka
2013-01-12
1
-3
/
+3
|
|
\
|
|
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-2
/
+2
|
|
*
Replace os.error with OSError in tkinter and IDLE
Andrew Svetlov
2012-12-17
1
-1
/
+1
*
|
|
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
Terry Jan Reedy
2013-08-04
1
-9
/
+6
*
|
|
#18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch
Terry Jan Reedy
2013-06-08
1
-2
/
+2
|
/
/
*
|
Issue #16829: IDLE printing no longer fails if there are spaces or other
Serhiy Storchaka
2013-01-12
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Issue #16829: IDLE printing no longer fails if there are spaces or other
Serhiy Storchaka
2013-01-12
1
-1
/
+2
*
|
Issue #4832: Modify IDLE to save files with .py extension by
Ned Deily
2012-07-09
1
-2
/
+6
|
/
*
Issue 10365: Add and replace comments; condense defaulted attribute access.
Terry Jan Reedy
2012-06-02
1
-16
/
+13
*
#10365 Trim trailing whitespace
Terry Jan Reedy
2012-05-26
1
-1
/
+1
*
Issue #10365: File open dialog now works instead of crashing
Terry Jan Reedy
2012-05-26
1
-5
/
+12
*
Issue #12590: IDLE editor window now always displays the first line
Ned Deily
2011-07-26
1
-1
/
+1
*
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
Kurt B. Kaiser
2011-05-12
1
-22
/
+22
*
Issue 9222 Fix filetypes for open dialog
Terry Reedy
2010-11-23
1
-2
/
+2
*
Issue #4815: Offer conversion to UTF-8 if source files have
Martin v. Löwis
2009-01-18
1
-12
/
+28
*
Issue #4008: Fix problems with non-ASCII source files.
Martin v. Löwis
2009-01-18
1
-4
/
+5
*
Issue #4323: Always encode source as UTF-8 without asking
Martin v. Löwis
2008-12-29
1
-96
/
+14
*
Tkinter, step 2: adapt imports.
Georg Brandl
2008-05-17
1
-4
/
+4
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-1
/
+11
*
Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error.
Kurt B. Kaiser
2007-10-15
1
-1
/
+1
*
the default class attr is needed!
Kurt B. Kaiser
2007-10-10
1
-0
/
+1
*
Windows EOL sequence not converted correctly, encoding error.
Kurt B. Kaiser
2007-10-09
1
-3
/
+3
*
Make IDLE's file decode more robust.
Kurt B. Kaiser
2007-09-07
1
-45
/
+76
*
Saving a file containing unicode failed.
Kurt B. Kaiser
2007-09-01
1
-14
/
+11
*
Don't ascii encode eol_convention. Was causing file write to fail.
Kurt B. Kaiser
2007-08-30
1
-3
/
+0
*
Fix raise with 2to3
Kurt B. Kaiser
2007-08-23
1
-1
/
+1
*
Remove some old comments adequately covered in the code.
Kurt B. Kaiser
2007-08-22
1
-7
/
+0
*
1. Fix File Open: don't encode filename to UTF-8 bytes
Kurt B. Kaiser
2007-08-22
1
-8
/
+6
*
Enable basic load/store again.
Martin v. Löwis
2007-08-13
1
-3
/
+3
*
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum
2007-07-20
1
-2
/
+2
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-6
/
+6
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-1
/
+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-4
/
+4
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
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
[next]