1. e77ec17 Rewrite, simplification of command line option parsing. Many GUI by Barry Warsaw · 26 years ago
  2. 2c8b35b some rewriting, must do command line args by Barry Warsaw · 26 years ago
  3. b7d1d63 Input stuff by Barry Warsaw · 26 years ago
  4. 2a06084 Added command line options by Barry Warsaw · 26 years ago
  5. 11b7ae5 Initial revision by Barry Warsaw · 26 years ago
  6. 4089c11 root is now a global called _root by Guido van Rossum · 26 years ago
  7. d410388 Raise the root window on reset(). by Guido van Rossum · 26 years ago
  8. 5ac15bc Split the goto() function in two: _goto() is the internal one, by Guido van Rossum · 26 years ago
  9. a96c2d4 Cope with destruction of the window by Guido van Rossum · 26 years ago
  10. 3fbe67a Turtle graphics by Guido van Rossum · 26 years ago
  11. 39926e4 Use of Breakpoint class should be bdb.Breakpoint. by Guido van Rossum · 26 years ago
  12. cf1daad Brief update on the slightly changed API of pyColorChooser.askcolor(). by Barry Warsaw · 26 years ago
  13. 2be8582 __init__(): Removed initialcolor keyword. by Barry Warsaw · 26 years ago
  14. f72d580 sticky should be NSEW to fix pixel weirdness at right edge by Barry Warsaw · 26 years ago
  15. 4ab5ae2 Error message goes to stderr by Barry Warsaw · 26 years ago
  16. d9e5214 beep => bell by Barry Warsaw · 26 years ago
  17. 877d299 Fixed running of standalone via command line. Also, only do save from by Barry Warsaw · 26 years ago
  18. 3dd1c39 Describe all the new features by Barry Warsaw · 26 years ago
  19. a20f6af Chooser.__init__(): Added `wantspec' keyword to conform exactly to by Barry Warsaw · 26 years ago
  20. ca07ba0 Many changes to support a second mode of operation. Pynche can now be by Barry Warsaw · 26 years ago
  21. 8a09e1c Saving/Restoring state into ~/.pynche file by Barry Warsaw · 26 years ago
  22. 8fd0f14 Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices: by Guido van Rossum · 26 years ago
  23. 7b9bb05 Speed up the search a bit -- don't drag a mark around... by Guido van Rossum · 26 years ago
  24. cc0ade8 Change our special entries from <console#N> to <pyshell#N>. by Guido van Rossum · 26 years ago
  25. b52cfa1 Use and pass through the 'force' flag to set_dict() where appropriate. by Guido van Rossum · 26 years ago
  26. 6c5baeb Raise priority of 'sel' tag so its foreground (on Windows) will take by Guido van Rossum · 26 years ago
  27. 0737430 Disable "Open stack viewer" and "help" commands. by Guido van Rossum · 26 years ago
  28. 105b9c7 Add optional 'force' argument (default 0) to load_dict(). by Guido van Rossum · 26 years ago
  29. f3dcafe The driver script on Unix is `pynche'; for Windows `pynche.pyw' by Barry Warsaw · 26 years ago
  30. 179c36e Do nothing when loading the same dict as before. by Guido van Rossum · 26 years ago
  31. adfe773 Details for debugger interface. by Guido van Rossum · 26 years ago
  32. 3fb3515 Restructured and more consistent. Save checkboxes across instantiations. by Guido van Rossum · 26 years ago
  33. baf53b4 Get rid of conflicting ^X binding. Use ^W. by Guido van Rossum · 26 years ago
  34. 5188a25 Debugger can now show local and global variables. by Guido van Rossum · 26 years ago
  35. 6b38483 Oops by Guido van Rossum · 26 years ago
  36. 80d132d Better debugger support (show stack etc). by Guido van Rossum · 26 years ago
  37. 92a67d7 Follow renames in StackViewer module by Guido van Rossum · 26 years ago
  38. 88d9007 Rename classes to StackViewer (the widget) and StackBrowser (the toplevel). by Guido van Rossum · 26 years ago
  39. 95ef498 Add close() method by Guido van Rossum · 26 years ago
  40. e1dedc0 Clarify 'Open Module' dialog text by Guido van Rossum · 26 years ago
  41. 0443079 Restructured into a browser and a widget. by Guido van Rossum · 26 years ago
  42. e6fae1c Generalized the scrolled list which is the base for the class and by Guido van Rossum · 26 years ago
  43. 99d3c48 Cosmetic change by Guido van Rossum · 26 years ago
  44. b7ffca3 Don't show function name if there is none by Guido van Rossum · 26 years ago
  45. 840a84d Updated __main__ unit test by Barry Warsaw · 26 years ago
  46. 35e55da Polish the Debugger GUI a bit. Closing it now also does the right thing. by Guido van Rossum · 26 years ago
  47. 35f7542 Ad primitive debugger interface (so far it will step and show you the by Guido van Rossum · 26 years ago
  48. f035d3b Misc by Guido van Rossum · 26 years ago
  49. ad24ae1 Whoops -- referenced self.top before it was set. by Guido van Rossum · 26 years ago
  50. 423938a Added history and completion commands. by Guido van Rossum · 26 years ago
  51. ca5619c Updated by Guido van Rossum · 26 years ago
  52. 7895562 Add class browser functionality. by Guido van Rossum · 26 years ago
  53. ae08d38 Add a close() method and bind to WM_DELETE_WINDOW protocol by Guido van Rossum · 26 years ago
  54. 1956352 Clear the linecache before printing a traceback by Guido van Rossum · 26 years ago
  55. 49c1a7e Added class browser binding. by Guido van Rossum · 26 years ago
  56. 7f5c9ef Much improved, much left to do. by Guido van Rossum · 26 years ago
  57. 3f08d40 Make the return key do what I mean more often. by Guido van Rossum · 26 years ago
  58. 4650df9 Make the return key do what I mean more often. by Guido van Rossum · 26 years ago
  59. 439c467 Adding the beginnings of a Class browser. Incomplete, yet. by Guido van Rossum · 26 years ago
  60. b341888 Add new command, "Open module". You select or type a module name, by Guido van Rossum · 26 years ago
  61. 5af7a72 Subsume functionality from Popup menu in Debug menu. by Guido van Rossum · 26 years ago
  62. 82e44b1 Get rid of PopUp menu. by Guido van Rossum · 26 years ago
  63. e7b2e65 Generalize menu creation. by Guido van Rossum · 26 years ago
  64. 219ffde Add Debug and Help menu items. by Guido van Rossum · 26 years ago
  65. 2aeeb55 Added a menu bar to every window. by Guido van Rossum · 26 years ago
  66. d8d676c Add menu configuration to the event configuration. by Guido van Rossum · 26 years ago
  67. d020cf3 Pass a root to the help window. by Guido van Rossum · 26 years ago
  68. 69ef7d6 Add parent argument to 'to to line number' dialog box. by Guido van Rossum · 26 years ago
  69. 8571ed8 Add a label at the top showing (very basic) help for the stack viewer. by Guido van Rossum · 26 years ago
  70. 3d0669d Add Unix main script and test program. by Guido van Rossum · 26 years ago
  71. 3b4ca0d Initial checking of Tk-based Python IDE. by Guido van Rossum · 26 years ago
  72. e33bba8 New version that is much more compact and easier to maintain. (Sjoerd) by Guido van Rossum · 26 years ago
  73. 9c2c1e8 Fix multi-arg list.append() calls. by Guido van Rossum · 26 years ago
  74. a57c9b9 Added a whole bunch of descriptions. by Guido van Rossum · 26 years ago
  75. 19b23e5 Use the imp module to get the magic word. by Guido van Rossum · 26 years ago
  76. 41f13f2 Added #! line by Guido van Rossum · 26 years ago
  77. bac609a Updated about text by Barry Warsaw · 26 years ago
  78. 0926dea Moved the main pynche.py file to Main.py. Added minimal driver by Barry Warsaw · 26 years ago
  79. c958043 Better layout of options menu and inc/dec buttons by Barry Warsaw · 26 years ago
  80. 8934af0 Fixes for some type-in strangeness by Barry Warsaw · 26 years ago
  81. cd63dc9 Add a note about the console window by Barry Warsaw · 26 years ago
  82. 9cdd44f Never mind by Barry Warsaw · 26 years ago
  83. 1c792d5 Add link for Windows by Barry Warsaw · 26 years ago
  84. 84f52e0 RightARrow._create(): justify=RIGHT on the text object by Barry Warsaw · 26 years ago
  85. e55055d A readme by Barry Warsaw · 26 years ago
  86. da7502e Add a SELECTION to the pre-inserted text by Barry Warsaw · 26 years ago
  87. 3886e3a Copyright CNRI by Barry Warsaw · 26 years ago
  88. 6bfd655 Added the rgb.txt file from X11R6.4, including the license by Barry Warsaw · 26 years ago
  89. 4f63235 Initial revision by Barry Warsaw · 26 years ago
  90. e7f4a47 Better initial color choosing by Barry Warsaw · 26 years ago
  91. 45c8d34 Better quitting by Barry Warsaw · 26 years ago
  92. 3836503 Converted to newstyle menubars by Barry Warsaw · 26 years ago
  93. 56af444 Update main window when Update on Click is turned on by Barry Warsaw · 26 years ago
  94. ad3a67c Added version number in the About window by Barry Warsaw · 26 years ago
  95. 3a476e9 Track color changes: disable buttons and their labels when turned off by Barry Warsaw · 26 years ago
  96. 332aa4c Color Variation Ties => Move Sliders by Barry Warsaw · 26 years ago
  97. c4a9b3d main(): Better recovery when bogus color given on command line by Barry Warsaw · 26 years ago
  98. b7b1cf0 rrggbb_to_triplet(): When color doesn't start with `#' raise a by Barry Warsaw · 26 years ago
  99. 5b67839 Added a hex button so arrow numbers can display in decimal or hex. by Barry Warsaw · 26 years ago
  100. c2d8f57 __togglehex(): Simplify by Barry Warsaw · 26 years ago