1. aa7e51f bump version to 2.7a2 by Benjamin Peterson · 15 years ago
  2. 8cdc9bc More yearly updates. by Georg Brandl · 15 years ago
  3. 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 15 years ago
  4. d78cec5 bump version to 2.7a1 by Benjamin Peterson · 15 years ago
  5. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 15 years ago
  6. de05599 replace callable() by Benjamin Peterson · 15 years ago
  7. f198ac2 Issue #3926: Fix the usage of the new showwarnings and formatwarning. by Guilherme Polo · 15 years ago
  8. 86b882f Issue #3344: Replace itertools.count by enumerate. by Guilherme Polo · 15 years ago
  9. 175e0bf Typo. by Guilherme Polo · 15 years ago
  10. 3d75555 Easier reference to find (at least while svn continues being used). by Guilherme Polo · 15 years ago
  11. b9ee881 #6076 Add a title to the IDLE Preferences window. by Amaury Forgeot d'Arc · 15 years ago
  12. fb23463 special case release candidates by Benjamin Peterson · 15 years ago
  13. b4d2d31 Issue 5150: Add rstrip() option to IDLE's format menu. by Raymond Hettinger · 15 years ago
  14. 55d8828 Fixes issue 6110 by Ronald Oussoren · 15 years ago
  15. 62e9a65 Further development of issue5559, handle Windows files by Kurt B. Kaiser · 15 years ago
  16. 106ac46 idle.py modified and simplified to better support by Kurt B. Kaiser · 15 years ago
  17. 94290d3 Right click 'go to file/line' not working if spaces in path. Bug 5559. by Kurt B. Kaiser · 15 years ago
  18. f13447f Produce correct version string to access the .chm by Kurt B. Kaiser · 15 years ago
  19. 013d6cc Allow multiple IDLE GUI/subprocess pairs to exist by Kurt B. Kaiser · 15 years ago
  20. 4724f40 Remove port spec from run.py and fix bug where by Kurt B. Kaiser · 15 years ago
  21. 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 · 15 years ago
  22. 3109162 Typo fix. by Guilherme Polo · 15 years ago
  23. a97063a Fixes issues 3883 and 5194 by Ronald Oussoren · 15 years ago
  24. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 15 years ago
  25. bf3f69e Remove startup firewall message. That is handled by an error dialog by Raymond Hettinger · 16 years ago
  26. 7d7e1b7 Add heading for 2.7a0. by Martin v. Löwis · 16 years ago
  27. 7b4c2be Use Georg's new permalinks to documentation by version number. by Raymond Hettinger · 16 years ago
  28. 8c95484 Fix for issue3559: No preferences menu in IDLE on OSX by Ronald Oussoren · 16 years ago
  29. b76444b use new showwarnings signature for idle #3391 by Benjamin Peterson · 16 years ago
  30. 9dc0a63 support the optional line argument for idle by Benjamin Peterson · 16 years ago
  31. afa1436 Bumping to 2.6 final. by Barry Warsaw · 16 years ago
  32. 6af1619 Bumping to 2.6rc2 by Barry Warsaw · 16 years ago
  33. 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 16 years ago
  34. 07a4a38 Bump to 2.6b3. by Barry Warsaw · 16 years ago
  35. daddf03 Bumping to 2.6b2 by Barry Warsaw · 16 years ago
  36. b5d1740 Bumping to 2.6b1 by Barry Warsaw · 16 years ago
  37. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 16 years ago
  38. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 16 years ago
  39. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 16 years ago
  40. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
  41. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  42. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  43. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 16 years ago
  44. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 16 years ago
  45. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 16 years ago
  46. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 16 years ago
  47. 30ece44 Added stub for the Queue module to be renamed in 3.0. by Alexandre Vassalotti · 16 years ago
  48. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 16 years ago
  49. 6cc7940 Bump to 2.6a3 by Barry Warsaw · 16 years ago
  50. 8310190 Autocompletion of filenames now support alternate separators, e.g. the by Kurt B. Kaiser · 16 years ago
  51. 9c5c0af Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. by Kurt B. Kaiser · 16 years ago
  52. 93cdae5 Home / Control-A toggles between left margin and end of leading white by Kurt B. Kaiser · 16 years ago
  53. dd8d824 Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console. by Amaury Forgeot d'Arc · 16 years ago
  54. 9649cdd Updating for 2.6a2 by Barry Warsaw · 16 years ago
  55. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 16 years ago
  56. 9d225e6 Give IDLE a release date by Barry Warsaw · 16 years ago
  57. c853f5d bump idle version number by Barry Warsaw · 16 years ago
  58. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 16 years ago
  59. f05fa33 Configured selection highlighting colors were ignored; updating highlighting by Kurt B. Kaiser · 16 years ago
  60. e312cfd ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat. by Kurt B. Kaiser · 16 years ago
  61. ac45aff Bring NEWS.txt up to date from check-in msgs. by Kurt B. Kaiser · 16 years ago
  62. 8d365c3 what??! Correct r60225. by Kurt B. Kaiser · 16 years ago
  63. f30ba3d There was an error on exit if no sys.exitfunc was defined. Issue 1647. by Kurt B. Kaiser · 17 years ago
  64. b4aaa76 Could not open files in .idlerc directory if latter was hidden on Windows. by Kurt B. Kaiser · 17 years ago
  65. 28c7bcf Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. by Kurt B. Kaiser · 17 years ago
  66. 0423698 Fixed #1649: IDLE error: dictionary changed size during iteration by Christian Heimes · 17 years ago
  67. 7a634e6 IDLE_tabbedpages.071101.patch Tal Einat by Kurt B. Kaiser · 17 years ago
  68. 0c64fb4 format_paragraph_event wasn't returning 'break' by Kurt B. Kaiser · 17 years ago
  69. 20172f9 check in Tal Einat's update to tabpage.py Patch 1612746 by Kurt B. Kaiser · 17 years ago
  70. 60d5840 Add confirmation dialog before printing. Patch 1717170 Tal Einat. by Kurt B. Kaiser · 17 years ago
  71. 1e45f80 1. Add comments to provide top-level documentation. by Kurt B. Kaiser · 17 years ago
  72. aa8a96a Correct an ancient bug in an unused path by removing that path: register() is by Kurt B. Kaiser · 17 years ago
  73. 631fee6 show paste if > 80 columns. Patch 1659326 Tal Einat. by Kurt B. Kaiser · 17 years ago
  74. cca976b Allow cursor color change w/o restart. Patch 1725576 Tal Einat. by Kurt B. Kaiser · 17 years ago
  75. c8f65e6 Allow interrupt only when executing user code in subprocess by Kurt B. Kaiser · 17 years ago
  76. e3fde8f configDialog cleanup. Patch 1730217 Tal Einat. by Kurt B. Kaiser · 17 years ago
  77. d5f4910 textView cleanup. Patch 1718043 Tal Einat. by Kurt B. Kaiser · 17 years ago
  78. 0b634ef Clean up EditorWindow close. by Kurt B. Kaiser · 17 years ago
  79. 85897c9 Remove unused theme that was causing a fault in p3k. by Kurt B. Kaiser · 17 years ago
  80. 67bd62f Assume that the user knows when he wants to end the line; don't insert by Kurt B. Kaiser · 17 years ago
  81. 9b0bcc1 Patch 1693258: Fix for duplicate "preferences" menu-OS X by Ronald Oussoren · 17 years ago
  82. d53d951 Patch #1672481: fix bug in idlelib.MultiCall. by Georg Brandl · 17 years ago
  83. 209de1f Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; by Kurt B. Kaiser · 18 years ago
  84. 814ef23 Handle AttributeError during calltip lookup by Kurt B. Kaiser · 18 years ago
  85. ca30acf [ 1621265 ] Auto-completion list placement by Kurt B. Kaiser · 18 years ago
  86. f30ff3b narrow exception per [ 1540849 ] except too broad by Kurt B. Kaiser · 18 years ago
  87. 4864b2b Updated patch (CodeContext.061217.patch) to by Kurt B. Kaiser · 18 years ago
  88. dddeb0e Clean up ModifiedInterpreter.runcode() structure by Kurt B. Kaiser · 18 years ago
  89. ecf796e 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :) by Kurt B. Kaiser · 18 years ago
  90. 90f8492 Add 'raw' support to configHandler. Patch 1650174 Tal Einat. by Kurt B. Kaiser · 18 years ago
  91. f733abb Whitespace normalization. by Tim Peters · 18 years ago
  92. a398e2d - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 18 years ago
  93. c3200b9 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. by Kurt B. Kaiser · 18 years ago
  94. 8609da9 Move IDLE news into NEWS.txt. by Martin v. Löwis · 18 years ago
  95. 4ebbefe Patch #1362975: Rework CodeContext indentation algorithm to by Martin v. Löwis · 18 years ago
  96. d076153 Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
  97. e0b6735 Add comment explaining that error msgs may be due to user code when by Kurt B. Kaiser · 18 years ago
  98. c426ffc Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 18 years ago
  99. 78b1a08 Updating IDLE's version number to match Python's (as per python-dev discussion). by Anthony Baxter · 18 years ago
  100. 7ae3548 File menu hotkeys: there were three 'p' assignments. Reassign the by Kurt B. Kaiser · 18 years ago