1. b31a284 Issue #25507: revert incorrect movement of idleConf import in c548ad75160c. by Terry Jan Reedy · 8 years ago
  2. bbdc065 Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 9 years ago
  3. 3be2e54 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 9 years ago
  4. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  5. 1b392ff Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 10 years ago
  6. 7282ff6 Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  7. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  8. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  9. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  10. 95f34ab Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 11 years ago
  11. ec53111 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  12. ba6c0d3 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch by Terry Jan Reedy · 11 years ago
  13. 52f80a7 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  14. 69db587 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  15. 74fe9f3 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  16. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  17. 786fbd8 Replace os.error with OSError in tkinter and IDLE by Andrew Svetlov · 12 years ago
  18. c65ef9b Issue #4832: Modify IDLE to save files with .py extension by by Ned Deily · 12 years ago
  19. a948c79 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 12 years ago
  20. 3fde191 #10365 Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  21. cd6b8c6 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 12 years ago
  22. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  23. 0a42982 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 13 years ago
  24. 2b4cb96 Issue 9222 Fix filetypes for open dialog by Terry Reedy · 14 years ago
  25. 7e15845 Issue #4815: Offer conversion to UTF-8 if source files have by Martin v. Löwis · 16 years ago
  26. 975a079 Issue #4008: Fix problems with non-ASCII source files. by Martin v. Löwis · 16 years ago
  27. 5216d08 Issue #4323: Always encode source as UTF-8 without asking by Martin v. Löwis · 16 years ago
  28. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  29. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  30. cdadf24 Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error. by Kurt B. Kaiser · 17 years ago
  31. 8d5c8b5 the default class attr is needed! by Kurt B. Kaiser · 17 years ago
  32. 3e623ba Windows EOL sequence not converted correctly, encoding error. by Kurt B. Kaiser · 17 years ago
  33. 44fa8f6 Make IDLE's file decode more robust. by Kurt B. Kaiser · 17 years ago
  34. 1963ad3 Saving a file containing unicode failed. by Kurt B. Kaiser · 17 years ago
  35. 623d372 Don't ascii encode eol_convention. Was causing file write to fail. by Kurt B. Kaiser · 17 years ago
  36. ad66742 Fix raise with 2to3 by Kurt B. Kaiser · 17 years ago
  37. bfc672b Remove some old comments adequately covered in the code. by Kurt B. Kaiser · 17 years ago
  38. 3a4e24b 1. Fix File Open: don't encode filename to UTF-8 bytes by Kurt B. Kaiser · 17 years ago
  39. 4d9ed9f Enable basic load/store again. by Martin v. Löwis · 17 years ago
  40. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  41. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  42. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  43. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  44. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  45. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  46. a9170c7 Patch #808719: Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 20 years ago
  47. cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 20 years ago
  48. 188e25f Fix a typo introduced at 1.21 by Kurt B. Kaiser · 21 years ago
  49. 8ad1dd7 Catch locale.error as well. Fixes #788378. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  50. 249d50a Make sure eol_convention is an ASCII string. Fixes #774680. by Martin v. Löwis · 21 years ago
  51. 61e2c9a Forwardport Patch from IDLEfork SF 610329 Remove deprecated tempfile usage by Kurt B. Kaiser · 21 years ago
  52. 9067c8d SF 748975 Printing unsaved shell fails by Kurt B. Kaiser · 21 years ago
  53. d2f4861 SF 748973 Guido van Rossum patch by Kurt B. Kaiser · 21 years ago
  54. 4767401 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  55. a053f33 [ SF 710733 - Martin v. Loewis] Improving source encoding dialog by Kurt B. Kaiser · 21 years ago
  56. c2f77dd New feature: when saving a file, keep the eol convention of the by Guido van Rossum · 21 years ago
  57. ddeaf11 Attempting to save the shell raised an error related to saving by Kurt B. Kaiser · 21 years ago
  58. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  59. bfed346 M Debugger.py M IOBinding.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  60. 993e81a 619127: Recent File Menu Not Updating by Chui Tey · 22 years ago
  61. e555fc7 Work around Mac OS X platform encoding issues. by Tony Lownds · 22 years ago
  62. 01166da Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  63. 1bf4c2d Bug: clearing the shell undo list after a prompt was allowing files to be by Kurt B. Kaiser · 22 years ago
  64. 7981ce5 add a version of GvR's q&d python idle printing patch, by Steven M. Gava · 22 years ago
  65. a2bc259 tracking python idle changes: Provisional fix for writefile() [SF bug # 541730] by Steven M. Gava · 22 years ago
  66. 1d46e40 further work on new config system; recent files menu by Steven M. Gava · 22 years ago
  67. 7eea271 py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level by Kurt B. Kaiser · 23 years ago
  68. 7aced17 Initial revision by David Scherer · 24 years ago