1. c66e860 Some requests have been fulfilled. by Guido van Rossum · 26 years ago
  2. 245ddc4 Set the cursor to a watch when opening the class browser (which may by Guido van Rossum · 26 years ago
  3. b287b3a Got rid of debug print statement in goto_line_event(). by Guido van Rossum · 26 years ago
  4. d5c8497 I think I like it better if it prints the traceback even when it displays by Guido van Rossum · 26 years ago
  5. 9016fcf Bind ESC to close-window. by Guido van Rossum · 26 years ago
  6. dc5066e Use a HSeparator between the classes and the items. by Guido van Rossum · 26 years ago
  7. d5f0380 Separator classes (draggable divider between two panes). by Guido van Rossum · 26 years ago
  8. 2403b0c Don't traceback when wakeup() is called when the window has been destroyed. by Guido van Rossum · 26 years ago
  9. f52cca9 Allow tearing off of the Windows menu. by Guido van Rossum · 26 years ago
  10. 0291d1d Close on ESC. by Guido van Rossum · 26 years ago
  11. dd0d335 Updated a bunch of things (it was mostly still 0.1!) by Guido van Rossum · 26 years ago
  12. 83c74d4 Added ScriptBinding to standard bindings. by Guido van Rossum · 26 years ago
  13. 9f42584 This now actually works. See doc string. It can run a module (i.e. by Guido van Rossum · 26 years ago
  14. b33f612 What's new in this release. by Guido van Rossum · 26 years ago
  15. 38df3c3 Paul Prescod's patches to allow the stack viewer to pop up when a by Guido van Rossum · 26 years ago
  16. 629082e Change paragraph width limit to 70 (like Emacs M-Q). by Guido van Rossum · 26 years ago
  17. 2927e78 Separating TODO from README. Slight reformulation of features. No by Guido van Rossum · 26 years ago
  18. 6ba219e Separating TODO from README. by Guido van Rossum · 26 years ago
  19. 1e899cd Hm. There was a boundary condition error at the end of the file too. by Guido van Rossum · 26 years ago
  20. 4eac47c Hm. Add Unix binding for replace, too. by Guido van Rossum · 26 years ago
  21. 906572a Ran eventparse.py again. by Guido van Rossum · 26 years ago
  22. e911c3e Added Unix Meta-q key binding; fix find_paragraph when at start of file. by Guido van Rossum · 26 years ago
  23. 16b91f8 Added Meta-/ binding for Unix as alt for Alt-/. by Guido van Rossum · 26 years ago
  24. 5bfffbd Add unix binding for grep (otherwise the menu entry doesn't work!) by Guido van Rossum · 26 years ago
  25. 1ae3f89 Adjusted Unix height to work with fvwm96. :=( by Guido van Rossum · 26 years ago
  26. d53869e Need to import sys! by Guido van Rossum · 26 years ago
  27. f903898 Formatted some paragraphs by Guido van Rossum · 26 years ago
  28. 94e82ce Add new extension to reformat a (text) paragraph. by Guido van Rossum · 26 years ago
  29. 46facd1 Typo in Win specific height setting. by Guido van Rossum · 26 years ago
  30. 33f2b7b Added something like Tim Peters' backspace patch. by Guido van Rossum · 26 years ago
  31. 0c65e25 Adapted to Unix (i.e., more hardcoded constants). by Guido van Rossum · 26 years ago
  32. 504b0bf Checking in IDLE 0.2. by Guido van Rossum · 26 years ago
  33. 654387e Fix the class browser to work even when the file is not on sys.path. by Guido van Rossum · 26 years ago
  34. dc86a4e Added a -q ('quiet') option to tabnanny, which causes only the names of by Andrew M. Kuchling · 26 years ago
  35. e6360fa Moved to Python 1.5.2/Lib by Guido van Rossum · 26 years ago
  36. 0903f2a Typo by Guido van Rossum · 26 years ago
  37. b5eed03 Support underlining of menu labels by Guido van Rossum · 26 years ago
  38. 6e0a413 New approach, separate tables for menus (platform-independent) and key by Guido van Rossum · 26 years ago
  39. 72fe0859 Clarify portability and main program. by Guido van Rossum · 26 years ago
  40. a017777 Added intro for 0.1 release and append Grail notes. by Guido van Rossum · 26 years ago
  41. 4089c11 root is now a global called _root by Guido van Rossum · 26 years ago
  42. d410388 Raise the root window on reset(). by Guido van Rossum · 26 years ago
  43. 5ac15bc Split the goto() function in two: _goto() is the internal one, by Guido van Rossum · 26 years ago
  44. a96c2d4 Cope with destruction of the window by Guido van Rossum · 26 years ago
  45. 3fbe67a Turtle graphics by Guido van Rossum · 26 years ago
  46. 39926e4 Use of Breakpoint class should be bdb.Breakpoint. by Guido van Rossum · 26 years ago
  47. 7b9bb05 Speed up the search a bit -- don't drag a mark around... by Guido van Rossum · 26 years ago
  48. cc0ade8 Change our special entries from <console#N> to <pyshell#N>. by Guido van Rossum · 26 years ago
  49. b52cfa1 Use and pass through the 'force' flag to set_dict() where appropriate. by Guido van Rossum · 26 years ago
  50. 6c5baeb Raise priority of 'sel' tag so its foreground (on Windows) will take by Guido van Rossum · 26 years ago
  51. 0737430 Disable "Open stack viewer" and "help" commands. by Guido van Rossum · 26 years ago
  52. 105b9c7 Add optional 'force' argument (default 0) to load_dict(). by Guido van Rossum · 26 years ago
  53. 179c36e Do nothing when loading the same dict as before. by Guido van Rossum · 26 years ago
  54. adfe773 Details for debugger interface. by Guido van Rossum · 26 years ago
  55. 3fb3515 Restructured and more consistent. Save checkboxes across instantiations. by Guido van Rossum · 26 years ago
  56. baf53b4 Get rid of conflicting ^X binding. Use ^W. by Guido van Rossum · 26 years ago
  57. 5188a25 Debugger can now show local and global variables. by Guido van Rossum · 26 years ago
  58. 6b38483 Oops by Guido van Rossum · 26 years ago
  59. 80d132d Better debugger support (show stack etc). by Guido van Rossum · 26 years ago
  60. 92a67d7 Follow renames in StackViewer module by Guido van Rossum · 26 years ago
  61. 88d9007 Rename classes to StackViewer (the widget) and StackBrowser (the toplevel). by Guido van Rossum · 26 years ago
  62. 95ef498 Add close() method by Guido van Rossum · 26 years ago
  63. e1dedc0 Clarify 'Open Module' dialog text by Guido van Rossum · 26 years ago
  64. 0443079 Restructured into a browser and a widget. by Guido van Rossum · 26 years ago
  65. e6fae1c Generalized the scrolled list which is the base for the class and by Guido van Rossum · 26 years ago
  66. 99d3c48 Cosmetic change by Guido van Rossum · 26 years ago
  67. b7ffca3 Don't show function name if there is none by Guido van Rossum · 26 years ago
  68. 35e55da Polish the Debugger GUI a bit. Closing it now also does the right thing. by Guido van Rossum · 26 years ago
  69. 35f7542 Ad primitive debugger interface (so far it will step and show you the by Guido van Rossum · 26 years ago
  70. f035d3b Misc by Guido van Rossum · 26 years ago
  71. ad24ae1 Whoops -- referenced self.top before it was set. by Guido van Rossum · 26 years ago
  72. 423938a Added history and completion commands. by Guido van Rossum · 26 years ago
  73. ca5619c Updated by Guido van Rossum · 26 years ago
  74. 7895562 Add class browser functionality. by Guido van Rossum · 26 years ago
  75. ae08d38 Add a close() method and bind to WM_DELETE_WINDOW protocol by Guido van Rossum · 26 years ago
  76. 1956352 Clear the linecache before printing a traceback by Guido van Rossum · 26 years ago
  77. 49c1a7e Added class browser binding. by Guido van Rossum · 26 years ago
  78. 7f5c9ef Much improved, much left to do. by Guido van Rossum · 26 years ago
  79. 3f08d40 Make the return key do what I mean more often. by Guido van Rossum · 26 years ago
  80. 4650df9 Make the return key do what I mean more often. by Guido van Rossum · 26 years ago
  81. 439c467 Adding the beginnings of a Class browser. Incomplete, yet. by Guido van Rossum · 26 years ago
  82. b341888 Add new command, "Open module". You select or type a module name, by Guido van Rossum · 26 years ago
  83. 5af7a72 Subsume functionality from Popup menu in Debug menu. by Guido van Rossum · 26 years ago
  84. 82e44b1 Get rid of PopUp menu. by Guido van Rossum · 26 years ago
  85. e7b2e65 Generalize menu creation. by Guido van Rossum · 26 years ago
  86. 219ffde Add Debug and Help menu items. by Guido van Rossum · 26 years ago
  87. 2aeeb55 Added a menu bar to every window. by Guido van Rossum · 26 years ago
  88. d8d676c Add menu configuration to the event configuration. by Guido van Rossum · 26 years ago
  89. d020cf3 Pass a root to the help window. by Guido van Rossum · 26 years ago
  90. 69ef7d6 Add parent argument to 'to to line number' dialog box. by Guido van Rossum · 26 years ago
  91. 8571ed8 Add a label at the top showing (very basic) help for the stack viewer. by Guido van Rossum · 26 years ago
  92. 3d0669d Add Unix main script and test program. by Guido van Rossum · 26 years ago
  93. 3b4ca0d Initial checking of Tk-based Python IDE. by Guido van Rossum · 26 years ago
  94. f9a6d7d Print serious errors to stderr instead of stdout. by Guido van Rossum · 26 years ago
  95. aa2a7a4 From: "Tim Peters" <tim_one@msn.com> by Guido van Rossum · 26 years ago
  96. 53117ae typo in error message (fname vs. file). (Jack) by Guido van Rossum · 26 years ago
  97. ce73acf Tim's version 4, with my mods by Guido van Rossum · 26 years ago
  98. 8053d89 Add usage message when no arguments. by Guido van Rossum · 26 years ago
  99. f4b44fa Tim's latest version (supports old and new tokenize modules) by Guido van Rossum · 26 years ago
  100. 9ab75cb Tim Peters' program for checking whether a program's indentation is by Guido van Rossum · 26 years ago