1. 2bb8e72 Adding the old stack viewer implementation back, for the debugger. by Guido van Rossum · 25 years ago
  2. b658469 New stack viewer, uses a tree widget. (XXX: the debugger doesn't yet use this.) by Guido van Rossum · 25 years ago
  3. 553fa44 Correct a typo and remove an unqualified except that was hiding the error. by Guido van Rossum · 25 years ago
  4. f801f3b Add an XXX comment about the ClassBrowser AIP. by Guido van Rossum · 25 years ago
  5. 0b5b2c8 Updated change log. by Guido van Rossum · 25 years ago
  6. 46ffbec News update. Probably incomplete; what else is new? by Guido van Rossum · 25 years ago
  7. 6d3be50 Updated for pending IDLE 0.5 release (still very rough -- just getting by Guido van Rossum · 25 years ago
  8. b4b8381 Tiny addition. by Guido van Rossum · 25 years ago
  9. 7f2c9d3 A few new TODO entries. by Guido van Rossum · 25 years ago
  10. 7f1fdfc Add Python Documentation entry to Help menu. by Guido van Rossum · 25 years ago
  11. 416b961 Find the help.txt file relative to __file__ or ".", not in sys.path. by Guido van Rossum · 25 years ago
  12. aa6ed0c Moshe noticed an inconsistency in his comment, so I'm rephrasing it to by Guido van Rossum · 25 years ago
  13. 292f2c5 Patch inspired by Moshe Zadka to search for the Icons directory in the by Guido van Rossum · 25 years ago
  14. a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
  15. aba953e New wishes. by Guido van Rossum · 25 years ago
  16. 0d6bac6 Make the color for stderr red (i.e. the standard warning/danger/stop by Guido van Rossum · 25 years ago
  17. 16e0bab Close debugger when closing. This may break a cycle. by Guido van Rossum · 25 years ago
  18. ba5a59c Break cycle on close. by Guido van Rossum · 25 years ago
  19. 5af0df5 Destroy the tree when closing. by Guido van Rossum · 25 years ago
  20. 30455f3 Add destroy() method to recursively destroy a tree. by Guido van Rossum · 25 years ago
  21. fed9b91 Extend _close() to break cycles. by Guido van Rossum · 25 years ago
  22. 205afb4 Add _close() method that does the actual cleanup (close() asks the by Guido van Rossum · 25 years ago
  23. dd4dda8 Add close() method that breaks cycles. by Guido van Rossum · 25 years ago
  24. 374c0df Add unregister() method. by Guido van Rossum · 25 years ago
  25. e689f00 Add close() method that breaks a cycle. by Guido van Rossum · 25 years ago
  26. 1320560 Tim Peters smart.patch: by Guido van Rossum · 25 years ago
  27. 3dd3689 Code by Mark Hammond to format paragraphs embedded in comments. by Guido van Rossum · 25 years ago
  28. 85a36a5 Added abstraction get_selection_index() (Mark Hammond). Also by Guido van Rossum · 25 years ago
  29. 4431b0f Adapt to the new pyclbr's support of listing top-level functions. If by Guido van Rossum · 25 years ago
  30. e2571f2 Fix off-by-one error in Tim's recent change to comment_region(): the by Guido van Rossum · 25 years ago
  31. ea827e9 Mark Hammond writes: Here is another change that allows it to work for by Guido van Rossum · 25 years ago
  32. ab3b50b Mark Hammond writes: Tim's suggestion of copying the font for the by Guido van Rossum · 25 years ago
  33. 2073177 Append "..." if the appropriate flag (for varargs) in co_flags is set. by Guido van Rossum · 25 years ago
  34. ab6a08a Hmm... Tim didn't turn "replace all" into a single undo block. by Guido van Rossum · 25 years ago
  35. 9745f5a Tim Peters: made replacement atomic for undo/redo. by Guido van Rossum · 25 years ago
  36. 0fcd635 Tim Peters: by Guido van Rossum · 25 years ago
  37. 3f75741 Remove unnecessary reference to pyclbr from test() code. by Guido van Rossum · 25 years ago
  38. 729afc1 Tim Peters: by Guido van Rossum · 25 years ago
  39. febebe9 Might as well enable CallTips by default. by Guido van Rossum · 25 years ago
  40. f4a1508 New offerings by Tim Peters; he writes: by Guido van Rossum · 25 years ago
  41. b10cb9a Enclose pattern in quotes in status message. by Guido van Rossum · 25 years ago
  42. 23c115f Mark Hammond fixed some comments and improved the way the tip text is by Guido van Rossum · 25 years ago
  43. 094189f My fix to Mark's code: restore the universal check on <KeyRelease>. by Guido van Rossum · 25 years ago
  44. 6290dab A version that Mark Hammond posted to the newsgroup. Has some newer by Guido van Rossum · 25 years ago
  45. 85b9735 Call tips by Mark Hammond (plus tiny fix by me.) by Guido van Rossum · 25 years ago
  46. 1709041 Changes by Mark Hammond: (1) support optional output_sep argument to by Guido van Rossum · 25 years ago
  47. 808fa49 Changes by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
  48. d395aee Change by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
  49. a954ba1 Hah! A fix of my own to Tim's code! by Guido van Rossum · 25 years ago
  50. bbaba85 Tim Peters again: by Guido van Rossum · 25 years ago
  51. a6be387 Tim Peters again: by Guido van Rossum · 25 years ago
  52. 8113cdc New file by Tim Peters: by Guido van Rossum · 25 years ago
  53. d93f739 Tim Peters keeps revising this module (more to come): by Guido van Rossum · 25 years ago
  54. 74311b2 1. Catch NameError on import (could be raised by case mismatch on Windows). by Guido van Rossum · 25 years ago
  55. 292dd2d Missed a few. by Guido van Rossum · 25 years ago
  56. ec9cca7 Rewritten based on TreeWidget.py by Guido van Rossum · 25 years ago
  57. 1ff48ec Object browser, based on TreeWidget.py. by Guido van Rossum · 25 years ago
  58. 7419f4b Tree widget done right. by Guido van Rossum · 25 years ago
  59. d3a518b As yet unused code for tool tips. by Guido van Rossum · 25 years ago
  60. ee03611 Ensure sys.argv[0] is the script name on Run Script. by Guido van Rossum · 25 years ago
  61. 96cf271 Move zoom height functionality to separate function. by Guido van Rossum · 25 years ago
  62. 32465f4 A few icons used by ../TreeWidget.py and its callers. by Guido van Rossum · 25 years ago
  63. 8234dfc New version by Tim Peters improves block opening test. by Guido van Rossum · 25 years ago
  64. b6f8cf1 Rename History to IdleHistory. Add isatty() to pseudo files. by Guido van Rossum · 25 years ago
  65. 945507e Make initial stack viewer wider by Guido van Rossum · 25 years ago
  66. 2092b43 New wishes by Guido van Rossum · 25 years ago
  67. def2c96 Much improved autoindent and handling of tabs, by Tim Peters. by Guido van Rossum · 25 years ago
  68. 318a70d Tim Peters writes: by Guido van Rossum · 26 years ago
  69. 2d6a568 Tim Peters writes: by Guido van Rossum · 26 years ago
  70. 7238401 Support for using idle as a package. by Guido van Rossum · 26 years ago
  71. 7860812 Avoid listing files more than once (e.g. foomodule.so has two hits: by Guido van Rossum · 26 years ago
  72. 26c2cb4 Tim Peters strikes again: by Guido van Rossum · 26 years ago
  73. 9dd5209 Provide full arguments to __import__ so it works in packagized IDLE. by Guido van Rossum · 26 years ago
  74. 06b787b Bunch of updates necessary due to recent changes; added docs for File by Guido van Rossum · 26 years ago
  75. dc7bfc4 Remove obsolete 'script' menu. by Guido van Rossum · 26 years ago
  76. 4c6d0c7 Several wishes fulfilled. by Guido van Rossum · 26 years ago
  77. 70f6d99 Moved classes OnDemandOutputWindow and PseudoFile here, by Guido van Rossum · 26 years ago
  78. 1f3de5d Mostly rewritten. Instead of the old Run module and Debug module, by Guido van Rossum · 26 years ago
  79. 27f550c Nits: document use of $IDLESTARTUP; display idle version by Guido van Rossum · 26 years ago
  80. e1e1488 New version to celebrate new command line by Guido van Rossum · 26 years ago
  81. 3d0ff00 Added flush(), for completeness. by Guido van Rossum · 26 years ago
  82. eeb8807 A lot of changes to make the command line more useful. You can now do: by Guido van Rossum · 26 years ago
  83. 9f5362b Some more TODO items. Made up my mind about command line args, by Guido van Rossum · 26 years ago
  84. e62e76c Super-elegant patch by Tim Peters that speeds up colorization by Guido van Rossum · 26 years ago
  85. da4b25e Patch by Tim Peters to speed up colorizing of big multiline strings. by Guido van Rossum · 26 years ago
  86. 79d4398 For an event 'foo-bar', the corresponding method must be called by Guido van Rossum · 26 years ago
  87. a670d0c Restored the original IDLE color scheme. by Guido van Rossum · 26 years ago
  88. 7de6975 Color preferences code by Loren Luke (massaged by me somewhat) by Guido van Rossum · 26 years ago
  89. cfb819e Patch by Mark Favas: it fixes the search engine behaviour where an by Guido van Rossum · 26 years ago
  90. 0a2818f A few wishes are now fulfilled. by Guido van Rossum · 26 years ago
  91. 17c516e Tim Peters implements some of my wishes: by Guido van Rossum · 26 years ago
  92. 21ad59f # TODO entries changed by Guido van Rossum · 26 years ago
  93. 00b6d0f New change log. by Guido van Rossum · 26 years ago
  94. a2ca434 New version. by Guido van Rossum · 26 years ago
  95. a99c5db Version bump awaiting impending new release. (Not much has changed :-( ) by Guido van Rossum · 26 years ago
  96. 825df2a At Tim Peters' recommendation, add a dummy flush() method to PseudoFile. by Guido van Rossum · 26 years ago
  97. dd58416 Don't crash when sys.path contains an empty string. by Guido van Rossum · 26 years ago
  98. 49c7bc4 This file was never supposed to be part of IDLE. by Guido van Rossum · 26 years ago
  99. b62e877 - Don't crash in the case where a superclass is a string instead of a by Guido van Rossum · 26 years ago
  100. d6e8713 Add PathBrowser to File module by Guido van Rossum · 26 years ago