Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
01d7eba3162af8a0f62d7636cbb44440901b3909
/
Lib
/
idlelib
/
IOBinding.py
f25e3d5
Issue #12590: IDLE editor window now always displays the first line
by Ned Deily
· 14 years ago
0a42982
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
by Kurt B. Kaiser
· 14 years ago
2b4cb96
Issue 9222 Fix filetypes for open dialog
by Terry Reedy
· 14 years ago
7e15845
Issue #4815: Offer conversion to UTF-8 if source files have
by Martin v. Löwis
· 16 years ago
975a079
Issue #4008: Fix problems with non-ASCII source files.
by Martin v. Löwis
· 16 years ago
5216d08
Issue #4323: Always encode source as UTF-8 without asking
by Martin v. Löwis
· 16 years ago
14fc427
Tkinter, step 2: adapt imports.
by Georg Brandl
· 17 years ago
8ce8a78
Merged revisions 58221-58741 via svnmerge from
by Guido van Rossum
· 18 years ago
cdadf24
Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error.
by Kurt B. Kaiser
· 18 years ago
8d5c8b5
the default class attr is needed!
by Kurt B. Kaiser
· 18 years ago
3e623ba
Windows EOL sequence not converted correctly, encoding error.
by Kurt B. Kaiser
· 18 years ago
44fa8f6
Make IDLE's file decode more robust.
by Kurt B. Kaiser
· 18 years ago
1963ad3
Saving a file containing unicode failed.
by Kurt B. Kaiser
· 18 years ago
623d372
Don't ascii encode eol_convention. Was causing file write to fail.
by Kurt B. Kaiser
· 18 years ago
ad66742
Fix raise with 2to3
by Kurt B. Kaiser
· 18 years ago
bfc672b
Remove some old comments adequately covered in the code.
by Kurt B. Kaiser
· 18 years ago
3a4e24b
1. Fix File Open: don't encode filename to UTF-8 bytes
by Kurt B. Kaiser
· 18 years ago
4d9ed9f
Enable basic load/store again.
by Martin v. Löwis
· 18 years ago
36e0a92
Merged revisions 56443-56466 via svnmerge from
by Guido van Rossum
· 18 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
cf297e4
Merged revisions 53623-53858 via svnmerge from
by Thomas Wouters
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
307021f
Patch #1162825: Support non-ASCII characters in IDLE window titles.
by Martin v. Löwis
· 19 years ago
a9170c7
Patch #808719: Ignore the locale's encoding if it is an empty string.
by Martin v. Löwis
· 21 years ago
cf6f1b6
M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py
by Kurt B. Kaiser
· 21 years ago
188e25f
Fix a typo introduced at 1.21
by Kurt B. Kaiser
· 21 years ago
8ad1dd7
Catch locale.error as well. Fixes #788378. Will backport to 2.3.
by Martin v. Löwis
· 22 years ago
249d50a
Make sure eol_convention is an ASCII string. Fixes #774680.
by Martin v. Löwis
· 22 years ago
61e2c9a
Forwardport Patch from IDLEfork SF 610329 Remove deprecated tempfile usage
by Kurt B. Kaiser
· 22 years ago
9067c8d
SF 748975 Printing unsaved shell fails
by Kurt B. Kaiser
· 22 years ago
d2f4861
SF 748973 Guido van Rossum patch
by Kurt B. Kaiser
· 22 years ago
4767401
Whitespace Normalization
by Kurt B. Kaiser
· 22 years ago
a053f33
[ SF 710733 - Martin v. Loewis] Improving source encoding dialog
by Kurt B. Kaiser
· 22 years ago
c2f77dd
New feature: when saving a file, keep the eol convention of the
by Guido van Rossum
· 22 years ago
ddeaf11
Attempting to save the shell raised an error related to saving
by Kurt B. Kaiser
· 22 years ago
6655e4b
Whitespace Normalization
by Kurt B. Kaiser
· 22 years ago
bfed346
M Debugger.py M IOBinding.py M PyShell.py
by Kurt B. Kaiser
· 22 years ago
993e81a
619127: Recent File Menu Not Updating
by Chui Tey
· 23 years ago
e555fc7
Work around Mac OS X platform encoding issues.
by Tony Lownds
· 23 years ago
01166da
Merge Py Idle changes:
by Kurt B. Kaiser
· 23 years ago
1bf4c2d
Bug: clearing the shell undo list after a prompt was allowing files to be
by Kurt B. Kaiser
· 23 years ago
7981ce5
add a version of GvR's q&d python idle printing patch,
by Steven M. Gava
· 23 years ago
a2bc259
tracking python idle changes: Provisional fix for writefile() [SF bug # 541730]
by Steven M. Gava
· 23 years ago
1d46e40
further work on new config system; recent files menu
by Steven M. Gava
· 23 years ago
7eea271
py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level
by Kurt B. Kaiser
· 24 years ago
7aced17
Initial revision
by David Scherer
· 25 years ago