1. a33deb2 Issue #25507: Add back import needed for 2.x encoding warning box. by Terry Jan Reedy · 8 years ago
  2. 6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  3. a944ac3 Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98. by Terry Jan Reedy · 9 years ago
  4. faaf16b Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 9 years ago
  5. 8bfacc7 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 9 years ago
  6. d8dc749 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  7. 57ac623 Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code). by Terry Jan Reedy · 10 years ago
  8. 3eb554f Issue #22221: Backported fixes from Python 3 (issue #18960). by Serhiy Storchaka · 10 years ago
  9. 62012fc Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 10 years ago
  10. 1c760ca Issue #19426: Fixed the opening of Python source file with specified encoding. by Serhiy Storchaka · 11 years ago
  11. e4818f6 Remove the use of non-existing re.ASCII. by Serhiy Storchaka · 11 years ago
  12. e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python by Serhiy Storchaka · 11 years ago
  13. f948943 Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 11 years ago
  14. 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 11 years ago
  15. eebcb5f Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  16. f077513 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 12 years ago
  17. 7f5d410 #10365 Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  18. eaa7e78 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 12 years ago
  19. d8b1723 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  20. d82a887 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 13 years ago
  21. 277896a Issue 9222 Fix filetypes for open dialog Merged from 86702 by Terry Reedy · 14 years ago
  22. d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
  23. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  24. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 16 years ago
  25. 60d5840 Add confirmation dialog before printing. Patch 1717170 Tal Einat. by Kurt B. Kaiser · 17 years ago
  26. f30ff3b narrow exception per [ 1540849 ] except too broad by Kurt B. Kaiser · 18 years ago
  27. 70f05c5 Source file f.flush() after writing; trying to avoid lossage if user by Kurt B. Kaiser · 19 years ago
  28. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  29. a9170c7 Patch #808719: Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 20 years ago
  30. cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 21 years ago
  31. 188e25f Fix a typo introduced at 1.21 by Kurt B. Kaiser · 21 years ago
  32. 8ad1dd7 Catch locale.error as well. Fixes #788378. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  33. 249d50a Make sure eol_convention is an ASCII string. Fixes #774680. by Martin v. Löwis · 21 years ago
  34. 61e2c9a Forwardport Patch from IDLEfork SF 610329 Remove deprecated tempfile usage by Kurt B. Kaiser · 21 years ago
  35. 9067c8d SF 748975 Printing unsaved shell fails by Kurt B. Kaiser · 21 years ago
  36. d2f4861 SF 748973 Guido van Rossum patch by Kurt B. Kaiser · 21 years ago
  37. 4767401 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  38. a053f33 [ SF 710733 - Martin v. Loewis] Improving source encoding dialog by Kurt B. Kaiser · 21 years ago
  39. c2f77dd New feature: when saving a file, keep the eol convention of the by Guido van Rossum · 22 years ago
  40. ddeaf11 Attempting to save the shell raised an error related to saving by Kurt B. Kaiser · 22 years ago
  41. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  42. bfed346 M Debugger.py M IOBinding.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  43. 993e81a 619127: Recent File Menu Not Updating by Chui Tey · 22 years ago
  44. e555fc7 Work around Mac OS X platform encoding issues. by Tony Lownds · 22 years ago
  45. 01166da Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  46. 1bf4c2d Bug: clearing the shell undo list after a prompt was allowing files to be by Kurt B. Kaiser · 22 years ago
  47. 7981ce5 add a version of GvR's q&d python idle printing patch, by Steven M. Gava · 22 years ago
  48. a2bc259 tracking python idle changes: Provisional fix for writefile() [SF bug # 541730] by Steven M. Gava · 23 years ago
  49. 1d46e40 further work on new config system; recent files menu by Steven M. Gava · 23 years ago
  50. 7eea271 py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level by Kurt B. Kaiser · 23 years ago
  51. 7aced17 Initial revision by David Scherer · 24 years ago