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