1. d8b1723 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  2. 13502b1 Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 14 years ago
  3. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 14 years ago
  4. cd20705 bump to 2.7.2rc1 by Benjamin Peterson · 14 years ago
  5. a539245 IDLE: #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 14 years ago
  6. b13cacf (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 14 years ago
  7. d82a887 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 14 years ago
  8. 179816d Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 14 years ago
  9. 7548bce <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851. by Kurt B. Kaiser · 14 years ago
  10. 020d3d9 <Home> toggle non-functional when NumLock set. Issue3851 by Kurt B. Kaiser · 14 years ago
  11. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  12. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  13. 6065153 Merged revisions 88232 via svnmerge from by Ned Deily · 15 years ago
  14. 2a6f4b3 Merged revisions 88003 via svnmerge from by Ned Deily · 15 years ago
  15. efc527a Merged revisions 88236 via svnmerge from by Ned Deily · 15 years ago
  16. 4a70550 Merged revisions 87394 via svnmerge from by Ned Deily · 15 years ago
  17. 247327a Issue 6285: catch missing IDLE help file. Backport from 3.2. by Terry Reedy · 15 years ago
  18. 3f752ab Merged revisions 87374 via svnmerge from by R. David Murray · 15 years ago
  19. 8ec374c Merged revisions 87119 via svnmerge from by Ronald Oussoren · 15 years ago
  20. 3e0fa42 2.7.1 final version bump by Benjamin Peterson · 15 years ago
  21. 277896a Issue 9222 Fix filetypes for open dialog Merged from 86702 by Terry Reedy · 15 years ago
  22. 558cc4e Merged revisions 86655 via svnmerge from by Brian Curtin · 15 years ago
  23. 2d011ed Merged revisions 86651 via svnmerge from by Brian Curtin · 15 years ago
  24. cc21417 2.7.1rc1 bump by Benjamin Peterson · 15 years ago
  25. c569cfe Merged revisions 83103 via svnmerge from by Ezio Melotti · 15 years ago
  26. e3c1045 prepare for 2.7.1 by Benjamin Peterson · 15 years ago
  27. c60082d update to 2.7 final by Benjamin Peterson · 15 years ago
  28. 743242a add release date by Benjamin Peterson · 15 years ago
  29. bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 15 years ago
  30. 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 15 years ago
  31. c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 15 years ago
  32. fbac6c1 bump version to 2.7b1 by Benjamin Peterson · 15 years ago
  33. dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
  34. a7f242f #7092: Drop the cmp argument. by Florent Xicluna · 15 years ago
  35. d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
  36. 8d1da0f #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. by Florent Xicluna · 15 years ago
  37. c8a730b Syntax cleanup `== None` -> `is None` by Florent Xicluna · 15 years ago
  38. 8e7c117 bump version to 2.7a4 by Benjamin Peterson · 15 years ago
  39. a7be9d2 bump version to 2.7a3 by Benjamin Peterson · 16 years ago
  40. aa7e51f bump version to 2.7a2 by Benjamin Peterson · 16 years ago
  41. 8cdc9bc More yearly updates. by Georg Brandl · 16 years ago
  42. 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 16 years ago
  43. d78cec5 bump version to 2.7a1 by Benjamin Peterson · 16 years ago
  44. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
  45. de05599 replace callable() by Benjamin Peterson · 16 years ago
  46. f198ac2 Issue #3926: Fix the usage of the new showwarnings and formatwarning. by Guilherme Polo · 16 years ago
  47. 86b882f Issue #3344: Replace itertools.count by enumerate. by Guilherme Polo · 16 years ago
  48. 175e0bf Typo. by Guilherme Polo · 16 years ago
  49. 3d75555 Easier reference to find (at least while svn continues being used). by Guilherme Polo · 16 years ago
  50. b9ee881 #6076 Add a title to the IDLE Preferences window. by Amaury Forgeot d'Arc · 16 years ago
  51. fb23463 special case release candidates by Benjamin Peterson · 16 years ago
  52. b4d2d31 Issue 5150: Add rstrip() option to IDLE's format menu. by Raymond Hettinger · 16 years ago
  53. 55d8828 Fixes issue 6110 by Ronald Oussoren · 16 years ago
  54. 62e9a65 Further development of issue5559, handle Windows files by Kurt B. Kaiser · 16 years ago
  55. 106ac46 idle.py modified and simplified to better support by Kurt B. Kaiser · 16 years ago
  56. 94290d3 Right click 'go to file/line' not working if spaces in path. Bug 5559. by Kurt B. Kaiser · 16 years ago
  57. f13447f Produce correct version string to access the .chm by Kurt B. Kaiser · 16 years ago
  58. 013d6cc Allow multiple IDLE GUI/subprocess pairs to exist by Kurt B. Kaiser · 16 years ago
  59. 4724f40 Remove port spec from run.py and fix bug where by Kurt B. Kaiser · 16 years ago
  60. ce46511 Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo. by Kurt B. Kaiser · 16 years ago
  61. 3109162 Typo fix. by Guilherme Polo · 16 years ago
  62. a97063a Fixes issues 3883 and 5194 by Ronald Oussoren · 16 years ago
  63. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  64. bf3f69e Remove startup firewall message. That is handled by an error dialog by Raymond Hettinger · 17 years ago
  65. 7d7e1b7 Add heading for 2.7a0. by Martin v. Löwis · 17 years ago
  66. 7b4c2be Use Georg's new permalinks to documentation by version number. by Raymond Hettinger · 17 years ago
  67. 8c95484 Fix for issue3559: No preferences menu in IDLE on OSX by Ronald Oussoren · 17 years ago
  68. b76444b use new showwarnings signature for idle #3391 by Benjamin Peterson · 17 years ago
  69. 9dc0a63 support the optional line argument for idle by Benjamin Peterson · 17 years ago
  70. afa1436 Bumping to 2.6 final. by Barry Warsaw · 17 years ago
  71. 6af1619 Bumping to 2.6rc2 by Barry Warsaw · 17 years ago
  72. 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 17 years ago
  73. 07a4a38 Bump to 2.6b3. by Barry Warsaw · 17 years ago
  74. daddf03 Bumping to 2.6b2 by Barry Warsaw · 17 years ago
  75. b5d1740 Bumping to 2.6b1 by Barry Warsaw · 17 years ago
  76. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
  77. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 17 years ago
  78. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  79. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 17 years ago
  80. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 17 years ago
  81. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  82. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
  83. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 17 years ago
  84. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 17 years ago
  85. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
  86. 30ece44 Added stub for the Queue module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
  87. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 17 years ago
  88. 6cc7940 Bump to 2.6a3 by Barry Warsaw · 17 years ago
  89. 8310190 Autocompletion of filenames now support alternate separators, e.g. the by Kurt B. Kaiser · 17 years ago
  90. 9c5c0af Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. by Kurt B. Kaiser · 17 years ago
  91. 93cdae5 Home / Control-A toggles between left margin and end of leading white by Kurt B. Kaiser · 17 years ago
  92. dd8d824 Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console. by Amaury Forgeot d'Arc · 17 years ago
  93. 9649cdd Updating for 2.6a2 by Barry Warsaw · 17 years ago
  94. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  95. 9d225e6 Give IDLE a release date by Barry Warsaw · 17 years ago
  96. c853f5d bump idle version number by Barry Warsaw · 17 years ago
  97. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  98. f05fa33 Configured selection highlighting colors were ignored; updating highlighting by Kurt B. Kaiser · 17 years ago
  99. e312cfd ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat. by Kurt B. Kaiser · 17 years ago
  100. ac45aff Bring NEWS.txt up to date from check-in msgs. by Kurt B. Kaiser · 18 years ago