summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/IOBinding.py
Commit message (Expand)AuthorAgeFilesLines
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-4/+4
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-1/+11
* Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error.Kurt B. Kaiser2007-10-151-1/+1
* the default class attr is needed!Kurt B. Kaiser2007-10-101-0/+1
* Windows EOL sequence not converted correctly, encoding error.Kurt B. Kaiser2007-10-091-3/+3
* Make IDLE's file decode more robust.Kurt B. Kaiser2007-09-071-45/+76
* Saving a file containing unicode failed.Kurt B. Kaiser2007-09-011-14/+11
* Don't ascii encode eol_convention. Was causing file write to fail.Kurt B. Kaiser2007-08-301-3/+0
* Fix raise with 2to3Kurt B. Kaiser2007-08-231-1/+1
* Remove some old comments adequately covered in the code.Kurt B. Kaiser2007-08-221-7/+0
* 1. Fix File Open: don't encode filename to UTF-8 bytesKurt B. Kaiser2007-08-221-8/+6
* Enable basic load/store again.Martin v. Löwis2007-08-131-3/+3
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-6/+6
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-4/+4
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+1
* Patch #1162825: Support non-ASCII characters in IDLE window titles.Martin v. Löwis2005-11-271-2/+11
* Patch #808719: Ignore the locale's encoding if it is an empty string.Martin v. Löwis2004-08-121-2/+2
* M EditorWindow.pyKurt B. Kaiser2004-04-111-1/+1
* Fix a typo introduced at 1.21Kurt B. Kaiser2003-11-251-1/+1
* Catch locale.error as well. Fixes #788378. Will backport to 2.3.Martin v. Löwis2003-09-031-1/+1
* Make sure eol_convention is an ASCII string. Fixes #774680.Martin v. Löwis2003-08-051-0/+3
* Forwardport Patch from IDLEfork SF 610329Kurt B. Kaiser2003-06-141-2/+6
* SF 748975 Printing unsaved shell failsKurt B. Kaiser2003-06-091-2/+6
* SF 748973 Guido van Rossum patchKurt B. Kaiser2003-06-051-4/+12
* Whitespace NormalizationKurt B. Kaiser2003-05-181-29/+29
* [ SF 710733 - Martin v. Loewis] Improving source encoding dialogKurt B. Kaiser2003-05-101-13/+77
* New feature: when saving a file, keep the eol convention of theGuido van Rossum2003-04-251-3/+11
* Attempting to save the shell raised an error related to savingKurt B. Kaiser2003-03-041-2/+8
* Whitespace NormalizationKurt B. Kaiser2002-12-311-4/+4
* M Debugger.pyKurt B. Kaiser2002-12-141-43/+11
* 619127: Recent File Menu Not UpdatingChui Tey2002-11-041-0/+13
* Work around Mac OS X platform encoding issues.Tony Lownds2002-09-231-0/+6
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-12/+195
* Bug: clearing the shell undo list after a prompt was allowing files to beKurt B. Kaiser2002-07-211-5/+11
* add a version of GvR's q&d python idle printing patch,Steven M. Gava2002-06-111-2/+43
* tracking python idle changes:Steven M. Gava2002-04-221-1/+1
* further work on new config system;Steven M. Gava2002-03-271-3/+9
* py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module levelKurt B. Kaiser2001-07-131-1/+1
* Initial revisionDavid Scherer2000-08-151-0/+254