1. 3fb3515 Restructured and more consistent. Save checkboxes across instantiations. by Guido van Rossum · 26 years ago
  2. baf53b4 Get rid of conflicting ^X binding. Use ^W. by Guido van Rossum · 26 years ago
  3. 5188a25 Debugger can now show local and global variables. by Guido van Rossum · 26 years ago
  4. 6b38483 Oops by Guido van Rossum · 26 years ago
  5. 80d132d Better debugger support (show stack etc). by Guido van Rossum · 26 years ago
  6. 92a67d7 Follow renames in StackViewer module by Guido van Rossum · 26 years ago
  7. 88d9007 Rename classes to StackViewer (the widget) and StackBrowser (the toplevel). by Guido van Rossum · 26 years ago
  8. 95ef498 Add close() method by Guido van Rossum · 26 years ago
  9. e1dedc0 Clarify 'Open Module' dialog text by Guido van Rossum · 26 years ago
  10. 0443079 Restructured into a browser and a widget. by Guido van Rossum · 26 years ago
  11. e6fae1c Generalized the scrolled list which is the base for the class and by Guido van Rossum · 26 years ago
  12. 99d3c48 Cosmetic change by Guido van Rossum · 26 years ago
  13. b7ffca3 Don't show function name if there is none by Guido van Rossum · 26 years ago
  14. 840a84d Updated __main__ unit test by Barry Warsaw · 26 years ago
  15. 35e55da Polish the Debugger GUI a bit. Closing it now also does the right thing. by Guido van Rossum · 26 years ago
  16. 35f7542 Ad primitive debugger interface (so far it will step and show you the by Guido van Rossum · 26 years ago
  17. f035d3b Misc by Guido van Rossum · 26 years ago
  18. ad24ae1 Whoops -- referenced self.top before it was set. by Guido van Rossum · 26 years ago
  19. 423938a Added history and completion commands. by Guido van Rossum · 26 years ago
  20. ca5619c Updated by Guido van Rossum · 26 years ago
  21. 7895562 Add class browser functionality. by Guido van Rossum · 26 years ago
  22. ae08d38 Add a close() method and bind to WM_DELETE_WINDOW protocol by Guido van Rossum · 26 years ago
  23. 1956352 Clear the linecache before printing a traceback by Guido van Rossum · 26 years ago
  24. 49c1a7e Added class browser binding. by Guido van Rossum · 26 years ago
  25. 7f5c9ef Much improved, much left to do. by Guido van Rossum · 26 years ago
  26. 3f08d40 Make the return key do what I mean more often. by Guido van Rossum · 26 years ago
  27. 4650df9 Make the return key do what I mean more often. by Guido van Rossum · 26 years ago
  28. 439c467 Adding the beginnings of a Class browser. Incomplete, yet. by Guido van Rossum · 26 years ago
  29. b341888 Add new command, "Open module". You select or type a module name, by Guido van Rossum · 26 years ago
  30. 5af7a72 Subsume functionality from Popup menu in Debug menu. by Guido van Rossum · 26 years ago
  31. 82e44b1 Get rid of PopUp menu. by Guido van Rossum · 26 years ago
  32. e7b2e65 Generalize menu creation. by Guido van Rossum · 26 years ago
  33. 219ffde Add Debug and Help menu items. by Guido van Rossum · 26 years ago
  34. 2aeeb55 Added a menu bar to every window. by Guido van Rossum · 26 years ago
  35. d8d676c Add menu configuration to the event configuration. by Guido van Rossum · 26 years ago
  36. d020cf3 Pass a root to the help window. by Guido van Rossum · 26 years ago
  37. 69ef7d6 Add parent argument to 'to to line number' dialog box. by Guido van Rossum · 26 years ago
  38. 8571ed8 Add a label at the top showing (very basic) help for the stack viewer. by Guido van Rossum · 26 years ago
  39. 3d0669d Add Unix main script and test program. by Guido van Rossum · 26 years ago
  40. 3b4ca0d Initial checking of Tk-based Python IDE. by Guido van Rossum · 26 years ago
  41. e33bba8 New version that is much more compact and easier to maintain. (Sjoerd) by Guido van Rossum · 26 years ago
  42. 9c2c1e8 Fix multi-arg list.append() calls. by Guido van Rossum · 26 years ago
  43. a57c9b9 Added a whole bunch of descriptions. by Guido van Rossum · 26 years ago
  44. 19b23e5 Use the imp module to get the magic word. by Guido van Rossum · 26 years ago
  45. 41f13f2 Added #! line by Guido van Rossum · 26 years ago
  46. bac609a Updated about text by Barry Warsaw · 26 years ago
  47. 0926dea Moved the main pynche.py file to Main.py. Added minimal driver by Barry Warsaw · 26 years ago
  48. c958043 Better layout of options menu and inc/dec buttons by Barry Warsaw · 26 years ago
  49. 8934af0 Fixes for some type-in strangeness by Barry Warsaw · 26 years ago
  50. cd63dc9 Add a note about the console window by Barry Warsaw · 26 years ago
  51. 9cdd44f Never mind by Barry Warsaw · 26 years ago
  52. 1c792d5 Add link for Windows by Barry Warsaw · 26 years ago
  53. 84f52e0 RightARrow._create(): justify=RIGHT on the text object by Barry Warsaw · 26 years ago
  54. e55055d A readme by Barry Warsaw · 26 years ago
  55. da7502e Add a SELECTION to the pre-inserted text by Barry Warsaw · 26 years ago
  56. 3886e3a Copyright CNRI by Barry Warsaw · 26 years ago
  57. 6bfd655 Added the rgb.txt file from X11R6.4, including the license by Barry Warsaw · 26 years ago
  58. 4f63235 Initial revision by Barry Warsaw · 26 years ago
  59. e7f4a47 Better initial color choosing by Barry Warsaw · 26 years ago
  60. 45c8d34 Better quitting by Barry Warsaw · 26 years ago
  61. 3836503 Converted to newstyle menubars by Barry Warsaw · 26 years ago
  62. 56af444 Update main window when Update on Click is turned on by Barry Warsaw · 26 years ago
  63. ad3a67c Added version number in the About window by Barry Warsaw · 26 years ago
  64. 3a476e9 Track color changes: disable buttons and their labels when turned off by Barry Warsaw · 26 years ago
  65. 332aa4c Color Variation Ties => Move Sliders by Barry Warsaw · 26 years ago
  66. c4a9b3d main(): Better recovery when bogus color given on command line by Barry Warsaw · 26 years ago
  67. b7b1cf0 rrggbb_to_triplet(): When color doesn't start with `#' raise a by Barry Warsaw · 26 years ago
  68. 5b67839 Added a hex button so arrow numbers can display in decimal or hex. by Barry Warsaw · 26 years ago
  69. c2d8f57 __togglehex(): Simplify by Barry Warsaw · 26 years ago
  70. 73290df hexp() => hexp_var() by Barry Warsaw · 26 years ago
  71. 6831c30 hexp(): New function by Barry Warsaw · 26 years ago
  72. a398924 __normalize(): Preserve the location of the icursor and restore it so by Barry Warsaw · 26 years ago
  73. ae4ad6e Changed the grey/magenta/cyan/yellow label text slightly. by Barry Warsaw · 26 years ago
  74. 14e2caf usage(): Print msg at end of docstring by Barry Warsaw · 26 years ago
  75. 7c51a9a Title by Barry Warsaw · 26 years ago
  76. c078b03 Finished implementation + docstring by Barry Warsaw · 26 years ago
  77. 964fbbb Added Alt-w bindings by Barry Warsaw · 26 years ago
  78. 9044b8e Added details window by Barry Warsaw · 26 years ago
  79. cd09867 current_rgb(): New method by Barry Warsaw · 26 years ago
  80. 3d31439 *** empty log message *** by Barry Warsaw · 26 years ago
  81. 69a4ab5 Docstring by Barry Warsaw · 26 years ago
  82. 4638c5b Docstring by Barry Warsaw · 26 years ago
  83. eb61fbd Docstring by Barry Warsaw · 26 years ago
  84. bd36d6e Added the ListViewer by Barry Warsaw · 26 years ago
  85. a9053f6 Updated docstring. by Barry Warsaw · 26 years ago
  86. 9f3ea21 all_names(): => unique_names() by Barry Warsaw · 26 years ago
  87. ddb9fc1 Added docstring by Barry Warsaw · 26 years ago
  88. b44056e Functionality complete by Barry Warsaw · 26 years ago
  89. 8be2594 all_names(): Return just the unique names of rgb colors by Barry Warsaw · 26 years ago
  90. b55c4ad Got click on working. Dragging is disabled for now by Barry Warsaw · 26 years ago
  91. ff45d54 resolve(): Improved use of a/an, suggested by Tino Wildenhain by Barry Warsaw · 26 years ago
  92. 399f10c Lots of good UI working, but not yet update-while-dragging by Barry Warsaw · 26 years ago
  93. 46670a2 *** empty log message *** by Barry Warsaw · 26 years ago
  94. 4ab5d85 Change some init order by Barry Warsaw · 26 years ago
  95. a7ba45b update_views_current(): New method by Barry Warsaw · 26 years ago
  96. 86daeb7 Added View button and popup of text widget by Barry Warsaw · 26 years ago
  97. f9c6ddc *** empty log message *** by Barry Warsaw · 26 years ago
  98. 231c8c0 Gridify this widget by Barry Warsaw · 26 years ago
  99. b26743a Make sure the menubar is stretched by Barry Warsaw · 26 years ago
  100. 65f0b6b Add a nice divider by Barry Warsaw · 26 years ago