1. ea4afbb Merge with 3.2 #964437 by Terry Jan Reedy · 12 years ago
  2. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 12 years ago
  3. d8d2c98 Merge with 3.2 #13933 refine patch using 'new' builtin by Terry Jan Reedy · 12 years ago
  4. a77aa69 #13933 refine patch using 'new' builtin by Terry Jan Reedy · 12 years ago
  5. 08d052a Issue #13933: merge by Ned Deily · 13 years ago
  6. ed3b867 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 13 years ago
  7. 5d605c2 Merge with 3.2 whitespace by Terry Jan Reedy · 13 years ago
  8. 4d82ade whitespace by Terry Jan Reedy · 13 years ago
  9. f8672be Merge 3.2 by Terry Jan Reedy · 13 years ago
  10. da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 13 years ago
  11. b5a6deb Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy. by Terry Jan Reedy · 13 years ago
  12. dc224f8 #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. by Terry Jan Reedy · 13 years ago
  13. 2d49600 Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  14. 7f53aea #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  15. 1b0b6ae Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
  16. f505b74 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
  17. 3be637e Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 13 years ago
  18. 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 13 years ago
  19. 55f8757 Issue #13300: Fix IDLE Restart Shell command failure introduced by by Ned Deily · 13 years ago
  20. d1029c4 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  21. 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  22. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  23. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  24. bbe7b0a Fix a few ResourceWarnings in idle by Amaury Forgeot d'Arc · 13 years ago
  25. 86ca04c Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  26. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  27. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  28. 6c78de5 Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  29. 979482a Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  30. 85c6772 IDLE: fix some RessourceWarning, reuse tokenize.open() by Victor Stinner · 13 years ago
  31. b0993bc Bump to 3.2.2. by Georg Brandl · 13 years ago
  32. b3f0ce4 Bump version to 3.2.2rc1. by Georg Brandl · 13 years ago
  33. 2ef905d Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  34. e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  35. eec1ed8 Merge #12295 fix from 3.2 by Éric Araujo · 13 years ago
  36. ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) by Éric Araujo · 13 years ago
  37. 12aa1ae Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  38. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  39. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 13 years ago
  40. 10cdc63 Merge from 3.2. 'idle_formatwarning' is the correct method name. by Senthil Kumaran · 13 years ago
  41. 80dffef Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 13 years ago
  42. aa90e7c Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 13 years ago
  43. d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 13 years ago
  44. 1752468 #12274: use proper escaping for % in IDLE config (merged from 3.2). by Łukasz Langa · 13 years ago
  45. 41c1910 #12274: use proper escaping for % in IDLE config. by Łukasz Langa · 13 years ago
  46. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 13 years ago
  47. 1cb08c3 Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 13 years ago
  48. 5ee0567 Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 13 years ago
  49. 5673e27 Bump to 3.2.1rc1. by Georg Brandl · 13 years ago
  50. d365a7b Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  51. f369b81 Merge from 3.1 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 13 years ago
  52. dfbe159 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 13 years ago
  53. cc5ea68 Merge in changes from 3.2.1b1 release repo. by Georg Brandl · 13 years ago
  54. 30536d1 Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  55. b00d0c4 Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  56. 0a42982 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 13 years ago
  57. 9dd41fa Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  58. 6551baa Correct version in IDLE NEWS.txt by Kurt B. Kaiser · 13 years ago
  59. bc3e138 Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  60. e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. by Kurt B. Kaiser · 13 years ago
  61. cd79cdc Bump to 3.2.1b1. by Georg Brandl · 13 years ago
  62. ec78bc8 Merge by Raymond Hettinger · 13 years ago
  63. 2df393c Fix nit. by Raymond Hettinger · 13 years ago
  64. 820ae36 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 13 years ago
  65. f6445e8 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 13 years ago
  66. 4e4edf5 Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  67. e7665c4 Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  68. 946f172 <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 by Kurt B. Kaiser · 13 years ago
  69. 4364806 Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  70. 01ac8cd Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  71. 75fc566 <Home> toggle non-functional when NumLock set on Windows. Issue3851. by Kurt B. Kaiser · 13 years ago
  72. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  73. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  74. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  75. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  76. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  77. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  78. 3ebb6b3 Bump trunk to 3.3 alpha 0. by Georg Brandl · 13 years ago
  79. 260a788 Version bump to 3.2 final. by Georg Brandl · 13 years ago
  80. a6d12ef Bump for 3.2rc3. by Georg Brandl · 13 years ago
  81. 8ce0fac Merged revisions 88258 via svnmerge from by Brian Curtin · 14 years ago
  82. d6e19c3 Bump version. by Georg Brandl · 14 years ago
  83. d163c2c #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name. by Georg Brandl · 14 years ago
  84. 7a8e21a Merged revisions 88234 via svnmerge from by Ned Deily · 14 years ago
  85. 26d55ed Merged revisions 88236 via svnmerge from by Ned Deily · 14 years ago
  86. 5c2d330 Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save by Ned Deily · 14 years ago
  87. 806c944 Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, by Ned Deily · 14 years ago
  88. 7006393 Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the by Ned Deily · 14 years ago
  89. ab5dd00 Merged revisions 88174 via svnmerge from by Ned Deily · 14 years ago
  90. 122539e #10974: IDLE no longer crashes if its recent files list includes files by Ned Deily · 14 years ago
  91. 3988ed8 Bump to 3.2rc1. by Georg Brandl · 14 years ago
  92. 4ce92b2 #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, by Ned Deily · 14 years ago
  93. 574a3cf Issue 6285: catch missing IDLE help file. by Terry Reedy · 14 years ago
  94. 6739cc0 Issue 6285: catch missing IDLE help file. by Terry Reedy · 14 years ago
  95. 8a60e94 Bump to 3.2b2. by Georg Brandl · 14 years ago
  96. aedd289 #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily. by Georg Brandl · 14 years ago
  97. 28b77ec Merged revisions 87374 via svnmerge from by R. David Murray · 14 years ago
  98. b68a7bc #10404: Use ctl-button-1 for context menus on OSX Idle. by R. David Murray · 14 years ago
  99. a85b671 Merged revisions 87119 via svnmerge from by Ronald Oussoren · 14 years ago
  100. 10e05e1 Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting. by Ronald Oussoren · 14 years ago