summaryrefslogtreecommitdiff
path: root/Lib/idlelib/IOBinding.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-201-1/+1
* Issue #25507: revert incorrect movement of idleConf import in c548ad75160c.Terry Jan Reedy2016-01-271-1/+10
* Issue #25507: move test-specific imports to test function (idlelib.IOBinding).Terry Jan Reedy2015-10-301-6/+8
* Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.Terry Jan Reedy2015-09-251-10/+10
* idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-141-3/+2
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-241-9/+7
* Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-091-0/+3
|\
| * Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-091-0/+3
* | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-7/+9
|\ \ | |/
| * Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-7/+9
* | Merge with 3.3Terry Jan Reedy2013-08-041-1/+1
|\ \ | |/ |/|
| * Issue #16829: IDLE printing no longer fails if there are spaces or otherSerhiy Storchaka2013-01-121-3/+3
| |\
| | * Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-2/+2
| | * Replace os.error with OSError in tkinter and IDLEAndrew Svetlov2012-12-171-1/+1
* | | Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.Terry Jan Reedy2013-08-041-9/+6
* | | #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patchTerry Jan Reedy2013-06-081-2/+2
|/ /
* | Issue #16829: IDLE printing no longer fails if there are spaces or otherSerhiy Storchaka2013-01-121-1/+2
|\ \ | |/ |/|
| * Issue #16829: IDLE printing no longer fails if there are spaces or otherSerhiy Storchaka2013-01-121-1/+2
* | Issue #4832: Modify IDLE to save files with .py extension byNed Deily2012-07-091-2/+6
|/
* Issue 10365: Add and replace comments; condense defaulted attribute access.Terry Jan Reedy2012-06-021-16/+13
* #10365 Trim trailing whitespaceTerry Jan Reedy2012-05-261-1/+1
* Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-261-5/+12
* Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-261-1/+1
* Issue #11896: Save on Close failed despite selecting "Yes" in dialog.Kurt B. Kaiser2011-05-121-22/+22
* Issue 9222 Fix filetypes for open dialogTerry Reedy2010-11-231-2/+2
* Issue #4815: Offer conversion to UTF-8 if source files haveMartin v. Löwis2009-01-181-12/+28
* Issue #4008: Fix problems with non-ASCII source files.Martin v. Löwis2009-01-181-4/+5
* Issue #4323: Always encode source as UTF-8 without askingMartin v. Löwis2008-12-291-96/+14
* 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