summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/IOBinding.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-241-9/+7
* Issue #19426: Fixed the opening of Python source file with specified encoding.Serhiy Storchaka2013-10-291-1/+1
* Remove the use of non-existing re.ASCII.Serhiy Storchaka2013-09-171-1/+1
* Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect PythonSerhiy Storchaka2013-09-161-6/+7
* Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.Terry Jan Reedy2013-08-041-7/+4
* Issue #18316: Update idlelib 2.7 except clauses to ease backports.Terry Jan Reedy2013-06-291-4/+4
* Issue #16829: IDLE printing no longer fails if there are spaces or otherSerhiy Storchaka2013-01-121-1/+2
* Issue 10365: Add and replace comments; condense defaulted attribute access.Terry Jan Reedy2012-06-031-16/+13
* #10365 Trim trailing whitespaceTerry Jan Reedy2012-05-271-1/+1
* Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-271-5/+12
* Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-271-1/+1
* Issue #11896: Save on Close failed despite selecting "Yes" in dialog.Kurt B. Kaiser2011-05-131-22/+22
* Issue 9222 Fix filetypes for open dialogTerry Reedy2010-11-231-2/+2
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-021-1/+1
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-4/+4
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-4/+4
* Add confirmation dialog before printing. Patch 1717170 Tal Einat.Kurt B. Kaiser2007-10-281-1/+11
* narrow exception per [ 1540849 ] except too broadKurt B. Kaiser2007-02-061-1/+1
* Source file f.flush() after writing; trying to avoid lossage if userKurt B. Kaiser2006-03-191-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