1. e3d4712 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 13 years ago
  2. c859bd2 Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 13 years ago
  3. 45c0766 Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 13 years ago
  4. 8ba844a Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 13 years ago
  5. 8a15c37 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 13 years ago
  6. 38df514 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 13 years ago
  7. e2b5624 Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 13 years ago
  8. 3e0cc0f Use _RPCFile.write properly. by Martin v. Löwis · 13 years ago
  9. 1ba3218 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 13 years ago
  10. dbde886 Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
  11. f8fc674 Issue 13532: Allow bytearrays to be written also. by Terry Jan Reedy · 13 years ago
  12. 9e6bf1a Widen test to support unicode. by Martin v. Löwis · 13 years ago
  13. e8e4e14 - Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 13 years ago
  14. 5525eb7 NEWS fixes by Terry Jan Reedy · 13 years ago
  15. e93bc51 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 13 years ago
  16. f077513 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 13 years ago
  17. 5e247b7 Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 13 years ago
  18. 7148984 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 13 years ago
  19. d9d276b Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 13 years ago
  20. 7f5d410 #10365 Trim trailing whitespace by Terry Jan Reedy · 13 years ago
  21. eaa7e78 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 13 years ago
  22. 42f7b7e Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 13 years ago
  23. ad6b3f5 merge 2.7.3 release branch by Benjamin Peterson · 13 years ago
  24. e95a8f6 bump to 2.7.3 final by Benjamin Peterson · 13 years ago
  25. 8af8729 update NEWS for 2.7 as Terry Reedy proposed by Andrew Svetlov · 13 years ago
  26. c37db10 Backport of Issue #14409 to 2.7 by Andrew Svetlov · 13 years ago
  27. 7c010ee #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 13 years ago
  28. f1acd0a merge from 2.7 release branch by Benjamin Peterson · 13 years ago
  29. ee933ec bump to 2.7.3rc2 by Benjamin Peterson · 13 years ago
  30. f163efd Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
  31. a2aa2ef bump to 2.7.3rc1 by Benjamin Peterson · 13 years ago
  32. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 14 years ago
  33. d76c1bf #13933 refine patch using 'new' builtin by Terry Jan Reedy · 14 years ago
  34. 61c9534 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 14 years ago
  35. 1d4ae48 whitespace3 by Terry Jan Reedy · 14 years ago
  36. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 years ago
  37. 8ef4a70 #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 14 years ago
  38. 40ad041 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 14 years ago
  39. 174c4f8 Issue #8793: Prevent IDLE crash in 2.7 when given strings with by Ned Deily · 14 years ago
  40. 86d669b Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 14 years ago
  41. d8b1723 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  42. 13502b1 Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 14 years ago
  43. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 14 years ago
  44. cd20705 bump to 2.7.2rc1 by Benjamin Peterson · 14 years ago
  45. a539245 IDLE: #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 14 years ago
  46. 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
  47. d82a887 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 14 years ago
  48. 179816d Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 14 years ago
  49. 7548bce <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851. by Kurt B. Kaiser · 14 years ago
  50. 020d3d9 <Home> toggle non-functional when NumLock set. Issue3851 by Kurt B. Kaiser · 14 years ago
  51. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  52. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  53. 6065153 Merged revisions 88232 via svnmerge from by Ned Deily · 15 years ago
  54. 2a6f4b3 Merged revisions 88003 via svnmerge from by Ned Deily · 15 years ago
  55. efc527a Merged revisions 88236 via svnmerge from by Ned Deily · 15 years ago
  56. 4a70550 Merged revisions 87394 via svnmerge from by Ned Deily · 15 years ago
  57. 247327a Issue 6285: catch missing IDLE help file. Backport from 3.2. by Terry Reedy · 15 years ago
  58. 3f752ab Merged revisions 87374 via svnmerge from by R. David Murray · 15 years ago
  59. 8ec374c Merged revisions 87119 via svnmerge from by Ronald Oussoren · 15 years ago
  60. 3e0fa42 2.7.1 final version bump by Benjamin Peterson · 15 years ago
  61. 277896a Issue 9222 Fix filetypes for open dialog Merged from 86702 by Terry Reedy · 15 years ago
  62. 558cc4e Merged revisions 86655 via svnmerge from by Brian Curtin · 15 years ago
  63. 2d011ed Merged revisions 86651 via svnmerge from by Brian Curtin · 15 years ago
  64. cc21417 2.7.1rc1 bump by Benjamin Peterson · 15 years ago
  65. c569cfe Merged revisions 83103 via svnmerge from by Ezio Melotti · 15 years ago
  66. e3c1045 prepare for 2.7.1 by Benjamin Peterson · 15 years ago
  67. c60082d update to 2.7 final by Benjamin Peterson · 15 years ago
  68. 743242a add release date by Benjamin Peterson · 15 years ago
  69. bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 15 years ago
  70. 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 15 years ago
  71. c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 15 years ago
  72. fbac6c1 bump version to 2.7b1 by Benjamin Peterson · 15 years ago
  73. dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
  74. a7f242f #7092: Drop the cmp argument. by Florent Xicluna · 15 years ago
  75. d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
  76. 8d1da0f #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. by Florent Xicluna · 15 years ago
  77. c8a730b Syntax cleanup `== None` -> `is None` by Florent Xicluna · 15 years ago
  78. 8e7c117 bump version to 2.7a4 by Benjamin Peterson · 15 years ago
  79. a7be9d2 bump version to 2.7a3 by Benjamin Peterson · 16 years ago
  80. aa7e51f bump version to 2.7a2 by Benjamin Peterson · 16 years ago
  81. 8cdc9bc More yearly updates. by Georg Brandl · 16 years ago
  82. 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 16 years ago
  83. d78cec5 bump version to 2.7a1 by Benjamin Peterson · 16 years ago
  84. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
  85. de05599 replace callable() by Benjamin Peterson · 16 years ago
  86. f198ac2 Issue #3926: Fix the usage of the new showwarnings and formatwarning. by Guilherme Polo · 16 years ago
  87. 86b882f Issue #3344: Replace itertools.count by enumerate. by Guilherme Polo · 16 years ago
  88. 175e0bf Typo. by Guilherme Polo · 16 years ago
  89. 3d75555 Easier reference to find (at least while svn continues being used). by Guilherme Polo · 16 years ago
  90. b9ee881 #6076 Add a title to the IDLE Preferences window. by Amaury Forgeot d'Arc · 16 years ago
  91. fb23463 special case release candidates by Benjamin Peterson · 16 years ago
  92. b4d2d31 Issue 5150: Add rstrip() option to IDLE's format menu. by Raymond Hettinger · 16 years ago
  93. 55d8828 Fixes issue 6110 by Ronald Oussoren · 16 years ago
  94. 62e9a65 Further development of issue5559, handle Windows files by Kurt B. Kaiser · 16 years ago
  95. 106ac46 idle.py modified and simplified to better support by Kurt B. Kaiser · 16 years ago
  96. 94290d3 Right click 'go to file/line' not working if spaces in path. Bug 5559. by Kurt B. Kaiser · 16 years ago
  97. f13447f Produce correct version string to access the .chm by Kurt B. Kaiser · 16 years ago
  98. 013d6cc Allow multiple IDLE GUI/subprocess pairs to exist by Kurt B. Kaiser · 16 years ago
  99. 4724f40 Remove port spec from run.py and fix bug where by Kurt B. Kaiser · 16 years ago
  100. 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